@icure/api 4.0.76 → 4.0.81
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/icc-api/api/IccAnonymousAccessApi.d.ts +14 -12
- package/icc-api/api/IccAnonymousAccessApi.js +20 -17
- package/icc-api/api/IccAnonymousAccessApi.js.map +1 -1
- package/icc-api/api/IccCalendarItemApi.d.ts +12 -0
- package/icc-api/api/IccCalendarItemApi.js +32 -0
- package/icc-api/api/IccCalendarItemApi.js.map +1 -1
- package/icc-api/api/IccCodeApi.d.ts +14 -0
- package/icc-api/api/IccCodeApi.js +29 -0
- package/icc-api/api/IccCodeApi.js.map +1 -1
- package/icc-api/api/IccContactApi.d.ts +6 -8
- package/icc-api/api/IccContactApi.js +13 -19
- package/icc-api/api/IccContactApi.js.map +1 -1
- package/icc-api/api/IccDeviceApi.d.ts +104 -0
- package/icc-api/api/IccDeviceApi.js +224 -0
- package/icc-api/api/IccDeviceApi.js.map +1 -0
- package/icc-api/api/IccDocumentApi.d.ts +27 -27
- package/icc-api/api/IccDocumentApi.js +40 -40
- package/icc-api/api/IccDocumentApi.js.map +1 -1
- package/icc-api/api/IccHcpartyApi.d.ts +16 -0
- package/icc-api/api/IccHcpartyApi.js +37 -0
- package/icc-api/api/IccHcpartyApi.js.map +1 -1
- package/icc-api/api/IccHelementApi.d.ts +14 -0
- package/icc-api/api/IccHelementApi.js +30 -0
- package/icc-api/api/IccHelementApi.js.map +1 -1
- package/icc-api/api/IccPatientApi.d.ts +3 -2
- package/icc-api/api/IccPatientApi.js +4 -2
- package/icc-api/api/IccPatientApi.js.map +1 -1
- package/icc-api/api/IccReplicationApi.d.ts +46 -0
- package/icc-api/api/IccReplicationApi.js +87 -0
- package/icc-api/api/IccReplicationApi.js.map +1 -0
- package/icc-api/api/IccTmpApi.d.ts +22 -0
- package/icc-api/api/IccTmpApi.js +54 -0
- package/icc-api/api/IccTmpApi.js.map +1 -1
- package/icc-api/api/IccUserApi.d.ts +1 -1
- package/icc-api/api/IccUserApi.js +1 -1
- package/icc-api/iccApi.d.ts +2 -0
- package/icc-api/iccApi.js +2 -0
- package/icc-api/iccApi.js.map +1 -1
- package/icc-api/index.d.ts +4 -0
- package/icc-api/index.js +4 -0
- package/icc-api/index.js.map +1 -1
- package/icc-api/model/AbstractFilterDevice.d.ts +15 -0
- package/icc-api/model/AbstractFilterDevice.js +21 -0
- package/icc-api/model/AbstractFilterDevice.js.map +1 -0
- package/icc-api/model/AbstractFilterHealthcareParty.d.ts +15 -0
- package/icc-api/model/AbstractFilterHealthcareParty.js +21 -0
- package/icc-api/model/AbstractFilterHealthcareParty.js.map +1 -0
- package/icc-api/model/Annotation.d.ts +38 -0
- package/icc-api/model/Annotation.js +24 -0
- package/icc-api/model/Annotation.js.map +1 -0
- package/icc-api/model/Authentication.d.ts +16 -0
- package/icc-api/model/Authentication.js +10 -0
- package/icc-api/model/Authentication.js.map +1 -0
- package/icc-api/model/Basic.d.ts +16 -0
- package/icc-api/model/Basic.js +21 -0
- package/icc-api/model/Basic.js.map +1 -0
- package/icc-api/model/Content.d.ts +2 -5
- package/icc-api/model/Content.js.map +1 -1
- package/icc-api/model/Device.d.ts +81 -0
- package/icc-api/model/Device.js +14 -0
- package/icc-api/model/Device.js.map +1 -0
- package/icc-api/model/DocumentTemplate.d.ts +46 -0
- package/icc-api/model/DocumentTemplate.js +41 -0
- package/icc-api/model/DocumentTemplate.js.map +1 -1
- package/icc-api/model/FilterChainDevice.d.ts +18 -0
- package/icc-api/model/FilterChainDevice.js +10 -0
- package/icc-api/model/FilterChainDevice.js.map +1 -0
- package/icc-api/model/FilterChainHealthcareParty.d.ts +18 -0
- package/icc-api/model/FilterChainHealthcareParty.js +10 -0
- package/icc-api/model/FilterChainHealthcareParty.js.map +1 -0
- package/icc-api/model/FlowItem.d.ts +2 -0
- package/icc-api/model/FlowItem.js.map +1 -1
- package/icc-api/model/HealthElement.d.ts +3 -1
- package/icc-api/model/HealthElement.js.map +1 -1
- package/icc-api/model/HealthcareParty.d.ts +7 -0
- package/icc-api/model/HealthcareParty.js.map +1 -1
- package/icc-api/model/IndexedIdentifier.d.ts +17 -0
- package/icc-api/model/IndexedIdentifier.js +10 -0
- package/icc-api/model/IndexedIdentifier.js.map +1 -0
- package/icc-api/model/Invoice.d.ts +2 -1
- package/icc-api/model/Invoice.js +1 -0
- package/icc-api/model/Invoice.js.map +1 -1
- package/icc-api/model/ModelHelper.d.ts +1 -1
- package/icc-api/model/ModelHelper.js +21 -14
- package/icc-api/model/ModelHelper.js.map +1 -1
- package/icc-api/model/Partnership.d.ts +8 -1
- package/icc-api/model/Partnership.js +7 -0
- package/icc-api/model/Partnership.js.map +1 -1
- package/icc-api/model/Patient.d.ts +9 -2
- package/icc-api/model/Patient.js +2 -0
- package/icc-api/model/Patient.js.map +1 -1
- package/icc-api/model/PatientHealthCareParty.d.ts +2 -2
- package/icc-api/model/PatientHealthCareParty.js +1 -1
- package/icc-api/model/PersonName.d.ts +62 -0
- package/icc-api/model/PersonName.js +36 -0
- package/icc-api/model/PersonName.js.map +1 -0
- package/icc-api/model/Remote.d.ts +17 -0
- package/icc-api/model/Remote.js +10 -0
- package/icc-api/model/Remote.js.map +1 -0
- package/icc-api/model/RemoteAuthentication.d.ts +16 -0
- package/icc-api/model/RemoteAuthentication.js +10 -0
- package/icc-api/model/RemoteAuthentication.js.map +1 -0
- package/icc-api/model/ReplicateCommand.d.ts +21 -0
- package/icc-api/model/ReplicateCommand.js +21 -0
- package/icc-api/model/ReplicateCommand.js.map +1 -0
- package/icc-api/model/ReplicationStats.d.ts +2 -0
- package/icc-api/model/ReplicationStats.js.map +1 -1
- package/icc-api/model/ReplicatorDocument.d.ts +8 -3
- package/icc-api/model/ReplicatorDocument.js.map +1 -1
- package/icc-api/model/ReplicatorResponse.d.ts +19 -0
- package/icc-api/model/ReplicatorResponse.js +21 -0
- package/icc-api/model/ReplicatorResponse.js.map +1 -0
- package/icc-api/model/Service.d.ts +28 -1
- package/icc-api/model/Service.js.map +1 -1
- package/icc-api/model/Telecom.d.ts +2 -1
- package/icc-api/model/Telecom.js +1 -0
- package/icc-api/model/Telecom.js.map +1 -1
- package/icc-api/model/TimeSeries.d.ts +24 -0
- package/icc-api/model/TimeSeries.js +24 -0
- package/icc-api/model/TimeSeries.js.map +1 -0
- package/icc-api/model/User.d.ts +5 -1
- package/icc-api/model/User.js.map +1 -1
- package/icc-api/model/UserAndHealthcareParty.d.ts +21 -0
- package/icc-api/model/UserAndHealthcareParty.js +13 -0
- package/icc-api/model/UserAndHealthcareParty.js.map +1 -0
- package/icc-api/model/models.d.ts +13 -0
- package/icc-api/model/models.js +13 -0
- package/icc-api/model/models.js.map +1 -1
- package/icc-x-api/icc-accesslog-x-api.d.ts +1 -3
- package/icc-x-api/icc-calendar-item-x-api.d.ts +1 -3
- package/icc-x-api/icc-contact-x-api.d.ts +2 -1
- package/icc-x-api/icc-contact-x-api.js +7 -0
- package/icc-x-api/icc-contact-x-api.js.map +1 -1
- package/icc-x-api/icc-crypto-x-api.d.ts +23 -4
- package/icc-x-api/icc-crypto-x-api.js +133 -32
- package/icc-x-api/icc-crypto-x-api.js.map +1 -1
- package/icc-x-api/icc-hcparty-x-api.d.ts +4 -0
- package/icc-x-api/icc-hcparty-x-api.js +23 -1
- package/icc-x-api/icc-hcparty-x-api.js.map +1 -1
- package/icc-x-api/icc-patient-x-api.d.ts +2 -3
- package/icc-x-api/icc-patient-x-api.js +28 -2
- package/icc-x-api/icc-patient-x-api.js.map +1 -1
- package/icc-x-api/utils/formatting-util.d.ts +3 -0
- package/icc-x-api/utils/formatting-util.js +9 -9
- package/icc-x-api/utils/formatting-util.js.map +1 -1
- package/icc-x-api/utils/index.d.ts +1 -0
- package/icc-x-api/utils/index.js +1 -0
- package/icc-x-api/utils/index.js.map +1 -1
- package/icc-x-api/utils/person-util.d.ts +4 -0
- package/icc-x-api/utils/person-util.js +27 -0
- package/icc-x-api/utils/person-util.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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
|
+
/**
|
|
13
|
+
* Text node with attribution. Could be written by a healthcare party, as a side node of a |medical record. For example, after taking a temperature, the HCP adds a node explaining the |thermometer is faulty.
|
|
14
|
+
*/
|
|
15
|
+
export declare class Annotation {
|
|
16
|
+
constructor(json: JSON | any);
|
|
17
|
+
/**
|
|
18
|
+
* The Id of the Annotation. We encourage using either a v4 UUID or a HL7 Id.
|
|
19
|
+
*/
|
|
20
|
+
id?: string;
|
|
21
|
+
author?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The timestamp (unix epoch in ms) of creation of this note, will be filled automatically if missing. Not enforced by the application server.
|
|
24
|
+
*/
|
|
25
|
+
created?: number;
|
|
26
|
+
/**
|
|
27
|
+
* The timestamp (unix epoch in ms) of the latest modification of this note, will be filled automatically if missing. Not enforced by the application server.
|
|
28
|
+
*/
|
|
29
|
+
modified?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Text contained in the note, written as markdown.
|
|
32
|
+
*/
|
|
33
|
+
text?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Defines to which part of the corresponding information the note is related to.
|
|
36
|
+
*/
|
|
37
|
+
location?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Data Stack API Documentation
|
|
4
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v1
|
|
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.Annotation = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Text node with attribution. Could be written by a healthcare party, as a side node of a |medical record. For example, after taking a temperature, the HCP adds a node explaining the |thermometer is faulty.
|
|
17
|
+
*/
|
|
18
|
+
class Annotation {
|
|
19
|
+
constructor(json) {
|
|
20
|
+
Object.assign(this, json);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.Annotation = Annotation;
|
|
24
|
+
//# sourceMappingURL=Annotation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Annotation.js","sourceRoot":"","sources":["../../../icc-api/model/Annotation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,UAAU;IACrB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkB,EAAE,IAAI,CAAC,CAAA;IACzC,CAAC;CAuBF;AA1BD,gCA0BC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 { Basic } from './Basic';
|
|
13
|
+
export declare class Authentication {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
basic?: Basic;
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Authentication = void 0;
|
|
4
|
+
class Authentication {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.Authentication = Authentication;
|
|
10
|
+
//# sourceMappingURL=Authentication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Authentication.js","sourceRoot":"","sources":["../../../icc-api/model/Authentication.ts"],"names":[],"mappings":";;;AAaA,MAAa,cAAc;IACzB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC7C,CAAC;CAGF;AAND,wCAMC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 Basic {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
username?: string;
|
|
15
|
+
password?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* iCure Data Stack API Documentation
|
|
4
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
5
|
+
*
|
|
6
|
+
* OpenAPI spec version: v1
|
|
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.Basic = void 0;
|
|
15
|
+
class Basic {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.Basic = Basic;
|
|
21
|
+
//# sourceMappingURL=Basic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Basic.js","sourceRoot":"","sources":["../../../icc-api/model/Basic.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,KAAK;IAChB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAa,EAAE,IAAI,CAAC,CAAA;IACpC,CAAC;CAIF;AAPD,sBAOC"}
|
|
@@ -19,19 +19,16 @@ export declare class Content {
|
|
|
19
19
|
booleanValue?: boolean;
|
|
20
20
|
instantValue?: number;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Value as date. The format could have a all three (day, month and year) or values on any of these three, whatever is known.
|
|
23
23
|
*/
|
|
24
24
|
fuzzyDateValue?: number;
|
|
25
25
|
binaryValue?: ArrayBuffer;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Linked document.
|
|
28
28
|
*/
|
|
29
29
|
documentId?: string;
|
|
30
30
|
measureValue?: Measure;
|
|
31
31
|
medicationValue?: Medication;
|
|
32
|
-
/**
|
|
33
|
-
* The service for which the content is being filled
|
|
34
|
-
*/
|
|
35
32
|
compoundValue?: Array<Service>;
|
|
36
33
|
ratio?: Array<Measure>;
|
|
37
34
|
range?: Array<Measure>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;AAeA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,qBAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC1G,CAAC;
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;AAeA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,qBAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC1G,CAAC;CAoBF;AAvBD,0BAuBC"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 { CodeStub } from './CodeStub';
|
|
13
|
+
import { Identifier } from './Identifier';
|
|
14
|
+
import { PropertyStub } from './PropertyStub';
|
|
15
|
+
export declare class Device {
|
|
16
|
+
constructor(json: JSON | any);
|
|
17
|
+
id?: string;
|
|
18
|
+
rev?: string;
|
|
19
|
+
/**
|
|
20
|
+
* hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.
|
|
21
|
+
*/
|
|
22
|
+
deletionDate?: number;
|
|
23
|
+
identifiers?: Array<Identifier>;
|
|
24
|
+
/**
|
|
25
|
+
* The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.
|
|
26
|
+
*/
|
|
27
|
+
created?: number;
|
|
28
|
+
/**
|
|
29
|
+
* The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server.
|
|
30
|
+
*/
|
|
31
|
+
modified?: number;
|
|
32
|
+
/**
|
|
33
|
+
* The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.
|
|
34
|
+
*/
|
|
35
|
+
author?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.
|
|
38
|
+
*/
|
|
39
|
+
responsible?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags.
|
|
42
|
+
*/
|
|
43
|
+
tags?: Array<CodeStub>;
|
|
44
|
+
/**
|
|
45
|
+
* A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes
|
|
46
|
+
*/
|
|
47
|
+
codes?: Array<CodeStub>;
|
|
48
|
+
/**
|
|
49
|
+
* Soft delete (unix epoch in ms) timestamp of the object.
|
|
50
|
+
*/
|
|
51
|
+
endOfLife?: number;
|
|
52
|
+
/**
|
|
53
|
+
* The id of the medical location where this entity was created.
|
|
54
|
+
*/
|
|
55
|
+
medicalLocationId?: string;
|
|
56
|
+
externalId?: string;
|
|
57
|
+
name?: string;
|
|
58
|
+
type?: string;
|
|
59
|
+
brand?: string;
|
|
60
|
+
model?: string;
|
|
61
|
+
serialNumber?: string;
|
|
62
|
+
parentId?: string;
|
|
63
|
+
picture?: ArrayBuffer;
|
|
64
|
+
properties?: Array<PropertyStub>;
|
|
65
|
+
/**
|
|
66
|
+
* For each couple of HcParties (delegator and delegate), this map contains the exchange AES key. The delegator is always this hcp, the key of the map is the id of the delegate. The AES exchange key is encrypted using RSA twice : once using this hcp public key (index 0 in the Array) and once using the other hcp public key (index 1 in the Array). For a pair of HcParties. Each HcParty always has one AES exchange key for himself.
|
|
67
|
+
*/
|
|
68
|
+
hcPartyKeys?: {
|
|
69
|
+
[key: string]: Array<string>;
|
|
70
|
+
};
|
|
71
|
+
/**
|
|
72
|
+
* The privateKeyShamirPartitions are used to share this hcp's private RSA key with a series of other hcParties using Shamir's algorithm. The key of the map is the hcp Id with whom this partition has been shared. The value is \"threshold⎮partition in hex\" encrypted using the the partition's holder's public RSA key
|
|
73
|
+
*/
|
|
74
|
+
privateKeyShamirPartitions?: {
|
|
75
|
+
[key: string]: string;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* The public key of this hcp
|
|
79
|
+
*/
|
|
80
|
+
publicKey?: string;
|
|
81
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Device = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* This entity is a root level object. It represents a device. It is serialized in JSON and saved in the underlying icure-base CouchDB database.
|
|
6
|
+
*/
|
|
7
|
+
const ModelHelper_1 = require("./ModelHelper");
|
|
8
|
+
class Device {
|
|
9
|
+
constructor(json) {
|
|
10
|
+
Object.assign(this, json, json.picture ? { picture: ModelHelper_1.b64_2ab(json.picture) } : {});
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.Device = Device;
|
|
14
|
+
//# sourceMappingURL=Device.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../icc-api/model/Device.ts"],"names":[],"mappings":";;;AAeA;;GAEG;AACH,+CAAuC;AACvC,MAAa,MAAM;IACjB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,qBAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAC7F,CAAC;CA8DF;AAjED,wBAiEC"}
|
|
@@ -52,6 +52,10 @@ export declare class DocumentTemplate {
|
|
|
52
52
|
*/
|
|
53
53
|
deletionDate?: number;
|
|
54
54
|
attachment?: ArrayBuffer;
|
|
55
|
+
/**
|
|
56
|
+
* The type of document, ex: admission, clinical path, document report,invoice, etc.
|
|
57
|
+
*/
|
|
58
|
+
documentType?: DocumentTemplate.DocumentTypeEnum;
|
|
55
59
|
mainUti?: string;
|
|
56
60
|
name?: string;
|
|
57
61
|
otherUtis?: Array<string>;
|
|
@@ -65,6 +69,48 @@ export declare class DocumentTemplate {
|
|
|
65
69
|
specialty?: CodeStub;
|
|
66
70
|
}
|
|
67
71
|
export declare namespace DocumentTemplate {
|
|
72
|
+
type DocumentTypeEnum = 'admission' | 'alert' | 'bvt_sample' | 'clinicalpath' | 'clinicalsummary' | 'contactreport' | 'quote' | 'invoice' | 'death' | 'discharge' | 'dischargereport' | 'ebirth_baby_medicalform' | 'ebirth_baby_notification' | 'ebirth_mother_medicalform' | 'ebirth_mother_notification' | 'ecare_safe_consultation' | 'epidemiology' | 'intervention' | 'labrequest' | 'labresult' | 'medicaladvisoragreement' | 'medicationschemeelement' | 'note' | 'notification' | 'pharmaceuticalprescription' | 'prescription' | 'productdelivery' | 'quickdischargereport' | 'radiationexposuremonitoring' | 'referral' | 'report' | 'request' | 'result' | 'sumehr' | 'telemonitoring' | 'template' | 'template_admin' | 'treatmentsuspension' | 'vaccination';
|
|
73
|
+
const DocumentTypeEnum: {
|
|
74
|
+
Admission: DocumentTypeEnum;
|
|
75
|
+
Alert: DocumentTypeEnum;
|
|
76
|
+
BvtSample: DocumentTypeEnum;
|
|
77
|
+
Clinicalpath: DocumentTypeEnum;
|
|
78
|
+
Clinicalsummary: DocumentTypeEnum;
|
|
79
|
+
Contactreport: DocumentTypeEnum;
|
|
80
|
+
Quote: DocumentTypeEnum;
|
|
81
|
+
Invoice: DocumentTypeEnum;
|
|
82
|
+
Death: DocumentTypeEnum;
|
|
83
|
+
Discharge: DocumentTypeEnum;
|
|
84
|
+
Dischargereport: DocumentTypeEnum;
|
|
85
|
+
EbirthBabyMedicalform: DocumentTypeEnum;
|
|
86
|
+
EbirthBabyNotification: DocumentTypeEnum;
|
|
87
|
+
EbirthMotherMedicalform: DocumentTypeEnum;
|
|
88
|
+
EbirthMotherNotification: DocumentTypeEnum;
|
|
89
|
+
EcareSafeConsultation: DocumentTypeEnum;
|
|
90
|
+
Epidemiology: DocumentTypeEnum;
|
|
91
|
+
Intervention: DocumentTypeEnum;
|
|
92
|
+
Labrequest: DocumentTypeEnum;
|
|
93
|
+
Labresult: DocumentTypeEnum;
|
|
94
|
+
Medicaladvisoragreement: DocumentTypeEnum;
|
|
95
|
+
Medicationschemeelement: DocumentTypeEnum;
|
|
96
|
+
Note: DocumentTypeEnum;
|
|
97
|
+
Notification: DocumentTypeEnum;
|
|
98
|
+
Pharmaceuticalprescription: DocumentTypeEnum;
|
|
99
|
+
Prescription: DocumentTypeEnum;
|
|
100
|
+
Productdelivery: DocumentTypeEnum;
|
|
101
|
+
Quickdischargereport: DocumentTypeEnum;
|
|
102
|
+
Radiationexposuremonitoring: DocumentTypeEnum;
|
|
103
|
+
Referral: DocumentTypeEnum;
|
|
104
|
+
Report: DocumentTypeEnum;
|
|
105
|
+
Request: DocumentTypeEnum;
|
|
106
|
+
Result: DocumentTypeEnum;
|
|
107
|
+
Sumehr: DocumentTypeEnum;
|
|
108
|
+
Telemonitoring: DocumentTypeEnum;
|
|
109
|
+
Template: DocumentTypeEnum;
|
|
110
|
+
TemplateAdmin: DocumentTypeEnum;
|
|
111
|
+
Treatmentsuspension: DocumentTypeEnum;
|
|
112
|
+
Vaccination: DocumentTypeEnum;
|
|
113
|
+
};
|
|
68
114
|
type VersionEnum = 'V1_0_0';
|
|
69
115
|
const VersionEnum: {
|
|
70
116
|
_0: "V1_0_0";
|
|
@@ -9,6 +9,47 @@ class DocumentTemplate {
|
|
|
9
9
|
}
|
|
10
10
|
exports.DocumentTemplate = DocumentTemplate;
|
|
11
11
|
(function (DocumentTemplate) {
|
|
12
|
+
DocumentTemplate.DocumentTypeEnum = {
|
|
13
|
+
Admission: 'admission',
|
|
14
|
+
Alert: 'alert',
|
|
15
|
+
BvtSample: 'bvt_sample',
|
|
16
|
+
Clinicalpath: 'clinicalpath',
|
|
17
|
+
Clinicalsummary: 'clinicalsummary',
|
|
18
|
+
Contactreport: 'contactreport',
|
|
19
|
+
Quote: 'quote',
|
|
20
|
+
Invoice: 'invoice',
|
|
21
|
+
Death: 'death',
|
|
22
|
+
Discharge: 'discharge',
|
|
23
|
+
Dischargereport: 'dischargereport',
|
|
24
|
+
EbirthBabyMedicalform: 'ebirth_baby_medicalform',
|
|
25
|
+
EbirthBabyNotification: 'ebirth_baby_notification',
|
|
26
|
+
EbirthMotherMedicalform: 'ebirth_mother_medicalform',
|
|
27
|
+
EbirthMotherNotification: 'ebirth_mother_notification',
|
|
28
|
+
EcareSafeConsultation: 'ecare_safe_consultation',
|
|
29
|
+
Epidemiology: 'epidemiology',
|
|
30
|
+
Intervention: 'intervention',
|
|
31
|
+
Labrequest: 'labrequest',
|
|
32
|
+
Labresult: 'labresult',
|
|
33
|
+
Medicaladvisoragreement: 'medicaladvisoragreement',
|
|
34
|
+
Medicationschemeelement: 'medicationschemeelement',
|
|
35
|
+
Note: 'note',
|
|
36
|
+
Notification: 'notification',
|
|
37
|
+
Pharmaceuticalprescription: 'pharmaceuticalprescription',
|
|
38
|
+
Prescription: 'prescription',
|
|
39
|
+
Productdelivery: 'productdelivery',
|
|
40
|
+
Quickdischargereport: 'quickdischargereport',
|
|
41
|
+
Radiationexposuremonitoring: 'radiationexposuremonitoring',
|
|
42
|
+
Referral: 'referral',
|
|
43
|
+
Report: 'report',
|
|
44
|
+
Request: 'request',
|
|
45
|
+
Result: 'result',
|
|
46
|
+
Sumehr: 'sumehr',
|
|
47
|
+
Telemonitoring: 'telemonitoring',
|
|
48
|
+
Template: 'template',
|
|
49
|
+
TemplateAdmin: 'template_admin',
|
|
50
|
+
Treatmentsuspension: 'treatmentsuspension',
|
|
51
|
+
Vaccination: 'vaccination',
|
|
52
|
+
};
|
|
12
53
|
DocumentTemplate.VersionEnum = {
|
|
13
54
|
_0: 'V1_0_0',
|
|
14
55
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DocumentTemplate.js","sourceRoot":"","sources":["../../../icc-api/model/DocumentTemplate.ts"],"names":[],"mappings":";;;AAcA,+CAAuC;AACvC,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,qBAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAChH,CAAC;
|
|
1
|
+
{"version":3,"file":"DocumentTemplate.js","sourceRoot":"","sources":["../../../icc-api/model/DocumentTemplate.ts"],"names":[],"mappings":";;;AAcA,+CAAuC;AACvC,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,qBAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IAChH,CAAC;CAwDF;AA3DD,4CA2DC;AACD,WAAiB,gBAAgB;IAyClB,iCAAgB,GAAG;QAC9B,SAAS,EAAE,WAA+B;QAC1C,KAAK,EAAE,OAA2B;QAClC,SAAS,EAAE,YAAgC;QAC3C,YAAY,EAAE,cAAkC;QAChD,eAAe,EAAE,iBAAqC;QACtD,aAAa,EAAE,eAAmC;QAClD,KAAK,EAAE,OAA2B;QAClC,OAAO,EAAE,SAA6B;QACtC,KAAK,EAAE,OAA2B;QAClC,SAAS,EAAE,WAA+B;QAC1C,eAAe,EAAE,iBAAqC;QACtD,qBAAqB,EAAE,yBAA6C;QACpE,sBAAsB,EAAE,0BAA8C;QACtE,uBAAuB,EAAE,2BAA+C;QACxE,wBAAwB,EAAE,4BAAgD;QAC1E,qBAAqB,EAAE,yBAA6C;QACpE,YAAY,EAAE,cAAkC;QAChD,YAAY,EAAE,cAAkC;QAChD,UAAU,EAAE,YAAgC;QAC5C,SAAS,EAAE,WAA+B;QAC1C,uBAAuB,EAAE,yBAA6C;QACtE,uBAAuB,EAAE,yBAA6C;QACtE,IAAI,EAAE,MAA0B;QAChC,YAAY,EAAE,cAAkC;QAChD,0BAA0B,EAAE,4BAAgD;QAC5E,YAAY,EAAE,cAAkC;QAChD,eAAe,EAAE,iBAAqC;QACtD,oBAAoB,EAAE,sBAA0C;QAChE,2BAA2B,EAAE,6BAAiD;QAC9E,QAAQ,EAAE,UAA8B;QACxC,MAAM,EAAE,QAA4B;QACpC,OAAO,EAAE,SAA6B;QACtC,MAAM,EAAE,QAA4B;QACpC,MAAM,EAAE,QAA4B;QACpC,cAAc,EAAE,gBAAoC;QACpD,QAAQ,EAAE,UAA8B;QACxC,aAAa,EAAE,gBAAoC;QACnD,mBAAmB,EAAE,qBAAyC;QAC9D,WAAW,EAAE,aAAiC;KAC/C,CAAA;IAEY,4BAAW,GAAG;QACzB,EAAE,EAAE,QAAuB;KAC5B,CAAA;AACH,CAAC,EAtFgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAsFhC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 { AbstractFilterDevice } from './AbstractFilterDevice';
|
|
13
|
+
import { Predicate } from './Predicate';
|
|
14
|
+
export declare class FilterChainDevice {
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
filter?: AbstractFilterDevice;
|
|
17
|
+
predicate?: Predicate;
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterChainDevice = void 0;
|
|
4
|
+
class FilterChainDevice {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FilterChainDevice = FilterChainDevice;
|
|
10
|
+
//# sourceMappingURL=FilterChainDevice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterChainDevice.js","sourceRoot":"","sources":["../../../icc-api/model/FilterChainDevice.ts"],"names":[],"mappings":";;;AAcA,MAAa,iBAAiB;IAC5B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAyB,EAAE,IAAI,CAAC,CAAA;IAChD,CAAC;CAIF;AAPD,8CAOC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 { AbstractFilterHealthcareParty } from './AbstractFilterHealthcareParty';
|
|
13
|
+
import { Predicate } from './Predicate';
|
|
14
|
+
export declare class FilterChainHealthcareParty {
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
filter?: AbstractFilterHealthcareParty;
|
|
17
|
+
predicate?: Predicate;
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterChainHealthcareParty = void 0;
|
|
4
|
+
class FilterChainHealthcareParty {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FilterChainHealthcareParty = FilterChainHealthcareParty;
|
|
10
|
+
//# sourceMappingURL=FilterChainHealthcareParty.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterChainHealthcareParty.js","sourceRoot":"","sources":["../../../icc-api/model/FilterChainHealthcareParty.ts"],"names":[],"mappings":";;;AAcA,MAAa,0BAA0B;IACrC,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAkC,EAAE,IAAI,CAAC,CAAA;IACzD,CAAC;CAIF;AAPD,gEAOC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowItem.js","sourceRoot":"","sources":["../../../icc-api/model/FlowItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,QAAQ;IACnB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAgB,EAAE,IAAI,CAAC,CAAA;IACvC,CAAC;
|
|
1
|
+
{"version":3,"file":"FlowItem.js","sourceRoot":"","sources":["../../../icc-api/model/FlowItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,QAAQ;IACnB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAgB,EAAE,IAAI,CAAC,CAAA;IACvC,CAAC;CAmCF;AAtCD,4BAsCC"}
|
|
@@ -13,6 +13,7 @@ import { CareTeamMember } from './CareTeamMember';
|
|
|
13
13
|
import { CodeStub } from './CodeStub';
|
|
14
14
|
import { Delegation } from './Delegation';
|
|
15
15
|
import { Episode } from './Episode';
|
|
16
|
+
import { Identifier } from './Identifier';
|
|
16
17
|
import { PlanOfAction } from './PlanOfAction';
|
|
17
18
|
/**
|
|
18
19
|
* This entity is a root level object. It represents a healthcare element. It is serialized in JSON and saved in the underlying CouchDB database.
|
|
@@ -23,8 +24,9 @@ export declare class HealthElement {
|
|
|
23
24
|
* The Id of the healthcare element. We encourage using either a v4 UUID or a HL7 Id.
|
|
24
25
|
*/
|
|
25
26
|
id?: string;
|
|
27
|
+
identifiers?: Array<Identifier>;
|
|
26
28
|
/**
|
|
27
|
-
* The revision of the
|
|
29
|
+
* The revision of the healthcare element in the database, used for conflict management / optimistic locking.
|
|
28
30
|
*/
|
|
29
31
|
rev?: string;
|
|
30
32
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HealthElement.js","sourceRoot":"","sources":["../../../icc-api/model/HealthElement.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"HealthElement.js","sourceRoot":"","sources":["../../../icc-api/model/HealthElement.ts"],"names":[],"mappings":";;;AAkBA;;GAEG;AACH,MAAa,aAAa;IACxB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAqB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CA+HF;AAlID,sCAkIC;AACD,WAAiB,aAAa;IAEf,4BAAc,GAAG;QAC5B,IAAI,EAAE,MAAwB;QAC9B,KAAK,EAAE,OAAyB;KACjC,CAAA;AACH,CAAC,EANgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAM7B"}
|
|
@@ -14,6 +14,8 @@ import { CodeStub } from './CodeStub';
|
|
|
14
14
|
import { FinancialInstitutionInformation } from './FinancialInstitutionInformation';
|
|
15
15
|
import { FlatRateTarification } from './FlatRateTarification';
|
|
16
16
|
import { HealthcarePartyHistoryStatus } from './HealthcarePartyHistoryStatus';
|
|
17
|
+
import { PersonName } from './PersonName';
|
|
18
|
+
import { PropertyStub } from './PropertyStub';
|
|
17
19
|
export declare class HealthcareParty {
|
|
18
20
|
constructor(json: JSON | any);
|
|
19
21
|
/**
|
|
@@ -40,6 +42,10 @@ export declare class HealthcareParty {
|
|
|
40
42
|
* the firstname (name) of the healthcare party.
|
|
41
43
|
*/
|
|
42
44
|
firstName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* the list of all names of the healthcare party, also containing the official full name information. Ordered by preference of use. First element is therefore the official name used for the healthcare party in the application
|
|
47
|
+
*/
|
|
48
|
+
names?: Array<PersonName>;
|
|
43
49
|
/**
|
|
44
50
|
* the gender of the healthcare party: male, female, indeterminate, changed, changedToMale, changedToFemale, unknown
|
|
45
51
|
*/
|
|
@@ -149,6 +155,7 @@ export declare class HealthcareParty {
|
|
|
149
155
|
options?: {
|
|
150
156
|
[key: string]: string;
|
|
151
157
|
};
|
|
158
|
+
properties?: Array<PropertyStub>;
|
|
152
159
|
/**
|
|
153
160
|
* For each couple of HcParties (delegator and delegate), this map contains the exchange AES key. The delegator is always this hcp, the key of the map is the id of the delegate. The AES exchange key is encrypted using RSA twice : once using this hcp public key (index 0 in the Array) and once using the other hcp public key (index 1 in the Array). For a pair of HcParties. Each HcParty always has one AES exchange key for himself.
|
|
154
161
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HealthcareParty.js","sourceRoot":"","sources":["../../../icc-api/model/HealthcareParty.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"HealthcareParty.js","sourceRoot":"","sources":["../../../icc-api/model/HealthcareParty.ts"],"names":[],"mappings":";;;AAmBA;;GAEG;AACH,+CAAuC;AACvC,MAAa,eAAe;IAC1B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAuB,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,qBAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;IACtG,CAAC;CAkJF;AArJD,0CAqJC;AACD,WAAiB,eAAe;IAEjB,0BAAU,GAAG;QACxB,IAAI,EAAE,MAAoB;QAC1B,MAAM,EAAE,QAAsB;QAC9B,aAAa,EAAE,eAA6B;QAC5C,OAAO,EAAE,SAAuB;QAChC,aAAa,EAAE,eAA6B;QAC5C,eAAe,EAAE,iBAA+B;QAChD,OAAO,EAAE,SAAuB;KACjC,CAAA;IAEY,4BAAY,GAAG;QAC1B,OAAO,EAAE,SAAyB;QAClC,cAAc,EAAE,gBAAgC;QAChD,YAAY,EAAE,cAA8B;KAC7C,CAAA;AACH,CAAC,EAjBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAiB/B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
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 { Identifier } from './Identifier';
|
|
13
|
+
export declare class IndexedIdentifier {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
id?: string;
|
|
16
|
+
identifier?: Identifier;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IndexedIdentifier = void 0;
|
|
4
|
+
class IndexedIdentifier {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.IndexedIdentifier = IndexedIdentifier;
|
|
10
|
+
//# sourceMappingURL=IndexedIdentifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IndexedIdentifier.js","sourceRoot":"","sources":["../../../icc-api/model/IndexedIdentifier.ts"],"names":[],"mappings":";;;AAaA,MAAa,iBAAiB;IAC5B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAyB,EAAE,IAAI,CAAC,CAAA;IAChD,CAAC;CAIF;AAPD,8CAOC"}
|
|
@@ -179,7 +179,7 @@ export declare namespace Invoice {
|
|
|
179
179
|
Efact: InvoiceTypeEnum;
|
|
180
180
|
Other: InvoiceTypeEnum;
|
|
181
181
|
};
|
|
182
|
-
type SentMediumTypeEnum = 'cdrom' | 'eattest' | 'efact' | 'email' | 'mediprima' | 'paper';
|
|
182
|
+
type SentMediumTypeEnum = 'cdrom' | 'eattest' | 'efact' | 'email' | 'mediprima' | 'paper' | 'stat';
|
|
183
183
|
const SentMediumTypeEnum: {
|
|
184
184
|
Cdrom: SentMediumTypeEnum;
|
|
185
185
|
Eattest: SentMediumTypeEnum;
|
|
@@ -187,6 +187,7 @@ export declare namespace Invoice {
|
|
|
187
187
|
Email: SentMediumTypeEnum;
|
|
188
188
|
Mediprima: SentMediumTypeEnum;
|
|
189
189
|
Paper: SentMediumTypeEnum;
|
|
190
|
+
Stat: SentMediumTypeEnum;
|
|
190
191
|
};
|
|
191
192
|
type InterventionTypeEnum = 'total' | 'userfees';
|
|
192
193
|
const InterventionTypeEnum: {
|
package/icc-api/model/Invoice.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Invoice.js","sourceRoot":"","sources":["../../../icc-api/model/Invoice.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CA6IF;AAhJD,0BAgJC;AACD,WAAiB,OAAO;IAET,uBAAe,GAAG;QAC7B,OAAO,EAAE,SAA4B;QACrC,UAAU,EAAE,YAA+B;QAC3C,YAAY,EAAE,cAAiC;QAC/C,SAAS,EAAE,WAA8B;QACzC,KAAK,EAAE,OAA0B;QACjC,KAAK,EAAE,OAA0B;KAClC,CAAA;IAEY,0BAAkB,GAAG;QAChC,KAAK,EAAE,OAA6B;QACpC,OAAO,EAAE,SAA+B;QACxC,KAAK,EAAE,OAA6B;QACpC,KAAK,EAAE,OAA6B;QACpC,SAAS,EAAE,WAAiC;QAC5C,KAAK,EAAE,OAA6B;
|
|
1
|
+
{"version":3,"file":"Invoice.js","sourceRoot":"","sources":["../../../icc-api/model/Invoice.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CA6IF;AAhJD,0BAgJC;AACD,WAAiB,OAAO;IAET,uBAAe,GAAG;QAC7B,OAAO,EAAE,SAA4B;QACrC,UAAU,EAAE,YAA+B;QAC3C,YAAY,EAAE,cAAiC;QAC/C,SAAS,EAAE,WAA8B;QACzC,KAAK,EAAE,OAA0B;QACjC,KAAK,EAAE,OAA0B;KAClC,CAAA;IAEY,0BAAkB,GAAG;QAChC,KAAK,EAAE,OAA6B;QACpC,OAAO,EAAE,SAA+B;QACxC,KAAK,EAAE,OAA6B;QACpC,KAAK,EAAE,OAA6B;QACpC,SAAS,EAAE,WAAiC;QAC5C,KAAK,EAAE,OAA6B;QACpC,IAAI,EAAE,MAA4B;KACnC,CAAA;IAEY,4BAAoB,GAAG;QAClC,KAAK,EAAE,OAA+B;QACtC,QAAQ,EAAE,UAAkC;KAC7C,CAAA;IAEY,uBAAe,GAAG;QAC7B,IAAI,EAAE,MAAyB;QAC/B,KAAK,EAAE,OAA0B;QACjC,SAAS,EAAE,WAA8B;QACzC,UAAU,EAAE,YAA+B;QAC3C,SAAS,EAAE,WAA8B;QACzC,MAAM,EAAE,QAA2B;QACnC,OAAO,EAAE,SAA4B;QACrC,KAAK,EAAE,OAA0B;KAClC,CAAA;AACH,CAAC,EApCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAoCvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function b64_2ab(
|
|
1
|
+
export declare function b64_2ab(s: string): ArrayBuffer;
|