Comparing version 1.0.23 to 1.0.24
@@ -35,3 +35,3 @@ /** | ||
consultDmgUsingGET(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, patientSsin?: string, patientGender?: string, oa?: string, regNrWithMut?: string, requestDate?: number): Promise<models.DmgConsultation | any>; | ||
getDmgMessagesUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa: string, messageNames: Array<string>): Promise<Array<models.DmgMessage> | any>; | ||
getDmgMessagesUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa: string, messageNames: Array<string>): Promise<models.DmgsList | any>; | ||
notifyDmgUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, nomenclature: string, patientSsin?: string, oa?: string, regNrWithMut?: string, patientFirstName?: string, patientLastName?: string, patientGender?: string, requestDate?: number): Promise<models.DmgNotification | any>; | ||
@@ -38,0 +38,0 @@ postDmgsListRequestUsingPOST(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, hcpNihii: string, hcpSsin: string, hcpFirstName: string, hcpLastName: string, oa?: string, requestDate?: number): Promise<boolean | any>; |
@@ -130,3 +130,3 @@ /** | ||
return XHR.sendCommand("POST", _url, headers, _body) | ||
.then(doc => doc.body.map(it => new models.DmgMessage(it))) | ||
.then(doc => new models.DmgsList(doc.body)) | ||
.catch(err => this.handleError(err)); | ||
@@ -133,0 +133,0 @@ } |
@@ -32,6 +32,10 @@ export * from "./AcknowledgeType"; | ||
export * from "./DmgAcknowledge"; | ||
export * from "./DmgClosure"; | ||
export * from "./DmgConsultation"; | ||
export * from "./DmgExtension"; | ||
export * from "./DmgInscription"; | ||
export * from "./DmgMessage"; | ||
export * from "./DmgNotification"; | ||
export * from "./DmgRegistration"; | ||
export * from "./DmgsList"; | ||
export * from "./Document"; | ||
@@ -38,0 +42,0 @@ export * from "./DocumentMessage"; |
@@ -32,6 +32,10 @@ export * from "./AcknowledgeType"; | ||
export * from "./DmgAcknowledge"; | ||
export * from "./DmgClosure"; | ||
export * from "./DmgConsultation"; | ||
export * from "./DmgExtension"; | ||
export * from "./DmgInscription"; | ||
export * from "./DmgMessage"; | ||
export * from "./DmgNotification"; | ||
export * from "./DmgRegistration"; | ||
export * from "./DmgsList"; | ||
export * from "./Document"; | ||
@@ -38,0 +42,0 @@ export * from "./DocumentMessage"; |
{ | ||
"name": "fhc-api", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "Typescript version of Freehealth Connector standalone API client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
445368
297
11798