コード例 #1
0
 public static bool Save(IServerAuthentication restClientAuthenticator, SocialHistoryAlcoholModel model)
 {
     return(ApiClientGenericObject <SocialHistoryAlcoholModel> .Save(restClientAuthenticator, ControllerName, model));
 }
コード例 #2
0
 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));
 }
コード例 #4
0
 /// 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));
 }
コード例 #5
0
 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));
 }