@icure/api 4.0.75 → 4.0.80
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 +7 -0
- package/icc-api/api/IccCodeApi.js +14 -0
- package/icc-api/api/IccCodeApi.js.map +1 -1
- 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/IccHelementApi.d.ts +7 -0
- package/icc-api/api/IccHelementApi.js +15 -0
- package/icc-api/api/IccHelementApi.js.map +1 -1
- package/icc-api/api/IccPatientApi.d.ts +19 -1
- package/icc-api/api/IccPatientApi.js +47 -1
- 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/iccApi.d.ts +1 -0
- package/icc-api/iccApi.js +1 -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/Ampp.d.ts +1 -0
- package/icc-api/model/Ampp.js.map +1 -1
- 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/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/HealthElement.d.ts +3 -1
- package/icc-api/model/HealthElement.js.map +1 -1
- package/icc-api/model/HealthcareParty.d.ts +5 -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 +24 -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/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 +7 -0
- package/icc-api/model/models.js +7 -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
|
@@ -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,7 @@ 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';
|
|
17
18
|
export declare class HealthcareParty {
|
|
18
19
|
constructor(json: JSON | any);
|
|
19
20
|
/**
|
|
@@ -40,6 +41,10 @@ export declare class HealthcareParty {
|
|
|
40
41
|
* the firstname (name) of the healthcare party.
|
|
41
42
|
*/
|
|
42
43
|
firstName?: string;
|
|
44
|
+
/**
|
|
45
|
+
* 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
|
|
46
|
+
*/
|
|
47
|
+
names?: Array<PersonName>;
|
|
43
48
|
/**
|
|
44
49
|
* the gender of the healthcare party: male, female, indeterminate, changed, changedToMale, changedToFemale, unknown
|
|
45
50
|
*/
|
|
@@ -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":";;;AAkBA;;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;CAiJF;AApJD,0CAoJC;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;
|
|
@@ -1,22 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.b64_2ab = void 0;
|
|
4
|
-
function b64_2ab(
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
function b64_2ab(s) {
|
|
5
|
+
return ua2ab(string2ua(a2b(s)));
|
|
6
|
+
}
|
|
7
|
+
exports.b64_2ab = b64_2ab;
|
|
8
|
+
function a2b(s) {
|
|
9
|
+
if (Buffer) {
|
|
10
|
+
const buf = new Buffer(s, 'base64');
|
|
11
|
+
return buf.toString('latin1');
|
|
7
12
|
}
|
|
8
|
-
if (
|
|
9
|
-
return
|
|
13
|
+
if (typeof atob !== 'undefined') {
|
|
14
|
+
return atob(s);
|
|
10
15
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
return data.buffer;
|
|
16
|
+
throw new Error('Unsupported operation a2b');
|
|
17
|
+
}
|
|
18
|
+
function string2ua(s) {
|
|
19
|
+
const ua = new Uint8Array(s.length);
|
|
20
|
+
for (let i = 0; i < s.length; i++) {
|
|
21
|
+
ua[i] = s.charCodeAt(i) & 0xff;
|
|
18
22
|
}
|
|
19
|
-
return
|
|
23
|
+
return ua;
|
|
24
|
+
}
|
|
25
|
+
function ua2ab(ua) {
|
|
26
|
+
const buffer = ua.buffer;
|
|
27
|
+
return (buffer.byteLength > ua.byteLength ? buffer.slice(0, ua.byteLength) : buffer);
|
|
20
28
|
}
|
|
21
|
-
exports.b64_2ab = b64_2ab;
|
|
22
29
|
//# sourceMappingURL=ModelHelper.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModelHelper.js","sourceRoot":"","sources":["../../../icc-api/model/ModelHelper.ts"],"names":[],"mappings":";;;AAAA,SAAgB,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"ModelHelper.js","sourceRoot":"","sources":["../../../icc-api/model/ModelHelper.ts"],"names":[],"mappings":";;;AAAA,SAAgB,OAAO,CAAC,CAAS;IAC/B,OAAO,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;AACjC,CAAC;AAFD,0BAEC;AAED,SAAS,GAAG,CAAC,CAAS;IACpB,IAAI,MAAM,EAAE;QACV,MAAM,GAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;QACnC,OAAO,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAA;KAC9B;IACD,IAAI,OAAO,IAAI,KAAK,WAAW,EAAE;QAC/B,OAAO,IAAI,CAAC,CAAC,CAAC,CAAA;KACf;IACD,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAA;AAC9C,CAAC;AAED,SAAS,SAAS,CAAC,CAAS;IAC1B,MAAM,EAAE,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACnC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QACjC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;KAC/B;IACD,OAAO,EAAE,CAAA;AACX,CAAC;AAED,SAAS,KAAK,CAAC,EAAc;IAC3B,MAAM,MAAM,GAAG,EAAE,CAAC,MAAM,CAAA;IACxB,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,MAAM,CAAgB,CAAA;AACrG,CAAC"}
|
|
@@ -30,7 +30,7 @@ export declare class Partnership {
|
|
|
30
30
|
otherToMeRelationshipDescription?: string;
|
|
31
31
|
}
|
|
32
32
|
export declare namespace Partnership {
|
|
33
|
-
type TypeEnum = 'primary_contact' | 'primary_contact_for' | 'family' | 'friend' | 'counselor' | 'contact' | 'brother' | 'brotherinlaw' | 'child' | 'daughter' | 'employer' | 'father' | 'grandchild' | 'grandparent' | 'husband' | 'lawyer' | 'mother' | 'neighbour' | 'notary' | 'partner' | 'sister' | 'sisterinlaw' | 'son' | 'spouse' | 'stepdaughter' | 'stepfather' | 'stepmother' | 'stepson' | 'tutor';
|
|
33
|
+
type TypeEnum = 'primary_contact' | 'primary_contact_for' | 'family' | 'friend' | 'counselor' | 'contact' | 'brother' | 'brotherinlaw' | 'child' | 'daughter' | 'employer' | 'father' | 'grandchild' | 'grandparent' | 'husband' | 'lawyer' | 'mother' | 'neighbour' | 'notary' | 'partner' | 'sister' | 'sisterinlaw' | 'son' | 'spouse' | 'stepdaughter' | 'stepfather' | 'stepmother' | 'stepson' | 'tutor' | 'next_of_kin' | 'federal_agency' | 'insurance_company' | 'state_agency' | 'unknown' | 'seealso' | 'refer';
|
|
34
34
|
const TypeEnum: {
|
|
35
35
|
PrimaryContact: TypeEnum;
|
|
36
36
|
PrimaryContactFor: TypeEnum;
|
|
@@ -61,6 +61,13 @@ export declare namespace Partnership {
|
|
|
61
61
|
Stepmother: TypeEnum;
|
|
62
62
|
Stepson: TypeEnum;
|
|
63
63
|
Tutor: TypeEnum;
|
|
64
|
+
NextOfKin: TypeEnum;
|
|
65
|
+
FederalAgency: TypeEnum;
|
|
66
|
+
InsuranceCompany: TypeEnum;
|
|
67
|
+
StateAgency: TypeEnum;
|
|
68
|
+
Unknown: TypeEnum;
|
|
69
|
+
Seealso: TypeEnum;
|
|
70
|
+
Refer: TypeEnum;
|
|
64
71
|
};
|
|
65
72
|
type StatusEnum = 'active' | 'complicated' | 'past';
|
|
66
73
|
const StatusEnum: {
|
|
@@ -52,6 +52,13 @@ exports.Partnership = Partnership;
|
|
|
52
52
|
Stepmother: 'stepmother',
|
|
53
53
|
Stepson: 'stepson',
|
|
54
54
|
Tutor: 'tutor',
|
|
55
|
+
NextOfKin: 'next_of_kin',
|
|
56
|
+
FederalAgency: 'federal_agency',
|
|
57
|
+
InsuranceCompany: 'insurance_company',
|
|
58
|
+
StateAgency: 'state_agency',
|
|
59
|
+
Unknown: 'unknown',
|
|
60
|
+
Seealso: 'seealso',
|
|
61
|
+
Refer: 'refer',
|
|
55
62
|
};
|
|
56
63
|
Partnership.StatusEnum = {
|
|
57
64
|
Active: 'active',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Partnership.js","sourceRoot":"","sources":["../../../icc-api/model/Partnership.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,WAAW;IACtB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CAgBF;AAnBD,kCAmBC;AACD,WAAiB,WAAW;
|
|
1
|
+
{"version":3,"file":"Partnership.js","sourceRoot":"","sources":["../../../icc-api/model/Partnership.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,WAAW;IACtB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAmB,EAAE,IAAI,CAAC,CAAA;IAC1C,CAAC;CAgBF;AAnBD,kCAmBC;AACD,WAAiB,WAAW;IAsCb,oBAAQ,GAAG;QACtB,cAAc,EAAE,iBAA6B;QAC7C,iBAAiB,EAAE,qBAAiC;QACpD,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,OAAO,EAAE,SAAqB;QAC9B,OAAO,EAAE,SAAqB;QAC9B,YAAY,EAAE,cAA0B;QACxC,KAAK,EAAE,OAAmB;QAC1B,QAAQ,EAAE,UAAsB;QAChC,QAAQ,EAAE,UAAsB;QAChC,MAAM,EAAE,QAAoB;QAC5B,UAAU,EAAE,YAAwB;QACpC,WAAW,EAAE,aAAyB;QACtC,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,MAAM,EAAE,QAAoB;QAC5B,SAAS,EAAE,WAAuB;QAClC,MAAM,EAAE,QAAoB;QAC5B,OAAO,EAAE,SAAqB;QAC9B,MAAM,EAAE,QAAoB;QAC5B,WAAW,EAAE,aAAyB;QACtC,GAAG,EAAE,KAAiB;QACtB,MAAM,EAAE,QAAoB;QAC5B,YAAY,EAAE,cAA0B;QACxC,UAAU,EAAE,YAAwB;QACpC,UAAU,EAAE,YAAwB;QACpC,OAAO,EAAE,SAAqB;QAC9B,KAAK,EAAE,OAAmB;QAC1B,SAAS,EAAE,aAAyB;QACpC,aAAa,EAAE,gBAA4B;QAC3C,gBAAgB,EAAE,mBAA+B;QACjD,WAAW,EAAE,cAA0B;QACvC,OAAO,EAAE,SAAqB;QAC9B,OAAO,EAAE,SAAqB;QAC9B,KAAK,EAAE,OAAmB;KAC3B,CAAA;IAEY,sBAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,WAAW,EAAE,aAA2B;QACxC,IAAI,EAAE,MAAoB;KAC3B,CAAA;AACH,CAAC,EAlFgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkF3B"}
|
|
@@ -19,6 +19,7 @@ import { Insurability } from './Insurability';
|
|
|
19
19
|
import { MedicalHouseContract } from './MedicalHouseContract';
|
|
20
20
|
import { Partnership } from './Partnership';
|
|
21
21
|
import { PatientHealthCareParty } from './PatientHealthCareParty';
|
|
22
|
+
import { PersonName } from './PersonName';
|
|
22
23
|
import { PropertyStub } from './PropertyStub';
|
|
23
24
|
import { SchoolingInfo } from './SchoolingInfo';
|
|
24
25
|
export declare class Patient {
|
|
@@ -72,6 +73,10 @@ export declare class Patient {
|
|
|
72
73
|
* the lastname (surname) of the patient. This is the official lastname that should be used for official administrative purposes.
|
|
73
74
|
*/
|
|
74
75
|
lastName?: string;
|
|
76
|
+
/**
|
|
77
|
+
* the list of all names of the patient, also containing the official full name information. Ordered by preference of use. First element is therefore the official name used for the patient in the application
|
|
78
|
+
*/
|
|
79
|
+
names?: Array<PersonName>;
|
|
75
80
|
/**
|
|
76
81
|
* the name of the company this patient is member of.
|
|
77
82
|
*/
|
|
@@ -195,7 +200,7 @@ export declare class Patient {
|
|
|
195
200
|
/**
|
|
196
201
|
* A picture usually saved in JPEG format.
|
|
197
202
|
*/
|
|
198
|
-
picture?:
|
|
203
|
+
picture?: ArrayBuffer;
|
|
199
204
|
/**
|
|
200
205
|
* An external (from another source) id with no guarantee or requirement for unicity .
|
|
201
206
|
*/
|
|
@@ -323,7 +328,7 @@ export declare namespace Patient {
|
|
|
323
328
|
Unknown: DeactivationReasonEnum;
|
|
324
329
|
None: DeactivationReasonEnum;
|
|
325
330
|
};
|
|
326
|
-
type PersonalStatusEnum = 'single' | 'in_couple' | 'married' | 'separated' | 'divorced' | 'divorcing' | 'widowed' | 'widower' | 'complicated' | 'unknown' | 'contract' | 'other';
|
|
331
|
+
type PersonalStatusEnum = 'single' | 'in_couple' | 'married' | 'separated' | 'divorced' | 'divorcing' | 'widowed' | 'widower' | 'complicated' | 'unknown' | 'contract' | 'other' | 'annulled' | 'polygamous';
|
|
327
332
|
const PersonalStatusEnum: {
|
|
328
333
|
Single: PersonalStatusEnum;
|
|
329
334
|
InCouple: PersonalStatusEnum;
|
|
@@ -337,5 +342,7 @@ export declare namespace Patient {
|
|
|
337
342
|
Unknown: PersonalStatusEnum;
|
|
338
343
|
Contract: PersonalStatusEnum;
|
|
339
344
|
Other: PersonalStatusEnum;
|
|
345
|
+
Annulled: PersonalStatusEnum;
|
|
346
|
+
Polygamous: PersonalStatusEnum;
|
|
340
347
|
};
|
|
341
348
|
}
|
package/icc-api/model/Patient.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Patient.js","sourceRoot":"","sources":["../../../icc-api/model/Patient.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Patient.js","sourceRoot":"","sources":["../../../icc-api/model/Patient.ts"],"names":[],"mappings":";;;AAyBA;;GAEG;AACH,+CAAuC;AACvC,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,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;IAC9F,CAAC;CAsQF;AAzQD,0BAyQC;AACD,WAAiB,OAAO;IAET,kBAAU,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,oBAAY,GAAG;QAC1B,IAAI,EAAE,MAAsB;QAC5B,MAAM,EAAE,QAAwB;QAChC,aAAa,EAAE,eAA+B;QAC9C,OAAO,EAAE,SAAyB;QAClC,aAAa,EAAE,eAA+B;QAC9C,eAAe,EAAE,iBAAiC;QAClD,OAAO,EAAE,SAAyB;KACnC,CAAA;IAEY,8BAAsB,GAAG;QACpC,QAAQ,EAAE,UAAoC;QAC9C,KAAK,EAAE,OAAiC;QACxC,WAAW,EAAE,cAAwC;QACrD,OAAO,EAAE,SAAmC;QAC5C,SAAS,EAAE,YAAsC;QACjD,OAAO,EAAE,SAAmC;QAC5C,IAAI,EAAE,MAAgC;KACvC,CAAA;IAgBY,0BAAkB,GAAG;QAChC,MAAM,EAAE,QAA8B;QACtC,QAAQ,EAAE,WAAiC;QAC3C,OAAO,EAAE,SAA+B;QACxC,SAAS,EAAE,WAAiC;QAC5C,QAAQ,EAAE,UAAgC;QAC1C,SAAS,EAAE,WAAiC;QAC5C,OAAO,EAAE,SAA+B;QACxC,OAAO,EAAE,SAA+B;QACxC,WAAW,EAAE,aAAmC;QAChD,OAAO,EAAE,SAA+B;QACxC,QAAQ,EAAE,UAAgC;QAC1C,KAAK,EAAE,OAA6B;QACpC,QAAQ,EAAE,UAAgC;QAC1C,UAAU,EAAE,YAAkC;KAC/C,CAAA;AACH,CAAC,EA9DgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA8DvB"}
|
|
@@ -40,7 +40,7 @@ export declare class PatientHealthCareParty {
|
|
|
40
40
|
encryptedSelf?: string;
|
|
41
41
|
}
|
|
42
42
|
export declare namespace PatientHealthCareParty {
|
|
43
|
-
type TypeEnum = 'doctor' | 'referral' | 'medicalhouse' | 'retirementhome' | 'hospital' | 'other' | 'referringphysician' | '
|
|
43
|
+
type TypeEnum = 'doctor' | 'referral' | 'medicalhouse' | 'retirementhome' | 'hospital' | 'other' | 'referringphysician' | 'managingorganization';
|
|
44
44
|
const TypeEnum: {
|
|
45
45
|
Doctor: TypeEnum;
|
|
46
46
|
Referral: TypeEnum;
|
|
@@ -49,6 +49,6 @@ export declare namespace PatientHealthCareParty {
|
|
|
49
49
|
Hospital: TypeEnum;
|
|
50
50
|
Other: TypeEnum;
|
|
51
51
|
Referringphysician: TypeEnum;
|
|
52
|
-
|
|
52
|
+
Managingorganization: TypeEnum;
|
|
53
53
|
};
|
|
54
54
|
}
|
|
@@ -19,7 +19,7 @@ exports.PatientHealthCareParty = PatientHealthCareParty;
|
|
|
19
19
|
Hospital: 'hospital',
|
|
20
20
|
Other: 'other',
|
|
21
21
|
Referringphysician: 'referringphysician',
|
|
22
|
-
|
|
22
|
+
Managingorganization: 'managingorganization',
|
|
23
23
|
};
|
|
24
24
|
})(PatientHealthCareParty = exports.PatientHealthCareParty || (exports.PatientHealthCareParty = {}));
|
|
25
25
|
//# sourceMappingURL=PatientHealthCareParty.js.map
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
* Non preferred name information of a person
|
|
14
|
+
*/
|
|
15
|
+
export declare class PersonName {
|
|
16
|
+
constructor(json: JSON | any);
|
|
17
|
+
/**
|
|
18
|
+
* Family name (often called 'Surname')
|
|
19
|
+
*/
|
|
20
|
+
lastName?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Given names (not always 'first'). Includes middle names. This repeating element order: Given Names appear in the correct order for presenting the name
|
|
23
|
+
*/
|
|
24
|
+
firstNames?: Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Starting date of time period when name is/was valid for use. Date encoded as a fuzzy date on 8 positions (YYYYMMDD)
|
|
27
|
+
*/
|
|
28
|
+
start?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Ending date of time period when name is/was valid for use. Date encoded as a fuzzy date on 8 positions (YYYYMMDD)
|
|
31
|
+
*/
|
|
32
|
+
end?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Parts that come before the name. This repeating element order: Prefixes appear in the correct order for presenting the name
|
|
35
|
+
*/
|
|
36
|
+
prefix?: Array<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Parts that come after the name. This repeating element order: Suffixes appear in the correct order for presenting the name
|
|
39
|
+
*/
|
|
40
|
+
suffix?: Array<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Text representation of the full name
|
|
43
|
+
*/
|
|
44
|
+
text?: string;
|
|
45
|
+
/**
|
|
46
|
+
* What is the use of this name
|
|
47
|
+
*/
|
|
48
|
+
use?: PersonName.UseEnum;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace PersonName {
|
|
51
|
+
type UseEnum = 'usual' | 'official' | 'temp' | 'nickname' | 'anonymous' | 'maiden' | 'old' | 'other';
|
|
52
|
+
const UseEnum: {
|
|
53
|
+
Usual: UseEnum;
|
|
54
|
+
Official: UseEnum;
|
|
55
|
+
Temp: UseEnum;
|
|
56
|
+
Nickname: UseEnum;
|
|
57
|
+
Anonymous: UseEnum;
|
|
58
|
+
Maiden: UseEnum;
|
|
59
|
+
Old: UseEnum;
|
|
60
|
+
Other: UseEnum;
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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.PersonName = void 0;
|
|
15
|
+
/**
|
|
16
|
+
* Non preferred name information of a person
|
|
17
|
+
*/
|
|
18
|
+
class PersonName {
|
|
19
|
+
constructor(json) {
|
|
20
|
+
Object.assign(this, json);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.PersonName = PersonName;
|
|
24
|
+
(function (PersonName) {
|
|
25
|
+
PersonName.UseEnum = {
|
|
26
|
+
Usual: 'usual',
|
|
27
|
+
Official: 'official',
|
|
28
|
+
Temp: 'temp',
|
|
29
|
+
Nickname: 'nickname',
|
|
30
|
+
Anonymous: 'anonymous',
|
|
31
|
+
Maiden: 'maiden',
|
|
32
|
+
Old: 'old',
|
|
33
|
+
Other: 'other',
|
|
34
|
+
};
|
|
35
|
+
})(PersonName = exports.PersonName || (exports.PersonName = {}));
|
|
36
|
+
//# sourceMappingURL=PersonName.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PersonName.js","sourceRoot":"","sources":["../../../icc-api/model/PersonName.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;CAkCF;AArCD,gCAqCC;AACD,WAAiB,UAAU;IAEZ,kBAAO,GAAG;QACrB,KAAK,EAAE,OAAkB;QACzB,QAAQ,EAAE,UAAqB;QAC/B,IAAI,EAAE,MAAiB;QACvB,QAAQ,EAAE,UAAqB;QAC/B,SAAS,EAAE,WAAsB;QACjC,MAAM,EAAE,QAAmB;QAC3B,GAAG,EAAE,KAAgB;QACrB,KAAK,EAAE,OAAkB;KAC1B,CAAA;AACH,CAAC,EAZgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAY1B"}
|
|
@@ -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 { Authentication } from './Authentication';
|
|
13
|
+
export declare class Remote {
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
url?: string;
|
|
16
|
+
auth?: Authentication;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Remote.js","sourceRoot":"","sources":["../../../icc-api/model/Remote.ts"],"names":[],"mappings":";;;AAaA,MAAa,MAAM;IACjB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAc,EAAE,IAAI,CAAC,CAAA;IACrC,CAAC;CAIF;AAPD,wBAOC"}
|
|
@@ -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 RemoteAuthentication {
|
|
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.RemoteAuthentication = void 0;
|
|
4
|
+
class RemoteAuthentication {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.RemoteAuthentication = RemoteAuthentication;
|
|
10
|
+
//# sourceMappingURL=RemoteAuthentication.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RemoteAuthentication.js","sourceRoot":"","sources":["../../../icc-api/model/RemoteAuthentication.ts"],"names":[],"mappings":";;;AAaA,MAAa,oBAAoB;IAC/B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA4B,EAAE,IAAI,CAAC,CAAA;IACnD,CAAC;CAGF;AAND,oDAMC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 ReplicateCommand {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
sourceUrl?: string;
|
|
15
|
+
sourceUsername?: string;
|
|
16
|
+
sourcePassword?: string;
|
|
17
|
+
targetUrl?: string;
|
|
18
|
+
targetUsername?: string;
|
|
19
|
+
targetPassword?: string;
|
|
20
|
+
id?: string;
|
|
21
|
+
}
|
|
@@ -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.ReplicateCommand = void 0;
|
|
15
|
+
class ReplicateCommand {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ReplicateCommand = ReplicateCommand;
|
|
21
|
+
//# sourceMappingURL=ReplicateCommand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReplicateCommand.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicateCommand.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CASF;AAZD,4CAYC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReplicationStats.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicationStats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;
|
|
1
|
+
{"version":3,"file":"ReplicationStats.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicationStats.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,gBAAgB;IAC3B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAwB,EAAE,IAAI,CAAC,CAAA;IAC/C,CAAC;CAWF;AAdD,4CAcC"}
|
|
@@ -9,20 +9,25 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { Remote } from './Remote';
|
|
12
13
|
import { ReplicationStats } from './ReplicationStats';
|
|
13
14
|
export declare class ReplicatorDocument {
|
|
14
15
|
constructor(json: JSON | any);
|
|
15
16
|
id?: string;
|
|
16
17
|
rev?: string;
|
|
17
|
-
source?:
|
|
18
|
-
target?:
|
|
18
|
+
source?: Remote;
|
|
19
|
+
target?: Remote;
|
|
19
20
|
owner?: string;
|
|
20
21
|
createTarget?: boolean;
|
|
21
22
|
continuous?: boolean;
|
|
22
23
|
docIds?: Array<string>;
|
|
23
24
|
replicationState?: string;
|
|
24
|
-
replicationStateTime?:
|
|
25
|
+
replicationStateTime?: number;
|
|
25
26
|
replicationStats?: ReplicationStats;
|
|
27
|
+
errorCount?: number;
|
|
28
|
+
revsInfo?: Array<{
|
|
29
|
+
[key: string]: string;
|
|
30
|
+
}>;
|
|
26
31
|
revHistory?: {
|
|
27
32
|
[key: string]: string;
|
|
28
33
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReplicatorDocument.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicatorDocument.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ReplicatorDocument.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicatorDocument.ts"],"names":[],"mappings":";;;AAcA,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAgBF;AAnBD,gDAmBC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 ReplicatorResponse {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
ok?: boolean;
|
|
15
|
+
id?: string;
|
|
16
|
+
rev?: string;
|
|
17
|
+
error?: string;
|
|
18
|
+
reason?: string;
|
|
19
|
+
}
|
|
@@ -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.ReplicatorResponse = void 0;
|
|
15
|
+
class ReplicatorResponse {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.ReplicatorResponse = ReplicatorResponse;
|
|
21
|
+
//# sourceMappingURL=ReplicatorResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReplicatorResponse.js","sourceRoot":"","sources":["../../../icc-api/model/ReplicatorResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,kBAAkB;IAC7B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA0B,EAAE,IAAI,CAAC,CAAA;IACjD,CAAC;CAOF;AAVD,gDAUC"}
|