| 
					
					
						
							
						
					
					
				 | 
				@ -444,7 +444,7 @@ namespace Shentun.Peis.OccupationalDiseaseReports | 
			
		
		
	
		
			
				 | 
				 | 
				                #endregion
 | 
				 | 
				 | 
				                #endregion
 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				                #region 体检结果一览表
 | 
				 | 
				 | 
				                #region 体检结果一览表
 | 
			
		
		
	
		
			
				 | 
				 | 
				                var medicalResultDetails = patientRegisterList.GroupBy(g => g.patientOccupationalDisease) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                var medicalResultDetails = patientRegisterList.GroupBy(g => g.patientOccupationalDisease).OrderBy(o=>o.Key.OccupationalAbnormal) | 
			
		
		
	
		
			
				 | 
				 | 
				                    .Select((s, index) => new GetCompanyOccupationalDiseaseDetailReportMedicalResultDetailDto | 
				 | 
				 | 
				                    .Select((s, index) => new GetCompanyOccupationalDiseaseDetailReportMedicalResultDetailDto | 
			
		
		
	
		
			
				 | 
				 | 
				                    { | 
				 | 
				 | 
				                    { | 
			
		
		
	
		
			
				 | 
				 | 
				                        //AnomalyIndex = !string.IsNullOrWhiteSpace(s.Key.OccupationalAbnormal)
 | 
				 | 
				 | 
				                        //AnomalyIndex = !string.IsNullOrWhiteSpace(s.Key.OccupationalAbnormal)
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |