|
|
|
@ -444,7 +444,7 @@ namespace Shentun.Peis.OccupationalDiseaseReports |
|
|
|
#endregion
|
|
|
|
|
|
|
|
#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 |
|
|
|
{ |
|
|
|
//AnomalyIndex = !string.IsNullOrWhiteSpace(s.Key.OccupationalAbnormal)
|
|
|
|
|