public static bool Save(IServerAuthentication restClientAuthenticator, SocialHistoryAlcoholModel model)
 {
     return(ApiClientGenericObject <SocialHistoryAlcoholModel> .Save(restClientAuthenticator, ControllerName, model));
 }
 public static bool Save(IServerAuthentication restClientAuthenticator, ExamFieldMappingDetailModel model)
 {
     return(ApiClientGenericObject <ExamFieldMappingDetailModel> .Save(restClientAuthenticator, ControllerName, model));
 }
Пример #3
0
 public static bool Save(IServerAuthentication restClientAuthenticator, MedicationModel model)
 {
     return(ApiClientGenericObject <MedicationModel> .Save(restClientAuthenticator, ControllerName, model));
 }
 /// Sets the status for the appointment cancellation request to approved or denied. (To do) Triggers an email to inform patient of the results of the cancellation request.
 public static bool ApplyResult(IServerAuthentication restClientAuthenticator, AppointmentRequestResultModel model)
 {
     return(ApiClientGenericObject <AppointmentRequestResultModel> .Save(restClientAuthenticator, ControllerName, model));
 }
 public static bool Save(IServerAuthentication restClientAuthenticator, DoctorAvailabilitySlotModel model)
 {
     return(ApiClientGenericObject <DoctorAvailabilitySlotModel> .Save(restClientAuthenticator, ControllerName, model));
 }
Пример #6
0
 public static bool Update(IServerAuthentication restClientAuthenticator, PortalPatientUpdateModel model)
 {
     return(ApiClientGenericObject <PortalPatientUpdateModel> .Save(restClientAuthenticator, PortalPatientUpdateControllerName, model));
 }
Пример #7
0
 public static bool Save(IServerAuthentication restClientAuthenticator, AppointmentAllowedTimeInAdvanceModel model)
 {
     return(ApiClientGenericObject <AppointmentAllowedTimeInAdvanceModel> .Save(restClientAuthenticator, ControllerName, model));
 }