@icure/api 4.0.74 → 4.0.78

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.
Files changed (84) hide show
  1. package/icc-api/api/IccAnonymousAccessApi.d.ts +10 -8
  2. package/icc-api/api/IccAnonymousAccessApi.js +16 -13
  3. package/icc-api/api/IccAnonymousAccessApi.js.map +1 -1
  4. package/icc-api/api/IccCalendarItemApi.d.ts +12 -0
  5. package/icc-api/api/IccCalendarItemApi.js +32 -0
  6. package/icc-api/api/IccCalendarItemApi.js.map +1 -1
  7. package/icc-api/api/IccCodeApi.d.ts +7 -0
  8. package/icc-api/api/IccCodeApi.js +14 -0
  9. package/icc-api/api/IccCodeApi.js.map +1 -1
  10. package/icc-api/api/IccContactApi.d.ts +17 -0
  11. package/icc-api/api/IccContactApi.js +36 -0
  12. package/icc-api/api/IccContactApi.js.map +1 -1
  13. package/icc-api/api/IccDocumentApi.d.ts +27 -27
  14. package/icc-api/api/IccDocumentApi.js +40 -40
  15. package/icc-api/api/IccDocumentApi.js.map +1 -1
  16. package/icc-api/api/IccPatientApi.d.ts +28 -1
  17. package/icc-api/api/IccPatientApi.js +64 -1
  18. package/icc-api/api/IccPatientApi.js.map +1 -1
  19. package/icc-api/api/IccReplicationApi.d.ts +46 -0
  20. package/icc-api/api/IccReplicationApi.js +87 -0
  21. package/icc-api/api/IccReplicationApi.js.map +1 -0
  22. package/icc-api/api/IccTmpApi.d.ts +22 -0
  23. package/icc-api/api/IccTmpApi.js +54 -0
  24. package/icc-api/api/IccTmpApi.js.map +1 -1
  25. package/icc-api/iccApi.d.ts +1 -0
  26. package/icc-api/iccApi.js +1 -0
  27. package/icc-api/iccApi.js.map +1 -1
  28. package/icc-api/model/Ampp.d.ts +1 -0
  29. package/icc-api/model/Ampp.js.map +1 -1
  30. package/icc-api/model/Authentication.d.ts +16 -0
  31. package/icc-api/model/Authentication.js +10 -0
  32. package/icc-api/model/Authentication.js.map +1 -0
  33. package/icc-api/model/Basic.d.ts +16 -0
  34. package/icc-api/model/Basic.js +21 -0
  35. package/icc-api/model/Basic.js.map +1 -0
  36. package/icc-api/model/Content.d.ts +3 -6
  37. package/icc-api/model/Content.js.map +1 -1
  38. package/icc-api/model/DocumentTemplate.d.ts +46 -0
  39. package/icc-api/model/DocumentTemplate.js +41 -0
  40. package/icc-api/model/DocumentTemplate.js.map +1 -1
  41. package/icc-api/model/HealthElement.d.ts +3 -1
  42. package/icc-api/model/HealthElement.js.map +1 -1
  43. package/icc-api/model/HealthcareParty.d.ts +6 -0
  44. package/icc-api/model/HealthcareParty.js.map +1 -1
  45. package/icc-api/model/IndexedIdentifier.d.ts +17 -0
  46. package/icc-api/model/IndexedIdentifier.js +10 -0
  47. package/icc-api/model/IndexedIdentifier.js.map +1 -0
  48. package/icc-api/model/Invoice.d.ts +2 -1
  49. package/icc-api/model/Invoice.js +1 -0
  50. package/icc-api/model/Invoice.js.map +1 -1
  51. package/icc-api/model/Partnership.d.ts +8 -1
  52. package/icc-api/model/Partnership.js +7 -0
  53. package/icc-api/model/Partnership.js.map +1 -1
  54. package/icc-api/model/Patient.d.ts +8 -1
  55. package/icc-api/model/Patient.js +2 -0
  56. package/icc-api/model/Patient.js.map +1 -1
  57. package/icc-api/model/PatientHealthCareParty.d.ts +2 -2
  58. package/icc-api/model/PatientHealthCareParty.js +1 -1
  59. package/icc-api/model/PersonName.d.ts +62 -0
  60. package/icc-api/model/PersonName.js +36 -0
  61. package/icc-api/model/PersonName.js.map +1 -0
  62. package/icc-api/model/Remote.d.ts +17 -0
  63. package/icc-api/model/Remote.js +10 -0
  64. package/icc-api/model/Remote.js.map +1 -0
  65. package/icc-api/model/RemoteAuthentication.d.ts +16 -0
  66. package/icc-api/model/RemoteAuthentication.js +10 -0
  67. package/icc-api/model/RemoteAuthentication.js.map +1 -0
  68. package/icc-api/model/ReplicateCommand.d.ts +21 -0
  69. package/icc-api/model/ReplicateCommand.js +21 -0
  70. package/icc-api/model/ReplicateCommand.js.map +1 -0
  71. package/icc-api/model/ReplicationStats.d.ts +2 -0
  72. package/icc-api/model/ReplicationStats.js.map +1 -1
  73. package/icc-api/model/ReplicatorDocument.d.ts +8 -3
  74. package/icc-api/model/ReplicatorDocument.js.map +1 -1
  75. package/icc-api/model/ReplicatorResponse.d.ts +19 -0
  76. package/icc-api/model/ReplicatorResponse.js +21 -0
  77. package/icc-api/model/ReplicatorResponse.js.map +1 -0
  78. package/icc-api/model/Telecom.d.ts +2 -1
  79. package/icc-api/model/Telecom.js +1 -0
  80. package/icc-api/model/Telecom.js.map +1 -1
  81. package/icc-api/model/models.d.ts +8 -0
  82. package/icc-api/model/models.js +8 -0
  83. package/icc-api/model/models.js.map +1 -1
  84. package/package.json +1 -1
@@ -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;CAoDF;AAvDD,4CAuDC;AACD,WAAiB,gBAAgB;IAElB,4BAAW,GAAG;QACzB,EAAE,EAAE,QAAuB;KAC5B,CAAA;AACH,CAAC,EALgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAKhC"}
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"}
@@ -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
+ identifier?: Array<Identifier>;
26
28
  /**
27
- * The revision of the patient in the database, used for conflict management / optimistic locking.
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":";;;AAiBA;;GAEG;AACH,MAAa,aAAa;IACxB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAqB,EAAE,IAAI,CAAC,CAAA;IAC5C,CAAC;CA8HF;AAjID,sCAiIC;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"}
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
  */
@@ -141,6 +146,7 @@ export declare class HealthcareParty {
141
146
  type?: string;
142
147
  contactPerson?: string;
143
148
  contactPersonHcpId?: string;
149
+ supervisorId?: string;
144
150
  flatRateTarifications?: Array<FlatRateTarification>;
145
151
  importedData?: {
146
152
  [key: string]: string;
@@ -1 +1 @@
1
- {"version":3,"file":"HealthcareParty.js","sourceRoot":"","sources":["../../../icc-api/model/HealthcareParty.ts"],"names":[],"mappings":";;;AAiBA;;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;CA4IF;AA/ID,0CA+IC;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"}
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: {
@@ -26,6 +26,7 @@ exports.Invoice = Invoice;
26
26
  Email: 'email',
27
27
  Mediprima: 'mediprima',
28
28
  Paper: 'paper',
29
+ Stat: 'stat',
29
30
  };
30
31
  Invoice.InterventionTypeEnum = {
31
32
  Total: 'total',
@@ -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;KACrC,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,EAnCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAmCvB"}
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"}
@@ -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;IA+Bb,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;KAC3B,CAAA;IAEY,sBAAU,GAAG;QACxB,MAAM,EAAE,QAAsB;QAC9B,WAAW,EAAE,aAA2B;QACxC,IAAI,EAAE,MAAoB;KAC3B,CAAA;AACH,CAAC,EApEgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAoE3B"}
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
  */
@@ -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
  }
@@ -52,6 +52,8 @@ exports.Patient = Patient;
52
52
  Unknown: 'unknown',
53
53
  Contract: 'contract',
54
54
  Other: 'other',
55
+ Annulled: 'annulled',
56
+ Polygamous: 'polygamous',
55
57
  };
56
58
  })(Patient = exports.Patient || (exports.Patient = {}));
57
59
  //# sourceMappingURL=Patient.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Patient.js","sourceRoot":"","sources":["../../../icc-api/model/Patient.ts"],"names":[],"mappings":";;;AAwBA;;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;CAkQF;AArQD,0BAqQC;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;IAcY,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;KACrC,CAAA;AACH,CAAC,EA1DgB,OAAO,GAAP,eAAO,KAAP,eAAO,QA0DvB"}
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' | 'managingOrganization';
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
- ManagingOrganization: TypeEnum;
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
- ManagingOrganization: 'managingOrganization',
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,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Remote = void 0;
4
+ class Remote {
5
+ constructor(json) {
6
+ Object.assign(this, json);
7
+ }
8
+ }
9
+ exports.Remote = Remote;
10
+ //# sourceMappingURL=Remote.js.map
@@ -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"}
@@ -18,4 +18,6 @@ export declare class ReplicationStats {
18
18
  changesPending?: number;
19
19
  docWriteFailures?: number;
20
20
  checkpointedSourceSeq?: string;
21
+ startTime?: number;
22
+ error?: string;
21
23
  }
@@ -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;CASF;AAZD,4CAYC"}
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?: string;
18
- target?: string;
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?: string;
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
  };