@icure/be-fhc-api 0.4.4 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/fhcDataAttributeServiceApi.d.ts +37 -0
- package/api/fhcDataAttributeServiceApi.js +65 -0
- package/api/fhcEhboxV3Api.d.ts +10 -0
- package/api/fhcEhboxV3Api.js +23 -0
- package/api/fhcSchematronApi.d.ts +29 -0
- package/api/fhcSchematronApi.js +53 -0
- package/fhcApi.d.ts +2 -6
- package/fhcApi.js +2 -7
- package/model/Acknowledgement.d.ts +19 -0
- package/model/Acknowledgement.js +9 -0
- package/model/ActivePattern.d.ts +18 -0
- package/model/ActivePattern.js +20 -0
- package/model/DaasResponse.d.ts +20 -0
- package/model/DaasResponse.js +9 -0
- package/model/DiagnosticReference.d.ts +16 -0
- package/model/DiagnosticReference.js +20 -0
- package/model/EhboxIdentifierType.d.ts +20 -0
- package/model/EhboxIdentifierType.js +9 -0
- package/model/FailedAssert.d.ts +22 -0
- package/model/FailedAssert.js +9 -0
- package/model/FiredRule.d.ts +18 -0
- package/model/FiredRule.js +20 -0
- package/model/ItemType.d.ts +2 -2
- package/model/KmehrRegimen.d.ts +16 -0
- package/model/KmehrRegimen.js +9 -0
- package/model/Mapstringstring.d.ts +15 -0
- package/model/Mapstringstring.js +20 -0
- package/model/MessageOperationResponse.d.ts +1 -0
- package/model/MessageStatusOperationResponse.d.ts +19 -0
- package/model/MessageStatusOperationResponse.js +9 -0
- package/model/Ns.d.ts +16 -0
- package/model/Ns.js +20 -0
- package/model/NsPrefixInAttributeValues.d.ts +16 -0
- package/model/NsPrefixInAttributeValues.js +20 -0
- package/model/SchematronOutput.d.ts +30 -0
- package/model/SchematronOutput.js +9 -0
- package/model/SchematronValidationResult.d.ts +20 -0
- package/model/SchematronValidationResult.js +9 -0
- package/model/SuccessfulReport.d.ts +22 -0
- package/model/SuccessfulReport.js +9 -0
- package/model/User.d.ts +17 -0
- package/model/User.js +20 -0
- package/model/models.d.ts +19 -0
- package/model/models.js +19 -0
- package/package.json +1 -1
- package/x-api/message-x-api.d.ts +0 -35
- package/x-api/message-x-api.js +0 -790
- package/x-api/receipt-x-api.d.ts +0 -10
- package/x-api/receipt-x-api.js +0 -42
- package/x-api/utils/efact-parser.d.ts +0 -234
- package/x-api/utils/efact-parser.js +0 -1121
- package/x-api/utils/efact-util.d.ts +0 -28
- package/x-api/utils/efact-util.js +0 -316
- package/x-api/utils/fhc-invoice-sender-util.d.ts +0 -3
- package/x-api/utils/fhc-invoice-sender-util.js +0 -31
- package/x-api/utils/fhc-patient-util.d.ts +0 -3
- package/x-api/utils/fhc-patient-util.js +0 -20
- package/x-api/utils/formatting-util.d.ts +0 -76
- package/x-api/utils/formatting-util.js +0 -218
- package/x-api/utils/hcp-util.d.ts +0 -16
- package/x-api/utils/hcp-util.js +0 -131
- package/x-api/utils/insurability-util.d.ts +0 -22
- package/x-api/utils/insurability-util.js +0 -56
- package/x-api/utils/uuid-encoder.d.ts +0 -44
- package/x-api/utils/uuid-encoder.js +0 -110
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { XHR } from "./XHR";
|
|
13
|
+
import { DaasResponse } from "../model/DaasResponse";
|
|
14
|
+
export declare class fhcDataAttributeserviceApi {
|
|
15
|
+
host: string;
|
|
16
|
+
headers: Array<XHR.Header>;
|
|
17
|
+
fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>;
|
|
18
|
+
constructor(host: string, headers: any, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>);
|
|
19
|
+
setHeaders(h: Array<XHR.Header>): void;
|
|
20
|
+
handleError(e: XHR.XHRError): never;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @summary getDinRoutingInfo
|
|
24
|
+
* @param xFHCKeystoreId X-FHC-keystoreId
|
|
25
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
26
|
+
* @param xFHCPassPhrase X-FHC-passPhrase
|
|
27
|
+
* @param nihii nihii
|
|
28
|
+
* @param ssin ssin
|
|
29
|
+
* @param dateOfBirth dateOfBirth
|
|
30
|
+
* @param from from
|
|
31
|
+
* @param to to
|
|
32
|
+
* @param cause cause
|
|
33
|
+
* @param prolongation prolongation
|
|
34
|
+
* @param total total
|
|
35
|
+
*/
|
|
36
|
+
getDinRoutingInfoUsingGET(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, nihii: string, ssin: string, dateOfBirth: number, from: number, to: number, cause: string, prolongation: boolean, total: boolean): Promise<DaasResponse>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fhcDataAttributeserviceApi = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Api Documentation
|
|
6
|
+
* Api Documentation
|
|
7
|
+
*
|
|
8
|
+
* OpenAPI spec version: 1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
const XHR_1 = require("./XHR");
|
|
16
|
+
const DaasResponse_1 = require("../model/DaasResponse");
|
|
17
|
+
class fhcDataAttributeserviceApi {
|
|
18
|
+
constructor(host, headers, fetchImpl) {
|
|
19
|
+
this.host = host;
|
|
20
|
+
this.headers = Object.keys(headers).map(k => new XHR_1.XHR.Header(k, headers[k]));
|
|
21
|
+
this.fetchImpl = fetchImpl;
|
|
22
|
+
}
|
|
23
|
+
setHeaders(h) {
|
|
24
|
+
this.headers = h;
|
|
25
|
+
}
|
|
26
|
+
handleError(e) {
|
|
27
|
+
throw e;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary getDinRoutingInfo
|
|
32
|
+
* @param xFHCKeystoreId X-FHC-keystoreId
|
|
33
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
34
|
+
* @param xFHCPassPhrase X-FHC-passPhrase
|
|
35
|
+
* @param nihii nihii
|
|
36
|
+
* @param ssin ssin
|
|
37
|
+
* @param dateOfBirth dateOfBirth
|
|
38
|
+
* @param from from
|
|
39
|
+
* @param to to
|
|
40
|
+
* @param cause cause
|
|
41
|
+
* @param prolongation prolongation
|
|
42
|
+
* @param total total
|
|
43
|
+
*/
|
|
44
|
+
getDinRoutingInfoUsingGET(xFHCKeystoreId, xFHCTokenId, xFHCPassPhrase, nihii, ssin, dateOfBirth, from, to, cause, prolongation, total) {
|
|
45
|
+
let _body = null;
|
|
46
|
+
const _url = this.host +
|
|
47
|
+
`/daas/din/${encodeURIComponent(String(nihii))}/${encodeURIComponent(String(ssin))}` +
|
|
48
|
+
"?ts=" +
|
|
49
|
+
new Date().getTime() +
|
|
50
|
+
(dateOfBirth ? "&dateOfBirth=" + encodeURIComponent(String(dateOfBirth)) : "") +
|
|
51
|
+
(from ? "&from=" + encodeURIComponent(String(from)) : "") +
|
|
52
|
+
(to ? "&to=" + encodeURIComponent(String(to)) : "") +
|
|
53
|
+
(cause ? "&cause=" + encodeURIComponent(String(cause)) : "") +
|
|
54
|
+
(prolongation ? "&prolongation=" + encodeURIComponent(String(prolongation)) : "") +
|
|
55
|
+
(total ? "&total=" + encodeURIComponent(String(total)) : "");
|
|
56
|
+
let headers = this.headers;
|
|
57
|
+
xFHCKeystoreId && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-keystoreId", xFHCKeystoreId)));
|
|
58
|
+
xFHCTokenId && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-tokenId", xFHCTokenId)));
|
|
59
|
+
xFHCPassPhrase && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-passPhrase", xFHCPassPhrase)));
|
|
60
|
+
return XHR_1.XHR.sendCommand("GET", _url, headers, _body, this.fetchImpl)
|
|
61
|
+
.then(doc => new DaasResponse_1.DaasResponse(doc.body))
|
|
62
|
+
.catch(err => this.handleError(err));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.fhcDataAttributeserviceApi = fhcDataAttributeserviceApi;
|
package/api/fhcEhboxV3Api.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { BoxInfo } from "../model/BoxInfo";
|
|
|
15
15
|
import { DocumentMessage } from "../model/DocumentMessage";
|
|
16
16
|
import { MessageOperationResponse } from "../model/MessageOperationResponse";
|
|
17
17
|
import { MessageResponse } from "../model/MessageResponse";
|
|
18
|
+
import { MessageStatusOperationResponse } from "../model/MessageStatusOperationResponse";
|
|
18
19
|
import { MessagesResponse } from "../model/MessagesResponse";
|
|
19
20
|
export declare class fhcEhboxV3Api {
|
|
20
21
|
host: string;
|
|
@@ -62,6 +63,15 @@ export declare class fhcEhboxV3Api {
|
|
|
62
63
|
* @param xFHCPassPhrase X-FHC-passPhrase
|
|
63
64
|
*/
|
|
64
65
|
getInfosUsingGET1(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string): Promise<BoxInfo>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @summary getMessageAckStatus
|
|
69
|
+
* @param xFHCKeystoreId X-FHC-keystoreId
|
|
70
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
71
|
+
* @param xFHCPassPhrase X-FHC-passPhrase
|
|
72
|
+
* @param messageId messageId
|
|
73
|
+
*/
|
|
74
|
+
getMessageAckStatusUsingGET(xFHCKeystoreId: string, xFHCTokenId: string, xFHCPassPhrase: string, messageId: string): Promise<MessageStatusOperationResponse>;
|
|
65
75
|
/**
|
|
66
76
|
*
|
|
67
77
|
* @summary loadMessages
|
package/api/fhcEhboxV3Api.js
CHANGED
|
@@ -16,6 +16,7 @@ const XHR_1 = require("./XHR");
|
|
|
16
16
|
const BoxInfo_1 = require("../model/BoxInfo");
|
|
17
17
|
const MessageOperationResponse_1 = require("../model/MessageOperationResponse");
|
|
18
18
|
const MessageResponse_1 = require("../model/MessageResponse");
|
|
19
|
+
const MessageStatusOperationResponse_1 = require("../model/MessageStatusOperationResponse");
|
|
19
20
|
const MessagesResponse_1 = require("../model/MessagesResponse");
|
|
20
21
|
class fhcEhboxV3Api {
|
|
21
22
|
constructor(host, headers, fetchImpl) {
|
|
@@ -125,6 +126,28 @@ class fhcEhboxV3Api {
|
|
|
125
126
|
.then(doc => new BoxInfo_1.BoxInfo(doc.body))
|
|
126
127
|
.catch(err => this.handleError(err));
|
|
127
128
|
}
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @summary getMessageAckStatus
|
|
132
|
+
* @param xFHCKeystoreId X-FHC-keystoreId
|
|
133
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
134
|
+
* @param xFHCPassPhrase X-FHC-passPhrase
|
|
135
|
+
* @param messageId messageId
|
|
136
|
+
*/
|
|
137
|
+
getMessageAckStatusUsingGET(xFHCKeystoreId, xFHCTokenId, xFHCPassPhrase, messageId) {
|
|
138
|
+
let _body = null;
|
|
139
|
+
const _url = this.host +
|
|
140
|
+
`/ehboxV3/${encodeURIComponent(String(messageId))}/status/acks` +
|
|
141
|
+
"?ts=" +
|
|
142
|
+
new Date().getTime();
|
|
143
|
+
let headers = this.headers;
|
|
144
|
+
xFHCKeystoreId && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-keystoreId", xFHCKeystoreId)));
|
|
145
|
+
xFHCTokenId && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-tokenId", xFHCTokenId)));
|
|
146
|
+
xFHCPassPhrase && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-passPhrase", xFHCPassPhrase)));
|
|
147
|
+
return XHR_1.XHR.sendCommand("GET", _url, headers, _body, this.fetchImpl)
|
|
148
|
+
.then(doc => new MessageStatusOperationResponse_1.MessageStatusOperationResponse(doc.body))
|
|
149
|
+
.catch(err => this.handleError(err));
|
|
150
|
+
}
|
|
128
151
|
/**
|
|
129
152
|
*
|
|
130
153
|
* @summary loadMessages
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { XHR } from "./XHR";
|
|
13
|
+
import { SchematronValidationResult } from "../model/SchematronValidationResult";
|
|
14
|
+
export declare class fhcSchematronApi {
|
|
15
|
+
host: string;
|
|
16
|
+
headers: Array<XHR.Header>;
|
|
17
|
+
fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>;
|
|
18
|
+
constructor(host: string, headers: any, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise<Response>);
|
|
19
|
+
setHeaders(h: Array<XHR.Header>): void;
|
|
20
|
+
handleError(e: XHR.XHRError): never;
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @summary getDinRoutingInfo
|
|
24
|
+
* @param body body
|
|
25
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
26
|
+
* @param schema schema
|
|
27
|
+
*/
|
|
28
|
+
validateUsingShematron(xFHCTokenId: string, schema: string, body?: string): Promise<SchematronValidationResult>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fhcSchematronApi = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* Api Documentation
|
|
6
|
+
* Api Documentation
|
|
7
|
+
*
|
|
8
|
+
* OpenAPI spec version: 1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
12
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
const XHR_1 = require("./XHR");
|
|
16
|
+
const SchematronValidationResult_1 = require("../model/SchematronValidationResult");
|
|
17
|
+
class fhcSchematronApi {
|
|
18
|
+
constructor(host, headers, fetchImpl) {
|
|
19
|
+
this.host = host;
|
|
20
|
+
this.headers = Object.keys(headers).map(k => new XHR_1.XHR.Header(k, headers[k]));
|
|
21
|
+
this.fetchImpl = fetchImpl;
|
|
22
|
+
}
|
|
23
|
+
setHeaders(h) {
|
|
24
|
+
this.headers = h;
|
|
25
|
+
}
|
|
26
|
+
handleError(e) {
|
|
27
|
+
throw e;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @summary getDinRoutingInfo
|
|
32
|
+
* @param body body
|
|
33
|
+
* @param xFHCTokenId X-FHC-tokenId
|
|
34
|
+
* @param schema schema
|
|
35
|
+
*/
|
|
36
|
+
validateUsingShematron(xFHCTokenId, schema, body) {
|
|
37
|
+
let _body = null;
|
|
38
|
+
_body = body;
|
|
39
|
+
const _url = this.host +
|
|
40
|
+
`/schematron/validate/${encodeURIComponent(String(schema))}` +
|
|
41
|
+
"?ts=" +
|
|
42
|
+
new Date().getTime();
|
|
43
|
+
let headers = this.headers;
|
|
44
|
+
headers = headers
|
|
45
|
+
.filter(h => h.header !== "Content-Type")
|
|
46
|
+
.concat(new XHR_1.XHR.Header("Content-Type", "application/xml"));
|
|
47
|
+
xFHCTokenId && (headers = headers.concat(new XHR_1.XHR.Header("X-FHC-tokenId", xFHCTokenId)));
|
|
48
|
+
return XHR_1.XHR.sendCommand("POST", _url, headers, _body, this.fetchImpl)
|
|
49
|
+
.then(doc => new SchematronValidationResult_1.SchematronValidationResult(doc.body))
|
|
50
|
+
.catch(err => this.handleError(err));
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.fhcSchematronApi = fhcSchematronApi;
|
package/fhcApi.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from "./api/fhcChapter4Api";
|
|
|
4
4
|
export * from "./api/fhcConsentApi";
|
|
5
5
|
export * from "./api/fhcConsultrnApi";
|
|
6
6
|
export * from "./api/fhcCryptoApi";
|
|
7
|
+
export * from "./api/fhcDataAttributeServiceApi";
|
|
7
8
|
export * from "./api/fhcDmgApi";
|
|
8
9
|
export * from "./api/fhcEattestApi";
|
|
9
10
|
export * from "./api/fhcEattestV2Api";
|
|
@@ -16,13 +17,8 @@ export * from "./api/fhcMemberDataApi";
|
|
|
16
17
|
export * from "./api/fhcMhmApi";
|
|
17
18
|
export * from "./api/fhcRecipeApi";
|
|
18
19
|
export * from "./api/fhcRnConsultApi";
|
|
20
|
+
export * from "./api/fhcSchematronApi";
|
|
19
21
|
export * from "./api/fhcStsApi";
|
|
20
22
|
export * from "./api/fhcTarificationApi";
|
|
21
23
|
export * from "./api/fhcTherLinkApi";
|
|
22
24
|
export * from "./api/fhcVaccinnetApi";
|
|
23
|
-
export * from "./x-api/message-x-api";
|
|
24
|
-
export * from "./x-api/receipt-x-api";
|
|
25
|
-
import * as efactUtil from "./x-api/utils/efact-util";
|
|
26
|
-
export { efactUtil };
|
|
27
|
-
import * as efactParser from "./x-api/utils/efact-parser";
|
|
28
|
-
export { efactParser };
|
package/fhcApi.js
CHANGED
|
@@ -10,13 +10,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
exports.efactParser = exports.efactUtil = void 0;
|
|
14
13
|
__exportStar(require("./api/fhcAddressbookApi"), exports);
|
|
15
14
|
__exportStar(require("./api/fhcAdminApi"), exports);
|
|
16
15
|
__exportStar(require("./api/fhcChapter4Api"), exports);
|
|
17
16
|
__exportStar(require("./api/fhcConsentApi"), exports);
|
|
18
17
|
__exportStar(require("./api/fhcConsultrnApi"), exports);
|
|
19
18
|
__exportStar(require("./api/fhcCryptoApi"), exports);
|
|
19
|
+
__exportStar(require("./api/fhcDataAttributeServiceApi"), exports);
|
|
20
20
|
__exportStar(require("./api/fhcDmgApi"), exports);
|
|
21
21
|
__exportStar(require("./api/fhcEattestApi"), exports);
|
|
22
22
|
__exportStar(require("./api/fhcEattestV2Api"), exports);
|
|
@@ -29,13 +29,8 @@ __exportStar(require("./api/fhcMemberDataApi"), exports);
|
|
|
29
29
|
__exportStar(require("./api/fhcMhmApi"), exports);
|
|
30
30
|
__exportStar(require("./api/fhcRecipeApi"), exports);
|
|
31
31
|
__exportStar(require("./api/fhcRnConsultApi"), exports);
|
|
32
|
+
__exportStar(require("./api/fhcSchematronApi"), exports);
|
|
32
33
|
__exportStar(require("./api/fhcStsApi"), exports);
|
|
33
34
|
__exportStar(require("./api/fhcTarificationApi"), exports);
|
|
34
35
|
__exportStar(require("./api/fhcTherLinkApi"), exports);
|
|
35
36
|
__exportStar(require("./api/fhcVaccinnetApi"), exports);
|
|
36
|
-
__exportStar(require("./x-api/message-x-api"), exports);
|
|
37
|
-
__exportStar(require("./x-api/receipt-x-api"), exports);
|
|
38
|
-
const efactUtil = require("./x-api/utils/efact-util");
|
|
39
|
-
exports.efactUtil = efactUtil;
|
|
40
|
-
const efactParser = require("./x-api/utils/efact-parser");
|
|
41
|
-
exports.efactParser = efactParser;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { EhboxIdentifierType } from "./EhboxIdentifierType";
|
|
13
|
+
export declare class Acknowledgement {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
published?: number;
|
|
16
|
+
read?: number;
|
|
17
|
+
received?: number;
|
|
18
|
+
recipient?: EhboxIdentifierType;
|
|
19
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class ActivePattern {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
document?: string;
|
|
15
|
+
id?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
role?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Api Documentation
|
|
4
|
+
* Api Documentation
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.ActivePattern = void 0;
|
|
15
|
+
class ActivePattern {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ActivePattern = ActivePattern;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Mapstringstring } from "./Mapstringstring";
|
|
13
|
+
export declare class DaasResponse {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
context?: {
|
|
16
|
+
[key: string]: string;
|
|
17
|
+
};
|
|
18
|
+
destinations?: Array<Mapstringstring>;
|
|
19
|
+
status?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class DiagnosticReference {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
diagnostic?: string;
|
|
15
|
+
text?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Api Documentation
|
|
4
|
+
* Api Documentation
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.DiagnosticReference = void 0;
|
|
15
|
+
class DiagnosticReference {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.DiagnosticReference = DiagnosticReference;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { User } from "./User";
|
|
13
|
+
export declare class EhboxIdentifierType {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
id?: string;
|
|
16
|
+
quality?: string;
|
|
17
|
+
subType?: string;
|
|
18
|
+
type?: string;
|
|
19
|
+
user?: User;
|
|
20
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DiagnosticReference } from "./DiagnosticReference";
|
|
13
|
+
export declare class FailedAssert {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
diagnosticReference?: Array<DiagnosticReference>;
|
|
16
|
+
flag?: string;
|
|
17
|
+
id?: string;
|
|
18
|
+
location?: string;
|
|
19
|
+
role?: string;
|
|
20
|
+
test?: string;
|
|
21
|
+
text?: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class FiredRule {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
context?: string;
|
|
15
|
+
flag?: string;
|
|
16
|
+
id?: string;
|
|
17
|
+
role?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Api Documentation
|
|
4
|
+
* Api Documentation
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.FiredRule = void 0;
|
|
15
|
+
class FiredRule {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.FiredRule = FiredRule;
|
package/model/ItemType.d.ts
CHANGED
|
@@ -20,13 +20,13 @@ import { DurationType } from "./DurationType";
|
|
|
20
20
|
import { Feedback } from "./Feedback";
|
|
21
21
|
import { FrequencyType } from "./FrequencyType";
|
|
22
22
|
import { IDKMEHR } from "./IDKMEHR";
|
|
23
|
+
import { KmehrRegimen } from "./KmehrRegimen";
|
|
23
24
|
import { LifecycleType } from "./LifecycleType";
|
|
24
25
|
import { LnkType } from "./LnkType";
|
|
25
26
|
import { LocalitemattributeType } from "./LocalitemattributeType";
|
|
26
27
|
import { MomentType } from "./MomentType";
|
|
27
28
|
import { Posology } from "./Posology";
|
|
28
29
|
import { QuantityType } from "./QuantityType";
|
|
29
|
-
import { Regimen } from "./Regimen";
|
|
30
30
|
import { RenewalType } from "./RenewalType";
|
|
31
31
|
import { RouteType } from "./RouteType";
|
|
32
32
|
import { SeverityType } from "./SeverityType";
|
|
@@ -65,7 +65,7 @@ export declare class ItemType {
|
|
|
65
65
|
posology?: Posology;
|
|
66
66
|
quantity?: QuantityType;
|
|
67
67
|
recorddatetime?: Date;
|
|
68
|
-
regimen?:
|
|
68
|
+
regimen?: KmehrRegimen;
|
|
69
69
|
renewal?: RenewalType;
|
|
70
70
|
route?: RouteType;
|
|
71
71
|
severity?: SeverityType;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { JAXBElementobject } from "./JAXBElementobject";
|
|
13
|
+
export declare class KmehrRegimen {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
daynumbersAndQuantitiesAndDates?: Array<JAXBElementobject>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Mapstringstring extends null<String, string> {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Api Documentation
|
|
4
|
+
* Api Documentation
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
10
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.Mapstringstring = void 0;
|
|
15
|
+
class Mapstringstring extends null {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Mapstringstring = Mapstringstring;
|