|
|
|
@ -62,6 +62,7 @@ namespace Shentun.Peis.PlugIns.WebAppoints |
|
|
|
MobilePhone = input.MobilePhone, |
|
|
|
AppointStartDate = input.AppointStartDate, |
|
|
|
AppointStopDate = input.AppointStopDate, |
|
|
|
CompleteFlag = input.CompleteFlag, |
|
|
|
}; |
|
|
|
var appointPatientRegisterDtos = await CallWePeisAppServiceAsync<WebAppointPatientRegisterInput, List<AppointPatientRegisterDto>>(_webPeisGetAppointPatientRegisterListByFilterUrl, |
|
|
|
webAppointPatientRegisterInput); |
|
|
|
|