프로퍼티 | 타입 | 설명 | |
---|---|---|---|
clinicApiKey | string | ||
emrApiKey | string | ||
sbConnectionString | string | ||
sbQueueName | string | ||
serverUrl | string |
메소드 | 설명 | |
---|---|---|
CreateHospitalization ( |
||
CreateInventoryItem ( |
||
DeleteInventoryItem ( |
||
DischargeHospitalization ( |
||
DownloadMedicalRecordsReport ( |
||
GetAnesthetics ( |
||
GetDepartments ( |
||
GetEventsFromServiceBus ( ) : void | ||
GetHospitalization ( |
||
GetTreatmentTemplates ( |
||
UpdateHospitalization ( |
||
UploadMedics ( |
메소드 | 설명 | |
---|---|---|
Main ( string args ) : void |
public static CreateHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
리턴 | Hospitalization |
public static CreateInventoryItem ( |
||
httpClient | ||
emrInventoryItemId | string | |
리턴 | void |
public static DeleteInventoryItem ( |
||
httpClient | ||
emrInventoryItemId | string | |
리턴 | void |
public static DischargeHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
리턴 | void |
public static DownloadMedicalRecordsReport ( |
||
httpClient | ||
hosp | Hospitalization | |
리턴 | void |
public static GetAnesthetics ( |
||
httpClient | ||
hospitalizationExternalId | string | |
리턴 | void |
public static GetDepartments ( |
||
httpClient | ||
리턴 | void |
public static GetHospitalization ( |
||
httpClient | ||
hospitalizationExternalId | string | |
리턴 | void |
public static GetTreatmentTemplates ( |
||
httpClient | ||
리턴 | void |
public static UpdateHospitalization ( |
||
httpClient | ||
hosp | Hospitalization | |
리턴 | void |
public static UploadMedics ( |
||
httpClient | ||
리턴 | void |