Esempio n. 1
0
 public static OpenFormModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <OpenFormModel> .Get(restClientAuthenticator, ControllerName, ID, "internalId"));
 }
 public static SocialHistoryAlcoholModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <SocialHistoryAlcoholModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
 public static ExamFieldMappingModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <ExamFieldMappingModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
 public static OrderStatusModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <OrderStatusModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
Esempio n. 5
0
 public static PortalPatientModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <PortalPatientModel> .Get(restClientAuthenticator, ControllerName, ID, "id"));
 }
 public static DoctorAvailabilitySlotModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <DoctorAvailabilitySlotModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
 public static HealthReviewModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <HealthReviewModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
Esempio n. 8
0
 public static RecallReasonModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <RecallReasonModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
Esempio n. 9
0
 public static PatientRelationshipModel Get(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <PatientRelationshipModel> .Get(restClientAuthenticator, ControllerName, ID));
 }
Esempio n. 10
0
 public static DirectMessageModel Get(IServerAuthentication restClientAuthenticator, Guid id)
 {
     return(ApiClientGenericObject <DirectMessageModel> .Get(restClientAuthenticator, ControllerName, id.ToString()));
 }
 public static ServiceTypeDurationModel Get(IServerAuthentication restClientAuthenticator, Guid Id)
 {
     return(ApiClientGenericObject <ServiceTypeDurationModel> .Get(restClientAuthenticator, ControllerName, Id.ToString(), "patientServiceTypeId"));
 }