Property | Type | Description | |
---|---|---|---|
clinicApiKey | string | ||
emrApiKey | string | ||
sbConnectionString | string | ||
sbQueueName | string | ||
serverUrl | string |
Method | Description | |
---|---|---|
CreateHospitalization ( |
||
CreateInventoryItem ( |
||
DeleteInventoryItem ( |
||
DischargeHospitalization ( |
||
DownloadMedicalRecordsReport ( |
||
GetAnesthetics ( |
||
GetDepartments ( |
||
GetEventsFromServiceBus ( ) : void | ||
GetHospitalization ( |
||
GetTreatmentTemplates ( |
||
UpdateHospitalization ( |
||
UploadMedics ( |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static CreateHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
return | Hospitalization |
public static CreateInventoryItem ( |
||
httpClient | ||
emrInventoryItemId | string | |
return | void |
public static DeleteInventoryItem ( |
||
httpClient | ||
emrInventoryItemId | string | |
return | void |
public static DischargeHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
return | void |
public static DownloadMedicalRecordsReport ( |
||
httpClient | ||
hosp | Hospitalization | |
return | void |
public static GetAnesthetics ( |
||
httpClient | ||
hospitalizationExternalId | string | |
return | void |
public static GetDepartments ( |
||
httpClient | ||
return | void |
public static GetEventsFromServiceBus ( ) : void | ||
return | void |
public static GetHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
return | void |
public static GetTreatmentTemplates ( |
||
httpClient | ||
return | void |
public static UpdateHospitalization ( |
||
httpClient | ||
hosp | Hospitalization | |
return | void |
public static UploadMedics ( |
||
httpClient | ||
return | void |