@icure/api 4.0.78 → 4.0.83
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 +5 -5
- package/icc-api/api/IccAnonymousAccessApi.js +5 -5
- package/icc-api/api/IccAnonymousAccessApi.js.map +1 -1
- package/icc-api/api/IccCodeApi.d.ts +7 -0
- package/icc-api/api/IccCodeApi.js +15 -0
- package/icc-api/api/IccCodeApi.js.map +1 -1
- package/icc-api/api/IccContactApi.d.ts +13 -17
- package/icc-api/api/IccContactApi.js +28 -36
- package/icc-api/api/IccContactApi.js.map +1 -1
- package/icc-api/api/IccDeviceApi.d.ts +109 -0
- package/icc-api/api/IccDeviceApi.js +230 -0
- package/icc-api/api/IccDeviceApi.js.map +1 -0
- 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 +20 -3
- package/icc-api/api/IccHelementApi.js +43 -5
- package/icc-api/api/IccHelementApi.js.map +1 -1
- package/icc-api/api/IccPatientApi.d.ts +5 -11
- package/icc-api/api/IccPatientApi.js +3 -18
- package/icc-api/api/IccPatientApi.js.map +1 -1
- package/icc-api/api/IccUserApi.d.ts +21 -3
- package/icc-api/api/IccUserApi.js +44 -3
- package/icc-api/api/IccUserApi.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/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/AbstractFilterUser.d.ts +15 -0
- package/icc-api/model/AbstractFilterUser.js +21 -0
- package/icc-api/model/AbstractFilterUser.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/Content.d.ts +3 -1
- package/icc-api/model/Content.js +1 -1
- 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/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/FilterChainUser.d.ts +18 -0
- package/icc-api/model/FilterChainUser.js +10 -0
- package/icc-api/model/FilterChainUser.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 +1 -1
- package/icc-api/model/HealthcareParty.d.ts +10 -0
- package/icc-api/model/HealthcareParty.js +1 -1
- package/icc-api/model/HealthcareParty.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/PaginatedListDevice.d.ts +20 -0
- package/icc-api/model/PaginatedListDevice.js +10 -0
- package/icc-api/model/PaginatedListDevice.js.map +1 -0
- package/icc-api/model/Patient.d.ts +1 -1
- package/icc-api/model/PatientByHcPartyGenderEducationProfession.d.ts +31 -0
- package/icc-api/model/PatientByHcPartyGenderEducationProfession.js +32 -0
- package/icc-api/model/PatientByHcPartyGenderEducationProfession.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/ServiceBySecretForeignKeys.d.ts +17 -0
- package/icc-api/model/ServiceBySecretForeignKeys.js +21 -0
- package/icc-api/model/ServiceBySecretForeignKeys.js.map +1 -0
- 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/TimeTable.d.ts +0 -1
- package/icc-api/model/TimeTable.js.map +1 -1
- package/icc-api/model/TimeTableItem.d.ts +1 -0
- package/icc-api/model/TimeTableItem.js.map +1 -1
- package/icc-api/model/User.d.ts +9 -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 +11 -3
- package/icc-api/model/models.js +11 -3
- package/icc-api/model/models.js.map +1 -1
- package/icc-x-api/crypto/utils.d.ts +2 -0
- package/icc-x-api/crypto/utils.js +39 -0
- package/icc-x-api/crypto/utils.js.map +1 -1
- package/icc-x-api/filters/AllCodesFilter.d.ts +16 -0
- package/icc-x-api/filters/AllCodesFilter.js +22 -0
- package/icc-x-api/filters/AllCodesFilter.js.map +1 -0
- package/icc-x-api/filters/AllDevicesFilter.d.ts +16 -0
- package/icc-x-api/filters/AllDevicesFilter.js +22 -0
- package/icc-x-api/filters/AllDevicesFilter.js.map +1 -0
- package/icc-x-api/filters/AllHealthcarePartiesFilter.d.ts +16 -0
- package/icc-x-api/filters/AllHealthcarePartiesFilter.js +22 -0
- package/icc-x-api/filters/AllHealthcarePartiesFilter.js.map +1 -0
- package/icc-x-api/filters/AllUsersFilter.d.ts +16 -0
- package/icc-x-api/filters/AllUsersFilter.js +22 -0
- package/icc-x-api/filters/AllUsersFilter.js.map +1 -0
- package/icc-x-api/filters/CodeByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/CodeByIdsFilter.js +22 -0
- package/icc-x-api/filters/CodeByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.d.ts +20 -0
- package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.js +22 -0
- package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.js.map +1 -0
- package/icc-x-api/filters/ContactByHcPartyFilter.d.ts +17 -0
- package/icc-x-api/filters/ContactByHcPartyFilter.js +22 -0
- package/icc-x-api/filters/ContactByHcPartyFilter.js.map +1 -0
- package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.d.ts +25 -0
- package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.js +22 -0
- package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.js.map +1 -0
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.d.ts +23 -0
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js +22 -0
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js.map +1 -0
- package/icc-x-api/filters/ContactByServiceIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/ContactByServiceIdsFilter.js +22 -0
- package/icc-x-api/filters/ContactByServiceIdsFilter.js.map +1 -0
- package/icc-x-api/filters/DeviceByHcPartyFilter.d.ts +17 -0
- package/icc-x-api/filters/DeviceByHcPartyFilter.js +22 -0
- package/icc-x-api/filters/DeviceByHcPartyFilter.js.map +1 -0
- package/icc-x-api/filters/DeviceByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/DeviceByIdsFilter.js +22 -0
- package/icc-x-api/filters/DeviceByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/HealthElementByHcPartyFilter.d.ts +17 -0
- package/icc-x-api/filters/HealthElementByHcPartyFilter.js +22 -0
- package/icc-x-api/filters/HealthElementByHcPartyFilter.js.map +1 -0
- package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.d.ts +19 -0
- package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.js +11 -0
- package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.js.map +1 -0
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.d.ts +18 -0
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js +22 -0
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js.map +1 -0
- package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.d.ts +22 -0
- package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.js +22 -0
- package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.js.map +1 -0
- package/icc-x-api/filters/HealthElementByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/HealthElementByIdsFilter.js +22 -0
- package/icc-x-api/filters/HealthElementByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/HealthcarePartyByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/HealthcarePartyByIdsFilter.js +22 -0
- package/icc-x-api/filters/HealthcarePartyByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.d.ts +20 -0
- package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.js +22 -0
- package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.js.map +1 -0
- package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.js +13 -7
- package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.d.ts +19 -0
- package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.js +11 -0
- package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.js.map +1 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.d.ts +18 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.js +22 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.js.map +1 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyFilter.d.ts +14 -3
- package/icc-x-api/filters/PatientByHcPartyFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByHcPartyNameFilter.d.ts +15 -4
- package/icc-x-api/filters/PatientByHcPartyNameFilter.js +13 -6
- package/icc-x-api/filters/PatientByHcPartyNameFilter.js.map +1 -1
- package/icc-x-api/filters/PatientByIdsFilter.d.ts +15 -5
- package/icc-x-api/filters/PatientByIdsFilter.js +13 -9
- package/icc-x-api/filters/PatientByIdsFilter.js.map +1 -1
- package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.d.ts +21 -0
- package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.js +22 -0
- package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.js.map +1 -0
- package/icc-x-api/filters/ServiceByHcPartyFilter.d.ts +17 -0
- package/icc-x-api/filters/ServiceByHcPartyFilter.js +22 -0
- package/icc-x-api/filters/ServiceByHcPartyFilter.js.map +1 -0
- package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.d.ts +19 -0
- package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.js +11 -0
- package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.js.map +1 -0
- package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.d.ts +24 -0
- package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.js +22 -0
- package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.js.map +1 -0
- package/icc-x-api/filters/ServiceByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/ServiceByIdsFilter.js +22 -0
- package/icc-x-api/filters/ServiceByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/UserByIdsFilter.d.ts +17 -0
- package/icc-x-api/filters/UserByIdsFilter.js +22 -0
- package/icc-x-api/filters/UserByIdsFilter.js.map +1 -0
- package/icc-x-api/filters/filters.d.ts +37 -6
- package/icc-x-api/filters/filters.js +37 -6
- package/icc-x-api/filters/filters.js.map +1 -1
- package/icc-x-api/icc-accesslog-x-api.d.ts +1 -3
- package/icc-x-api/icc-bekmehr-x-api.js +4 -4
- package/icc-x-api/icc-bekmehr-x-api.js.map +1 -1
- 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"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import { Measure } from './Measure';
|
|
13
13
|
import { Medication } from './Medication';
|
|
14
14
|
import { Service } from './Service';
|
|
15
|
+
import { TimeSeries } from './TimeSeries';
|
|
15
16
|
export declare class Content {
|
|
16
17
|
constructor(json: JSON | any);
|
|
17
18
|
stringValue?: string;
|
|
@@ -22,13 +23,14 @@ export declare class Content {
|
|
|
22
23
|
* 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
24
|
*/
|
|
24
25
|
fuzzyDateValue?: number;
|
|
25
|
-
binaryValue?:
|
|
26
|
+
binaryValue?: ArrayBuffer;
|
|
26
27
|
/**
|
|
27
28
|
* Linked document.
|
|
28
29
|
*/
|
|
29
30
|
documentId?: string;
|
|
30
31
|
measureValue?: Measure;
|
|
31
32
|
medicationValue?: Medication;
|
|
33
|
+
timeSeries?: TimeSeries;
|
|
32
34
|
compoundValue?: Array<Service>;
|
|
33
35
|
ratio?: Array<Measure>;
|
|
34
36
|
range?: Array<Measure>;
|
package/icc-api/model/Content.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Content = void 0;
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Information contained in the service. Content is localized, using ISO language code as key
|
|
6
6
|
*/
|
|
7
7
|
const ModelHelper_1 = require("./ModelHelper");
|
|
8
8
|
class Content {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Content.js","sourceRoot":"","sources":["../../../icc-api/model/Content.ts"],"names":[],"mappings":";;;AAgBA;;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;CAqBF;AAxBD,0BAwBC"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -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 { AbstractFilterUser } from './AbstractFilterUser';
|
|
13
|
+
import { Predicate } from './Predicate';
|
|
14
|
+
export declare class FilterChainUser {
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
filter?: AbstractFilterUser;
|
|
17
|
+
predicate?: Predicate;
|
|
18
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FilterChainUser = void 0;
|
|
4
|
+
class FilterChainUser {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.FilterChainUser = FilterChainUser;
|
|
10
|
+
//# sourceMappingURL=FilterChainUser.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilterChainUser.js","sourceRoot":"","sources":["../../../icc-api/model/FilterChainUser.ts"],"names":[],"mappings":";;;AAcA,MAAa,eAAe;IAC1B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAuB,EAAE,IAAI,CAAC,CAAA;IAC9C,CAAC;CAIF;AAPD,0CAOC"}
|
|
@@ -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"}
|
|
@@ -24,7 +24,7 @@ export declare class HealthElement {
|
|
|
24
24
|
* The Id of the healthcare element. We encourage using either a v4 UUID or a HL7 Id.
|
|
25
25
|
*/
|
|
26
26
|
id?: string;
|
|
27
|
-
|
|
27
|
+
identifiers?: Array<Identifier>;
|
|
28
28
|
/**
|
|
29
29
|
* The revision of the healthcare element in the database, used for conflict management / optimistic locking.
|
|
30
30
|
*/
|
|
@@ -15,6 +15,7 @@ import { FinancialInstitutionInformation } from './FinancialInstitutionInformati
|
|
|
15
15
|
import { FlatRateTarification } from './FlatRateTarification';
|
|
16
16
|
import { HealthcarePartyHistoryStatus } from './HealthcarePartyHistoryStatus';
|
|
17
17
|
import { PersonName } from './PersonName';
|
|
18
|
+
import { PropertyStub } from './PropertyStub';
|
|
18
19
|
export declare class HealthcareParty {
|
|
19
20
|
constructor(json: JSON | any);
|
|
20
21
|
/**
|
|
@@ -25,6 +26,14 @@ export declare class HealthcareParty {
|
|
|
25
26
|
* the revision of the healthcare party in the database, used for conflict management / optimistic locking.
|
|
26
27
|
*/
|
|
27
28
|
rev?: string;
|
|
29
|
+
/**
|
|
30
|
+
* creation timestamp of the object.
|
|
31
|
+
*/
|
|
32
|
+
created?: number;
|
|
33
|
+
/**
|
|
34
|
+
* last modification timestamp of the object.
|
|
35
|
+
*/
|
|
36
|
+
modified?: number;
|
|
28
37
|
/**
|
|
29
38
|
* hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.
|
|
30
39
|
*/
|
|
@@ -154,6 +163,7 @@ export declare class HealthcareParty {
|
|
|
154
163
|
options?: {
|
|
155
164
|
[key: string]: string;
|
|
156
165
|
};
|
|
166
|
+
properties?: Array<PropertyStub>;
|
|
157
167
|
/**
|
|
158
168
|
* 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.
|
|
159
169
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.HealthcareParty = void 0;
|
|
4
4
|
/**
|
|
5
|
-
* This entity is a root level object. It represents a healthcare party. It is serialized in JSON and saved in the underlying icure-
|
|
5
|
+
* This entity is a root level object. It represents a healthcare party. It is serialized in JSON and saved in the underlying icure-healthdata CouchDB database.
|
|
6
6
|
*/
|
|
7
7
|
const ModelHelper_1 = require("./ModelHelper");
|
|
8
8
|
class HealthcareParty {
|
|
@@ -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;CA0JF;AA7JD,0CA6JC;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 +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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 { Device } from './Device';
|
|
13
|
+
import { PaginatedDocumentKeyIdPairObject } from './PaginatedDocumentKeyIdPairObject';
|
|
14
|
+
export declare class PaginatedListDevice {
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
pageSize?: number;
|
|
17
|
+
totalSize?: number;
|
|
18
|
+
rows?: Array<Device>;
|
|
19
|
+
nextKeyPair?: PaginatedDocumentKeyIdPairObject;
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaginatedListDevice = void 0;
|
|
4
|
+
class PaginatedListDevice {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
Object.assign(this, json);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.PaginatedListDevice = PaginatedListDevice;
|
|
10
|
+
//# sourceMappingURL=PaginatedListDevice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedListDevice.js","sourceRoot":"","sources":["../../../icc-api/model/PaginatedListDevice.ts"],"names":[],"mappings":";;;AAcA,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAMF;AATD,kDASC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 PatientByHcPartyGenderEducationProfession {
|
|
13
|
+
constructor(json: JSON | any);
|
|
14
|
+
desc?: string;
|
|
15
|
+
healthcarePartyId?: string;
|
|
16
|
+
gender?: PatientByHcPartyGenderEducationProfession.GenderEnum;
|
|
17
|
+
education?: string;
|
|
18
|
+
profession?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace PatientByHcPartyGenderEducationProfession {
|
|
21
|
+
type GenderEnum = 'M' | 'F' | 'I' | 'C' | 'Y' | 'X' | 'U';
|
|
22
|
+
const GenderEnum: {
|
|
23
|
+
M: GenderEnum;
|
|
24
|
+
F: GenderEnum;
|
|
25
|
+
I: GenderEnum;
|
|
26
|
+
C: GenderEnum;
|
|
27
|
+
Y: GenderEnum;
|
|
28
|
+
X: GenderEnum;
|
|
29
|
+
U: GenderEnum;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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.PatientByHcPartyGenderEducationProfession = void 0;
|
|
15
|
+
class PatientByHcPartyGenderEducationProfession {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
Object.assign(this, json);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PatientByHcPartyGenderEducationProfession = PatientByHcPartyGenderEducationProfession;
|
|
21
|
+
(function (PatientByHcPartyGenderEducationProfession) {
|
|
22
|
+
PatientByHcPartyGenderEducationProfession.GenderEnum = {
|
|
23
|
+
M: 'M',
|
|
24
|
+
F: 'F',
|
|
25
|
+
I: 'I',
|
|
26
|
+
C: 'C',
|
|
27
|
+
Y: 'Y',
|
|
28
|
+
X: 'X',
|
|
29
|
+
U: 'U',
|
|
30
|
+
};
|
|
31
|
+
})(PatientByHcPartyGenderEducationProfession = exports.PatientByHcPartyGenderEducationProfession || (exports.PatientByHcPartyGenderEducationProfession = {}));
|
|
32
|
+
//# sourceMappingURL=PatientByHcPartyGenderEducationProfession.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PatientByHcPartyGenderEducationProfession.js","sourceRoot":"","sources":["../../../icc-api/model/PatientByHcPartyGenderEducationProfession.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,yCAAyC;IACpD,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAiD,EAAE,IAAI,CAAC,CAAA;IACxE,CAAC;CAOF;AAVD,8FAUC;AACD,WAAiB,yCAAyC;IAE3C,oDAAU,GAAG;QACxB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;QACpB,CAAC,EAAE,GAAiB;KACrB,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import { Annotation } from './Annotation';
|
|
12
13
|
import { CodeStub } from './CodeStub';
|
|
13
14
|
import { Content } from './Content';
|
|
14
15
|
import { Delegation } from './Delegation';
|
|
@@ -22,6 +23,10 @@ export declare class Service {
|
|
|
22
23
|
* The Id of the Service. We encourage using either a v4 UUID or a HL7 Id.
|
|
23
24
|
*/
|
|
24
25
|
id?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The transactionId is used when a single service had to be split into parts for technical reasons. Several services with the same non null transaction id form one single service
|
|
28
|
+
*/
|
|
29
|
+
transactionId?: string;
|
|
25
30
|
identifier?: Array<Identifier>;
|
|
26
31
|
/**
|
|
27
32
|
* Id of the contact during which the service is provided
|
|
@@ -65,11 +70,17 @@ export declare class Service {
|
|
|
65
70
|
encryptionKeys?: {
|
|
66
71
|
[key: string]: Array<Delegation>;
|
|
67
72
|
};
|
|
73
|
+
/**
|
|
74
|
+
* Description / Unambiguous qualification (LOINC code) of the type of information contained in the service. Could be a code to qualify temperature, complaint, diagnostic, ...
|
|
75
|
+
*/
|
|
68
76
|
label?: string;
|
|
69
77
|
dataClassName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Used for sorting services inside an upper object (A contact, a transaction, a FHIR bundle, ...)
|
|
80
|
+
*/
|
|
70
81
|
index?: number;
|
|
71
82
|
/**
|
|
72
|
-
*
|
|
83
|
+
* Information contained in the service. Content is localized, using ISO language code as key
|
|
73
84
|
*/
|
|
74
85
|
content?: {
|
|
75
86
|
[key: string]: Content;
|
|
@@ -78,9 +89,21 @@ export declare class Service {
|
|
|
78
89
|
textIndexes?: {
|
|
79
90
|
[key: string]: string;
|
|
80
91
|
};
|
|
92
|
+
/**
|
|
93
|
+
* The date (YYYYMMDDhhmmss) when the Service is noted to have started and also closes on the same date
|
|
94
|
+
*/
|
|
81
95
|
valueDate?: number;
|
|
96
|
+
/**
|
|
97
|
+
* The date (YYYYMMDDhhmmss) of the start of the Service
|
|
98
|
+
*/
|
|
82
99
|
openingDate?: number;
|
|
100
|
+
/**
|
|
101
|
+
* The date (YYYYMMDDhhmmss) marking the end of the Service
|
|
102
|
+
*/
|
|
83
103
|
closingDate?: number;
|
|
104
|
+
/**
|
|
105
|
+
* Id of the form used during the Service
|
|
106
|
+
*/
|
|
84
107
|
formId?: string;
|
|
85
108
|
/**
|
|
86
109
|
* The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server.
|
|
@@ -115,6 +138,10 @@ export declare class Service {
|
|
|
115
138
|
* List of invoicing codes
|
|
116
139
|
*/
|
|
117
140
|
invoicingCodes?: Array<string>;
|
|
141
|
+
/**
|
|
142
|
+
* Comments - Notes recorded by a HCP about this service
|
|
143
|
+
*/
|
|
144
|
+
notes?: Array<Annotation>;
|
|
118
145
|
/**
|
|
119
146
|
* Links towards related services (possibly in other contacts)
|
|
120
147
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Service.js","sourceRoot":"","sources":["../../../icc-api/model/Service.ts"],"names":[],"mappings":";;;AAiBA;;GAEG;AACH,MAAa,OAAO;IAClB,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAAe,EAAE,IAAI,CAAC,CAAA;IACtC,CAAC;CAmIF;AAtID,0BAsIC"}
|