@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,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* iCure Data Stack API Documentation
|
|
3
|
+
* The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export declare class AllUsersFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.AllUsersFilter = void 0;
|
|
15
|
+
class AllUsersFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'AllUsersFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.AllUsersFilter = AllUsersFilter;
|
|
22
|
+
//# sourceMappingURL=AllUsersFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllUsersFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/AllUsersFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,cAAc;IAEzB,YAAY,IAAgB;QAD5B,UAAK,GAAW,gBAAgB,CAAA;QAE9B,MAAM,CAAC,MAAM,CAAC,IAAsB,EAAE,IAAI,CAAC,CAAA;IAC7C,CAAC;CAGF;AAPD,wCAOC"}
|
|
@@ -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
|
+
export declare class CodeByIdsFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
ids?: Array<string>;
|
|
16
|
+
desc?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.CodeByIdsFilter = void 0;
|
|
15
|
+
class CodeByIdsFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'CodeByIdsFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.CodeByIdsFilter = CodeByIdsFilter;
|
|
22
|
+
//# sourceMappingURL=CodeByIdsFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeByIdsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/CodeByIdsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,eAAe;IAE1B,YAAY,IAAgB;QAD5B,UAAK,GAAW,iBAAiB,CAAA;QAE/B,MAAM,CAAC,MAAM,CAAC,IAAuB,EAAE,IAAI,CAAC,CAAA;IAC9C,CAAC;CAIF;AARD,0CAQC"}
|
|
@@ -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
|
+
export declare class CodeByRegionTypeLabelLanguageFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
region?: string;
|
|
17
|
+
type?: string;
|
|
18
|
+
language?: string;
|
|
19
|
+
label?: string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.CodeByRegionTypeLabelLanguageFilter = void 0;
|
|
15
|
+
class CodeByRegionTypeLabelLanguageFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'CodeByRegionTypeLabelLanguageFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.CodeByRegionTypeLabelLanguageFilter = CodeByRegionTypeLabelLanguageFilter;
|
|
22
|
+
//# sourceMappingURL=CodeByRegionTypeLabelLanguageFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeByRegionTypeLabelLanguageFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,mCAAmC;IAE9C,YAAY,IAAgB;QAD5B,UAAK,GAAW,qCAAqC,CAAA;QAEnD,MAAM,CAAC,MAAM,CAAC,IAA2C,EAAE,IAAI,CAAC,CAAA;IAClE,CAAC;CAOF;AAXD,kFAWC"}
|
|
@@ -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
|
+
export declare class ContactByHcPartyFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
hcpId?: string;
|
|
16
|
+
desc?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.ContactByHcPartyFilter = void 0;
|
|
15
|
+
class ContactByHcPartyFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'ContactByHcPartyFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.ContactByHcPartyFilter = ContactByHcPartyFilter;
|
|
22
|
+
//# sourceMappingURL=ContactByHcPartyFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactByHcPartyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/ContactByHcPartyFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,sBAAsB;IAEjC,YAAY,IAAgB;QAD5B,UAAK,GAAW,wBAAwB,CAAA;QAEtC,MAAM,CAAC,MAAM,CAAC,IAA8B,EAAE,IAAI,CAAC,CAAA;IACrD,CAAC;CAIF;AARD,wDAQC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ContactByHcPartyPatientTagCodeDateFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
healthcarePartyId?: string;
|
|
17
|
+
patientSecretForeignKey?: string;
|
|
18
|
+
patientSecretForeignKeys?: Array<string>;
|
|
19
|
+
tagType?: string;
|
|
20
|
+
tagCode?: string;
|
|
21
|
+
codeType?: string;
|
|
22
|
+
codeCode?: string;
|
|
23
|
+
startServiceValueDate?: number;
|
|
24
|
+
endServiceValueDate?: number;
|
|
25
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.ContactByHcPartyPatientTagCodeDateFilter = void 0;
|
|
15
|
+
class ContactByHcPartyPatientTagCodeDateFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'ContactByHcPartyPatientTagCodeDateFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.ContactByHcPartyPatientTagCodeDateFilter = ContactByHcPartyPatientTagCodeDateFilter;
|
|
22
|
+
//# sourceMappingURL=ContactByHcPartyPatientTagCodeDateFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactByHcPartyPatientTagCodeDateFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,wCAAwC;IAEnD,YAAY,IAAgB;QAD5B,UAAK,GAAW,0CAA0C,CAAA;QAExD,MAAM,CAAC,MAAM,CAAC,IAAgD,EAAE,IAAI,CAAC,CAAA;IACvE,CAAC;CAYF;AAhBD,4FAgBC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 ContactByHcPartyTagCodeDateFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
healthcarePartyId?: string;
|
|
17
|
+
tagType?: string;
|
|
18
|
+
tagCode?: string;
|
|
19
|
+
codeType?: string;
|
|
20
|
+
codeCode?: string;
|
|
21
|
+
startOfContactOpeningDate?: number;
|
|
22
|
+
endOfContactOpeningDate?: number;
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.ContactByHcPartyTagCodeDateFilter = void 0;
|
|
15
|
+
class ContactByHcPartyTagCodeDateFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'ContactByHcPartyTagCodeDateFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.ContactByHcPartyTagCodeDateFilter = ContactByHcPartyTagCodeDateFilter;
|
|
22
|
+
//# sourceMappingURL=ContactByHcPartyTagCodeDateFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactByHcPartyTagCodeDateFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,iCAAiC;IAE5C,YAAY,IAAgB;QAD5B,UAAK,GAAW,mCAAmC,CAAA;QAEjD,MAAM,CAAC,MAAM,CAAC,IAAyC,EAAE,IAAI,CAAC,CAAA;IAChE,CAAC;CAUF;AAdD,8EAcC"}
|
|
@@ -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
|
+
export declare class ContactByServiceIdsFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
ids?: Array<string>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.ContactByServiceIdsFilter = void 0;
|
|
15
|
+
class ContactByServiceIdsFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'ContactByServiceIdsFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.ContactByServiceIdsFilter = ContactByServiceIdsFilter;
|
|
22
|
+
//# sourceMappingURL=ContactByServiceIdsFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContactByServiceIdsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/ContactByServiceIdsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,yBAAyB;IAEpC,YAAY,IAAgB;QAD5B,UAAK,GAAW,2BAA2B,CAAA;QAEzC,MAAM,CAAC,MAAM,CAAC,IAAiC,EAAE,IAAI,CAAC,CAAA;IACxD,CAAC;CAIF;AARD,8DAQC"}
|
|
@@ -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
|
+
export declare class DeviceByHcPartyFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
responsibleId?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.DeviceByHcPartyFilter = void 0;
|
|
15
|
+
class DeviceByHcPartyFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'DeviceByHcPartyFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.DeviceByHcPartyFilter = DeviceByHcPartyFilter;
|
|
22
|
+
//# sourceMappingURL=DeviceByHcPartyFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceByHcPartyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/DeviceByHcPartyFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,qBAAqB;IAEhC,YAAY,IAAgB;QAD5B,UAAK,GAAW,uBAAuB,CAAA;QAErC,MAAM,CAAC,MAAM,CAAC,IAA6B,EAAE,IAAI,CAAC,CAAA;IACpD,CAAC;CAIF;AARD,sDAQC"}
|
|
@@ -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
|
+
export declare class DeviceByIdsFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
ids?: Array<string>;
|
|
16
|
+
desc?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.DeviceByIdsFilter = void 0;
|
|
15
|
+
class DeviceByIdsFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'DeviceByIdsFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.DeviceByIdsFilter = DeviceByIdsFilter;
|
|
22
|
+
//# sourceMappingURL=DeviceByIdsFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeviceByIdsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/DeviceByIdsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,iBAAiB;IAE5B,YAAY,IAAgB;QAD5B,UAAK,GAAW,mBAAmB,CAAA;QAEjC,MAAM,CAAC,MAAM,CAAC,IAAyB,EAAE,IAAI,CAAC,CAAA;IAChD,CAAC;CAIF;AARD,8CAQC"}
|
|
@@ -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
|
+
export declare class HealthElementByHcPartyFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
hcpId?: string;
|
|
16
|
+
desc?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.HealthElementByHcPartyFilter = void 0;
|
|
15
|
+
class HealthElementByHcPartyFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'HealthElementByHcPartyFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.HealthElementByHcPartyFilter = HealthElementByHcPartyFilter;
|
|
22
|
+
//# sourceMappingURL=HealthElementByHcPartyFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HealthElementByHcPartyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthElementByHcPartyFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,4BAA4B;IAEvC,YAAY,IAAgB;QAD5B,UAAK,GAAW,8BAA8B,CAAA;QAE5C,MAAM,CAAC,MAAM,CAAC,IAAoC,EAAE,IAAI,CAAC,CAAA;IAC3D,CAAC;CAIF;AARD,oEAQC"}
|
|
@@ -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
|
+
import { Identifier } from '../../icc-api/model/Identifier';
|
|
13
|
+
export declare class HealthElementByHcPartyIdentifiersFilter {
|
|
14
|
+
$type: string;
|
|
15
|
+
constructor(json: JSON | any);
|
|
16
|
+
desc?: string;
|
|
17
|
+
hcPartyId?: string;
|
|
18
|
+
identifiers?: Array<Identifier>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.HealthElementByHcPartyIdentifiersFilter = void 0;
|
|
4
|
+
class HealthElementByHcPartyIdentifiersFilter {
|
|
5
|
+
constructor(json) {
|
|
6
|
+
this.$type = 'HealthElementByHcPartyIdentifiersFilter';
|
|
7
|
+
Object.assign(this, json);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.HealthElementByHcPartyIdentifiersFilter = HealthElementByHcPartyIdentifiersFilter;
|
|
11
|
+
//# sourceMappingURL=HealthElementByHcPartyIdentifiersFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HealthElementByHcPartyIdentifiersFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts"],"names":[],"mappings":";;;AAaA,MAAa,uCAAuC;IAElD,YAAY,IAAgB;QAD5B,UAAK,GAAW,yCAAyC,CAAA;QAEvD,MAAM,CAAC,MAAM,CAAC,IAA+C,EAAE,IAAI,CAAC,CAAA;IACtE,CAAC;CAKF;AATD,0FASC"}
|
|
@@ -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
|
+
export declare class HealthElementByHcPartySecretForeignKeysFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
healthcarePartyId?: string;
|
|
17
|
+
patientSecretForeignKeys?: Array<string>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.HealthElementByHcPartySecretForeignKeysFilter = void 0;
|
|
15
|
+
class HealthElementByHcPartySecretForeignKeysFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'HealthElementByHcPartySecretForeignKeysFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.HealthElementByHcPartySecretForeignKeysFilter = HealthElementByHcPartySecretForeignKeysFilter;
|
|
22
|
+
//# sourceMappingURL=HealthElementByHcPartySecretForeignKeysFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HealthElementByHcPartySecretForeignKeysFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,6CAA6C;IAExD,YAAY,IAAgB;QAD5B,UAAK,GAAW,+CAA+C,CAAA;QAE7D,MAAM,CAAC,MAAM,CAAC,IAAqD,EAAE,IAAI,CAAC,CAAA;IAC5E,CAAC;CAKF;AATD,sGASC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 HealthElementByHcPartyTagCodeFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
desc?: string;
|
|
16
|
+
healthCarePartyId?: string;
|
|
17
|
+
codeType?: string;
|
|
18
|
+
codeCode?: string;
|
|
19
|
+
tagType?: string;
|
|
20
|
+
tagCode?: string;
|
|
21
|
+
status?: number;
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.HealthElementByHcPartyTagCodeFilter = void 0;
|
|
15
|
+
class HealthElementByHcPartyTagCodeFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'HealthElementByHcPartyTagCodeFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.HealthElementByHcPartyTagCodeFilter = HealthElementByHcPartyTagCodeFilter;
|
|
22
|
+
//# sourceMappingURL=HealthElementByHcPartyTagCodeFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HealthElementByHcPartyTagCodeFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,mCAAmC;IAE9C,YAAY,IAAgB;QAD5B,UAAK,GAAW,qCAAqC,CAAA;QAEnD,MAAM,CAAC,MAAM,CAAC,IAA2C,EAAE,IAAI,CAAC,CAAA;IAClE,CAAC;CASF;AAbD,kFAaC"}
|
|
@@ -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
|
+
export declare class HealthElementByIdsFilter {
|
|
13
|
+
$type: string;
|
|
14
|
+
constructor(json: JSON | any);
|
|
15
|
+
ids?: Array<string>;
|
|
16
|
+
desc?: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.HealthElementByIdsFilter = void 0;
|
|
15
|
+
class HealthElementByIdsFilter {
|
|
16
|
+
constructor(json) {
|
|
17
|
+
this.$type = 'HealthElementByIdsFilter';
|
|
18
|
+
Object.assign(this, json);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.HealthElementByIdsFilter = HealthElementByIdsFilter;
|
|
22
|
+
//# sourceMappingURL=HealthElementByIdsFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HealthElementByIdsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthElementByIdsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,wBAAwB;IAEnC,YAAY,IAAgB;QAD5B,UAAK,GAAW,0BAA0B,CAAA;QAExC,MAAM,CAAC,MAAM,CAAC,IAAgC,EAAE,IAAI,CAAC,CAAA;IACvD,CAAC;CAIF;AARD,4DAQC"}
|