|
|
@ -330,7 +330,7 @@ namespace Shentun.WebPeis.Persons |
|
|
join patientRegister in await _patientRegisterRepository.GetQueryableAsync() |
|
|
join patientRegister in await _patientRegisterRepository.GetQueryableAsync() |
|
|
on patient.PatientId equals patientRegister.PatientId |
|
|
on patient.PatientId equals patientRegister.PatientId |
|
|
where user.Id == input.PersonId && |
|
|
where user.Id == input.PersonId && |
|
|
(patientRegister.CompleteFlag == PatientRegisterCompleteFlag.Audit) |
|
|
|
|
|
|
|
|
(patientRegister.CompleteFlag == PatientRegisterCompleteFlag.SumCheck) |
|
|
orderby patientRegister.MedicalStartDate |
|
|
orderby patientRegister.MedicalStartDate |
|
|
select new PersonMedicalTimesDto() |
|
|
select new PersonMedicalTimesDto() |
|
|
{ |
|
|
{ |
|
|
|