|
|
|
@ -315,6 +315,7 @@ namespace Shentun.Peis.PrintReports |
|
|
|
SexName = _cacheService.GetSexNameAsync(patientRegister.SexId).Result, |
|
|
|
BirthDate = patientRegister.BirthDate, |
|
|
|
Age = patientRegister.Age, |
|
|
|
MaritalStatusName = _cacheService.GetMaritalStatusNameAsync(patientRegister.MaritalStatusId).Result, |
|
|
|
NationName = _cacheService.GetNationNameAsync(patientRegister.Patient.NationId).Result, |
|
|
|
MobileTelephone = patientRegister.Patient.MobileTelephone, |
|
|
|
IsVip = patientRegister.IsVip, |
|
|
|
|