@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.
Files changed (233) hide show
  1. package/icc-api/api/IccAnonymousAccessApi.d.ts +5 -5
  2. package/icc-api/api/IccAnonymousAccessApi.js +5 -5
  3. package/icc-api/api/IccAnonymousAccessApi.js.map +1 -1
  4. package/icc-api/api/IccCodeApi.d.ts +7 -0
  5. package/icc-api/api/IccCodeApi.js +15 -0
  6. package/icc-api/api/IccCodeApi.js.map +1 -1
  7. package/icc-api/api/IccContactApi.d.ts +13 -17
  8. package/icc-api/api/IccContactApi.js +28 -36
  9. package/icc-api/api/IccContactApi.js.map +1 -1
  10. package/icc-api/api/IccDeviceApi.d.ts +109 -0
  11. package/icc-api/api/IccDeviceApi.js +230 -0
  12. package/icc-api/api/IccDeviceApi.js.map +1 -0
  13. package/icc-api/api/IccHcpartyApi.d.ts +16 -0
  14. package/icc-api/api/IccHcpartyApi.js +37 -0
  15. package/icc-api/api/IccHcpartyApi.js.map +1 -1
  16. package/icc-api/api/IccHelementApi.d.ts +20 -3
  17. package/icc-api/api/IccHelementApi.js +43 -5
  18. package/icc-api/api/IccHelementApi.js.map +1 -1
  19. package/icc-api/api/IccPatientApi.d.ts +5 -11
  20. package/icc-api/api/IccPatientApi.js +3 -18
  21. package/icc-api/api/IccPatientApi.js.map +1 -1
  22. package/icc-api/api/IccUserApi.d.ts +21 -3
  23. package/icc-api/api/IccUserApi.js +44 -3
  24. package/icc-api/api/IccUserApi.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/index.d.ts +4 -0
  29. package/icc-api/index.js +4 -0
  30. package/icc-api/index.js.map +1 -1
  31. package/icc-api/model/AbstractFilterDevice.d.ts +15 -0
  32. package/icc-api/model/AbstractFilterDevice.js +21 -0
  33. package/icc-api/model/AbstractFilterDevice.js.map +1 -0
  34. package/icc-api/model/AbstractFilterHealthcareParty.d.ts +15 -0
  35. package/icc-api/model/AbstractFilterHealthcareParty.js +21 -0
  36. package/icc-api/model/AbstractFilterHealthcareParty.js.map +1 -0
  37. package/icc-api/model/AbstractFilterUser.d.ts +15 -0
  38. package/icc-api/model/AbstractFilterUser.js +21 -0
  39. package/icc-api/model/AbstractFilterUser.js.map +1 -0
  40. package/icc-api/model/Annotation.d.ts +38 -0
  41. package/icc-api/model/Annotation.js +24 -0
  42. package/icc-api/model/Annotation.js.map +1 -0
  43. package/icc-api/model/Content.d.ts +3 -1
  44. package/icc-api/model/Content.js +1 -1
  45. package/icc-api/model/Content.js.map +1 -1
  46. package/icc-api/model/Device.d.ts +81 -0
  47. package/icc-api/model/Device.js +14 -0
  48. package/icc-api/model/Device.js.map +1 -0
  49. package/icc-api/model/FilterChainDevice.d.ts +18 -0
  50. package/icc-api/model/FilterChainDevice.js +10 -0
  51. package/icc-api/model/FilterChainDevice.js.map +1 -0
  52. package/icc-api/model/FilterChainHealthcareParty.d.ts +18 -0
  53. package/icc-api/model/FilterChainHealthcareParty.js +10 -0
  54. package/icc-api/model/FilterChainHealthcareParty.js.map +1 -0
  55. package/icc-api/model/FilterChainUser.d.ts +18 -0
  56. package/icc-api/model/FilterChainUser.js +10 -0
  57. package/icc-api/model/FilterChainUser.js.map +1 -0
  58. package/icc-api/model/FlowItem.d.ts +2 -0
  59. package/icc-api/model/FlowItem.js.map +1 -1
  60. package/icc-api/model/HealthElement.d.ts +1 -1
  61. package/icc-api/model/HealthcareParty.d.ts +10 -0
  62. package/icc-api/model/HealthcareParty.js +1 -1
  63. package/icc-api/model/HealthcareParty.js.map +1 -1
  64. package/icc-api/model/ModelHelper.d.ts +1 -1
  65. package/icc-api/model/ModelHelper.js +21 -14
  66. package/icc-api/model/ModelHelper.js.map +1 -1
  67. package/icc-api/model/PaginatedListDevice.d.ts +20 -0
  68. package/icc-api/model/PaginatedListDevice.js +10 -0
  69. package/icc-api/model/PaginatedListDevice.js.map +1 -0
  70. package/icc-api/model/Patient.d.ts +1 -1
  71. package/icc-api/model/PatientByHcPartyGenderEducationProfession.d.ts +31 -0
  72. package/icc-api/model/PatientByHcPartyGenderEducationProfession.js +32 -0
  73. package/icc-api/model/PatientByHcPartyGenderEducationProfession.js.map +1 -0
  74. package/icc-api/model/Service.d.ts +28 -1
  75. package/icc-api/model/Service.js.map +1 -1
  76. package/icc-api/model/ServiceBySecretForeignKeys.d.ts +17 -0
  77. package/icc-api/model/ServiceBySecretForeignKeys.js +21 -0
  78. package/icc-api/model/ServiceBySecretForeignKeys.js.map +1 -0
  79. package/icc-api/model/TimeSeries.d.ts +24 -0
  80. package/icc-api/model/TimeSeries.js +24 -0
  81. package/icc-api/model/TimeSeries.js.map +1 -0
  82. package/icc-api/model/TimeTable.d.ts +0 -1
  83. package/icc-api/model/TimeTable.js.map +1 -1
  84. package/icc-api/model/TimeTableItem.d.ts +1 -0
  85. package/icc-api/model/TimeTableItem.js.map +1 -1
  86. package/icc-api/model/User.d.ts +9 -1
  87. package/icc-api/model/User.js.map +1 -1
  88. package/icc-api/model/UserAndHealthcareParty.d.ts +21 -0
  89. package/icc-api/model/UserAndHealthcareParty.js +13 -0
  90. package/icc-api/model/UserAndHealthcareParty.js.map +1 -0
  91. package/icc-api/model/models.d.ts +11 -3
  92. package/icc-api/model/models.js +11 -3
  93. package/icc-api/model/models.js.map +1 -1
  94. package/icc-x-api/crypto/utils.d.ts +2 -0
  95. package/icc-x-api/crypto/utils.js +39 -0
  96. package/icc-x-api/crypto/utils.js.map +1 -1
  97. package/icc-x-api/filters/AllCodesFilter.d.ts +16 -0
  98. package/icc-x-api/filters/AllCodesFilter.js +22 -0
  99. package/icc-x-api/filters/AllCodesFilter.js.map +1 -0
  100. package/icc-x-api/filters/AllDevicesFilter.d.ts +16 -0
  101. package/icc-x-api/filters/AllDevicesFilter.js +22 -0
  102. package/icc-x-api/filters/AllDevicesFilter.js.map +1 -0
  103. package/icc-x-api/filters/AllHealthcarePartiesFilter.d.ts +16 -0
  104. package/icc-x-api/filters/AllHealthcarePartiesFilter.js +22 -0
  105. package/icc-x-api/filters/AllHealthcarePartiesFilter.js.map +1 -0
  106. package/icc-x-api/filters/AllUsersFilter.d.ts +16 -0
  107. package/icc-x-api/filters/AllUsersFilter.js +22 -0
  108. package/icc-x-api/filters/AllUsersFilter.js.map +1 -0
  109. package/icc-x-api/filters/CodeByIdsFilter.d.ts +17 -0
  110. package/icc-x-api/filters/CodeByIdsFilter.js +22 -0
  111. package/icc-x-api/filters/CodeByIdsFilter.js.map +1 -0
  112. package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.d.ts +20 -0
  113. package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.js +22 -0
  114. package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.js.map +1 -0
  115. package/icc-x-api/filters/ContactByHcPartyFilter.d.ts +17 -0
  116. package/icc-x-api/filters/ContactByHcPartyFilter.js +22 -0
  117. package/icc-x-api/filters/ContactByHcPartyFilter.js.map +1 -0
  118. package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.d.ts +25 -0
  119. package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.js +22 -0
  120. package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.js.map +1 -0
  121. package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.d.ts +23 -0
  122. package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js +22 -0
  123. package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js.map +1 -0
  124. package/icc-x-api/filters/ContactByServiceIdsFilter.d.ts +17 -0
  125. package/icc-x-api/filters/ContactByServiceIdsFilter.js +22 -0
  126. package/icc-x-api/filters/ContactByServiceIdsFilter.js.map +1 -0
  127. package/icc-x-api/filters/DeviceByHcPartyFilter.d.ts +17 -0
  128. package/icc-x-api/filters/DeviceByHcPartyFilter.js +22 -0
  129. package/icc-x-api/filters/DeviceByHcPartyFilter.js.map +1 -0
  130. package/icc-x-api/filters/DeviceByIdsFilter.d.ts +17 -0
  131. package/icc-x-api/filters/DeviceByIdsFilter.js +22 -0
  132. package/icc-x-api/filters/DeviceByIdsFilter.js.map +1 -0
  133. package/icc-x-api/filters/HealthElementByHcPartyFilter.d.ts +17 -0
  134. package/icc-x-api/filters/HealthElementByHcPartyFilter.js +22 -0
  135. package/icc-x-api/filters/HealthElementByHcPartyFilter.js.map +1 -0
  136. package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.d.ts +19 -0
  137. package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.js +11 -0
  138. package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.js.map +1 -0
  139. package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.d.ts +18 -0
  140. package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js +22 -0
  141. package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js.map +1 -0
  142. package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.d.ts +22 -0
  143. package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.js +22 -0
  144. package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.js.map +1 -0
  145. package/icc-x-api/filters/HealthElementByIdsFilter.d.ts +17 -0
  146. package/icc-x-api/filters/HealthElementByIdsFilter.js +22 -0
  147. package/icc-x-api/filters/HealthElementByIdsFilter.js.map +1 -0
  148. package/icc-x-api/filters/HealthcarePartyByIdsFilter.d.ts +17 -0
  149. package/icc-x-api/filters/HealthcarePartyByIdsFilter.js +22 -0
  150. package/icc-x-api/filters/HealthcarePartyByIdsFilter.js.map +1 -0
  151. package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.d.ts +20 -0
  152. package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.js +22 -0
  153. package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.js.map +1 -0
  154. package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.d.ts +15 -4
  155. package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.js +13 -7
  156. package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.js.map +1 -1
  157. package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.d.ts +15 -4
  158. package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.js +13 -6
  159. package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.js.map +1 -1
  160. package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.d.ts +19 -0
  161. package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.js +11 -0
  162. package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.js.map +1 -0
  163. package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.d.ts +18 -0
  164. package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.js +22 -0
  165. package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.js.map +1 -0
  166. package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.d.ts +15 -4
  167. package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.js +13 -6
  168. package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.js.map +1 -1
  169. package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.d.ts +15 -4
  170. package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.js +13 -6
  171. package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.js.map +1 -1
  172. package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.d.ts +15 -4
  173. package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.js +13 -6
  174. package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.js.map +1 -1
  175. package/icc-x-api/filters/PatientByHcPartyFilter.d.ts +14 -3
  176. package/icc-x-api/filters/PatientByHcPartyFilter.js +13 -6
  177. package/icc-x-api/filters/PatientByHcPartyFilter.js.map +1 -1
  178. package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.d.ts +15 -4
  179. package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.js +13 -6
  180. package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.js.map +1 -1
  181. package/icc-x-api/filters/PatientByHcPartyNameFilter.d.ts +15 -4
  182. package/icc-x-api/filters/PatientByHcPartyNameFilter.js +13 -6
  183. package/icc-x-api/filters/PatientByHcPartyNameFilter.js.map +1 -1
  184. package/icc-x-api/filters/PatientByIdsFilter.d.ts +15 -5
  185. package/icc-x-api/filters/PatientByIdsFilter.js +13 -9
  186. package/icc-x-api/filters/PatientByIdsFilter.js.map +1 -1
  187. package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.d.ts +21 -0
  188. package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.js +22 -0
  189. package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.js.map +1 -0
  190. package/icc-x-api/filters/ServiceByHcPartyFilter.d.ts +17 -0
  191. package/icc-x-api/filters/ServiceByHcPartyFilter.js +22 -0
  192. package/icc-x-api/filters/ServiceByHcPartyFilter.js.map +1 -0
  193. package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.d.ts +19 -0
  194. package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.js +11 -0
  195. package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.js.map +1 -0
  196. package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.d.ts +24 -0
  197. package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.js +22 -0
  198. package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.js.map +1 -0
  199. package/icc-x-api/filters/ServiceByIdsFilter.d.ts +17 -0
  200. package/icc-x-api/filters/ServiceByIdsFilter.js +22 -0
  201. package/icc-x-api/filters/ServiceByIdsFilter.js.map +1 -0
  202. package/icc-x-api/filters/UserByIdsFilter.d.ts +17 -0
  203. package/icc-x-api/filters/UserByIdsFilter.js +22 -0
  204. package/icc-x-api/filters/UserByIdsFilter.js.map +1 -0
  205. package/icc-x-api/filters/filters.d.ts +37 -6
  206. package/icc-x-api/filters/filters.js +37 -6
  207. package/icc-x-api/filters/filters.js.map +1 -1
  208. package/icc-x-api/icc-accesslog-x-api.d.ts +1 -3
  209. package/icc-x-api/icc-bekmehr-x-api.js +4 -4
  210. package/icc-x-api/icc-bekmehr-x-api.js.map +1 -1
  211. package/icc-x-api/icc-calendar-item-x-api.d.ts +1 -3
  212. package/icc-x-api/icc-contact-x-api.d.ts +2 -1
  213. package/icc-x-api/icc-contact-x-api.js +7 -0
  214. package/icc-x-api/icc-contact-x-api.js.map +1 -1
  215. package/icc-x-api/icc-crypto-x-api.d.ts +23 -4
  216. package/icc-x-api/icc-crypto-x-api.js +133 -32
  217. package/icc-x-api/icc-crypto-x-api.js.map +1 -1
  218. package/icc-x-api/icc-hcparty-x-api.d.ts +4 -0
  219. package/icc-x-api/icc-hcparty-x-api.js +23 -1
  220. package/icc-x-api/icc-hcparty-x-api.js.map +1 -1
  221. package/icc-x-api/icc-patient-x-api.d.ts +2 -3
  222. package/icc-x-api/icc-patient-x-api.js +28 -2
  223. package/icc-x-api/icc-patient-x-api.js.map +1 -1
  224. package/icc-x-api/utils/formatting-util.d.ts +3 -0
  225. package/icc-x-api/utils/formatting-util.js +9 -9
  226. package/icc-x-api/utils/formatting-util.js.map +1 -1
  227. package/icc-x-api/utils/index.d.ts +1 -0
  228. package/icc-x-api/utils/index.js +1 -0
  229. package/icc-x-api/utils/index.js.map +1 -1
  230. package/icc-x-api/utils/person-util.d.ts +4 -0
  231. package/icc-x-api/utils/person-util.js +27 -0
  232. package/icc-x-api/utils/person-util.js.map +1 -0
  233. package/package.json +1 -1
@@ -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 HealthcarePartyByIdsFilter {
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.HealthcarePartyByIdsFilter = void 0;
15
+ class HealthcarePartyByIdsFilter {
16
+ constructor(json) {
17
+ this.$type = 'HealthcarePartyByIdsFilter';
18
+ Object.assign(this, json);
19
+ }
20
+ }
21
+ exports.HealthcarePartyByIdsFilter = HealthcarePartyByIdsFilter;
22
+ //# sourceMappingURL=HealthcarePartyByIdsFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HealthcarePartyByIdsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/HealthcarePartyByIdsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,0BAA0B;IAErC,YAAY,IAAgB;QAD5B,UAAK,GAAW,4BAA4B,CAAA;QAE1C,MAAM,CAAC,MAAM,CAAC,IAAkC,EAAE,IAAI,CAAC,CAAA;IACzD,CAAC;CAIF;AARD,gEAQC"}
@@ -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 InvoiceByHcPartyCodeDateFilter {
13
+ $type: string;
14
+ constructor(json: JSON | any);
15
+ desc?: string;
16
+ healthcarePartyId?: string;
17
+ code?: string;
18
+ startInvoiceDate?: number;
19
+ endInvoiceDate?: number;
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.InvoiceByHcPartyCodeDateFilter = void 0;
15
+ class InvoiceByHcPartyCodeDateFilter {
16
+ constructor(json) {
17
+ this.$type = 'InvoiceByHcPartyCodeDateFilter';
18
+ Object.assign(this, json);
19
+ }
20
+ }
21
+ exports.InvoiceByHcPartyCodeDateFilter = InvoiceByHcPartyCodeDateFilter;
22
+ //# sourceMappingURL=InvoiceByHcPartyCodeDateFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvoiceByHcPartyCodeDateFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,8BAA8B;IAEzC,YAAY,IAAgB;QAD5B,UAAK,GAAW,gCAAgC,CAAA;QAE9C,MAAM,CAAC,MAAM,CAAC,IAAsC,EAAE,IAAI,CAAC,CAAA;IAC7D,CAAC;CAOF;AAXD,wEAWC"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyAndActiveFilter extends AbstractFilterPatient {
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 PatientByHcPartyAndActiveFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
15
+ desc?: string;
16
+ active?: boolean;
4
17
  healthcarePartyId?: string;
5
- active: boolean;
6
- $type: string;
7
18
  }
@@ -1,15 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyAndActiveFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyAndActiveFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyAndActiveFilter {
9
16
  constructor(json) {
10
- super(json);
11
- this.active = false;
12
17
  this.$type = 'PatientByHcPartyAndActiveFilter';
18
+ Object.assign(this, json);
13
19
  }
14
20
  }
15
21
  exports.PatientByHcPartyAndActiveFilter = PatientByHcPartyAndActiveFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyAndActiveFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,+BAAgC,SAAQ,6CAAqB;IACxE,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAIb,WAAM,GAAG,KAAK,CAAA;QAEd,UAAK,GAAG,iCAAiC,CAAA;IALzC,CAAC;CAMF;AATD,0EASC"}
1
+ {"version":3,"file":"PatientByHcPartyAndActiveFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,+BAA+B;IAE1C,YAAY,IAAgB;QAD5B,UAAK,GAAW,iCAAiC,CAAA;QAE/C,MAAM,CAAC,MAAM,CAAC,IAAuC,EAAE,IAAI,CAAC,CAAA;IAC9D,CAAC;CAKF;AATD,0EASC"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyAndExternalIdFilter extends AbstractFilterPatient {
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 PatientByHcPartyAndExternalIdFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
4
- healthcarePartyId?: string;
15
+ desc?: string;
5
16
  externalId?: string;
6
- $type: string;
17
+ healthcarePartyId?: string;
7
18
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyAndExternalIdFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyAndExternalIdFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyAndExternalIdFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyAndExternalIdFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyAndExternalIdFilter = PatientByHcPartyAndExternalIdFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyAndExternalIdFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,mCAAoC,SAAQ,6CAAqB;IAC5E,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAMb,UAAK,GAAG,qCAAqC,CAAA;IAL7C,CAAC;CAMF;AATD,kFASC"}
1
+ {"version":3,"file":"PatientByHcPartyAndExternalIdFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.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;CAKF;AATD,kFASC"}
@@ -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 PatientByHcPartyAndIdentifiersFilter {
14
+ $type: string;
15
+ constructor(json: JSON | any);
16
+ healthcarePartyId?: string;
17
+ identifiers?: Array<Identifier>;
18
+ desc?: string;
19
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PatientByHcPartyAndIdentifiersFilter = void 0;
4
+ class PatientByHcPartyAndIdentifiersFilter {
5
+ constructor(json) {
6
+ this.$type = 'PatientByHcPartyAndIdentifiersFilter';
7
+ Object.assign(this, json);
8
+ }
9
+ }
10
+ exports.PatientByHcPartyAndIdentifiersFilter = PatientByHcPartyAndIdentifiersFilter;
11
+ //# sourceMappingURL=PatientByHcPartyAndIdentifiersFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PatientByHcPartyAndIdentifiersFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts"],"names":[],"mappings":";;;AAaA,MAAa,oCAAoC;IAE/C,YAAY,IAAgB;QAD5B,UAAK,GAAW,sCAAsC,CAAA;QAEpD,MAAM,CAAC,MAAM,CAAC,IAA4C,EAAE,IAAI,CAAC,CAAA;IACnE,CAAC;CAKF;AATD,oFASC"}
@@ -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 PatientByHcPartyAndSsinFilter {
13
+ $type: string;
14
+ constructor(json: JSON | any);
15
+ desc?: string;
16
+ ssin?: string;
17
+ healthcarePartyId?: 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.PatientByHcPartyAndSsinFilter = void 0;
15
+ class PatientByHcPartyAndSsinFilter {
16
+ constructor(json) {
17
+ this.$type = 'PatientByHcPartyAndSsinFilter';
18
+ Object.assign(this, json);
19
+ }
20
+ }
21
+ exports.PatientByHcPartyAndSsinFilter = PatientByHcPartyAndSsinFilter;
22
+ //# sourceMappingURL=PatientByHcPartyAndSsinFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PatientByHcPartyAndSsinFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,6BAA6B;IAExC,YAAY,IAAgB;QAD5B,UAAK,GAAW,+BAA+B,CAAA;QAE7C,MAAM,CAAC,MAAM,CAAC,IAAqC,EAAE,IAAI,CAAC,CAAA;IAC5D,CAAC;CAKF;AATD,sEASC"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyAndSsinsFilter extends AbstractFilterPatient {
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 PatientByHcPartyAndSsinsFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
15
+ desc?: string;
16
+ ssins?: Array<string>;
4
17
  healthcarePartyId?: string;
5
- ssins?: string[];
6
- $type: string;
7
18
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyAndSsinsFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyAndSsinsFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyAndSsinsFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyAndSsinsFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyAndSsinsFilter = PatientByHcPartyAndSsinsFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyAndSsinsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,8BAA+B,SAAQ,6CAAqB;IACvE,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAMb,UAAK,GAAG,gCAAgC,CAAA;IALxC,CAAC;CAMF;AATD,wEASC"}
1
+ {"version":3,"file":"PatientByHcPartyAndSsinsFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,MAAa,8BAA8B;IAEzC,YAAY,IAAgB;QAD5B,UAAK,GAAW,gCAAgC,CAAA;QAE9C,MAAM,CAAC,MAAM,CAAC,IAAsC,EAAE,IAAI,CAAC,CAAA;IAC7D,CAAC;CAKF;AATD,wEASC"}
@@ -1,8 +1,19 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyDateOfBirthBetweenFilter extends AbstractFilterPatient {
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 PatientByHcPartyDateOfBirthBetweenFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
4
- healthcarePartyId?: string;
15
+ desc?: string;
5
16
  minDateOfBirth?: number;
6
17
  maxDateOfBirth?: number;
7
- $type: string;
18
+ healthcarePartyId?: string;
8
19
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyDateOfBirthBetweenFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyDateOfBirthBetweenFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyDateOfBirthBetweenFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyDateOfBirthBetweenFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyDateOfBirthBetweenFilter = PatientByHcPartyDateOfBirthBetweenFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyDateOfBirthBetweenFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,wCAAyC,SAAQ,6CAAqB;IACjF,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAOb,UAAK,GAAG,0CAA0C,CAAA;IANlD,CAAC;CAOF;AAVD,4FAUC"}
1
+ {"version":3,"file":"PatientByHcPartyDateOfBirthBetweenFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.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;CAMF;AAVD,4FAUC"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyDateOfBirthFilter extends AbstractFilterPatient {
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 PatientByHcPartyDateOfBirthFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
4
- healthcarePartyId?: string;
15
+ desc?: string;
5
16
  dateOfBirth?: number;
6
- $type: string;
17
+ healthcarePartyId?: string;
7
18
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyDateOfBirthFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyDateOfBirthFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyDateOfBirthFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyDateOfBirthFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyDateOfBirthFilter = PatientByHcPartyDateOfBirthFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyDateOfBirthFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,iCAAkC,SAAQ,6CAAqB;IAC1E,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAMb,UAAK,GAAG,mCAAmC,CAAA;IAL3C,CAAC;CAMF;AATD,8EASC"}
1
+ {"version":3,"file":"PatientByHcPartyDateOfBirthFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.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;CAKF;AATD,8EASC"}
@@ -1,6 +1,17 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyFilter extends AbstractFilterPatient {
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 PatientByHcPartyFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
15
+ desc?: string;
4
16
  healthcarePartyId?: string;
5
- $type: string;
6
17
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyFilter = PatientByHcPartyFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,sBAAuB,SAAQ,6CAAqB;IAC/D,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAKb,UAAK,GAAG,wBAAwB,CAAA;IAJhC,CAAC;CAKF;AARD,wDAQC"}
1
+ {"version":3,"file":"PatientByHcPartyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyFilter.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"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyNameContainsFuzzyFilter extends AbstractFilterPatient {
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 PatientByHcPartyNameContainsFuzzyFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
4
- healthcarePartyId?: string;
15
+ desc?: string;
5
16
  searchString?: string;
6
- $type: string;
17
+ healthcarePartyId?: string;
7
18
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyNameContainsFuzzyFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyNameContainsFuzzyFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyNameContainsFuzzyFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyNameContainsFuzzyFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyNameContainsFuzzyFilter = PatientByHcPartyNameContainsFuzzyFilter;
@@ -1 +1 @@
1
- {"version":3,"file":"PatientByHcPartyNameContainsFuzzyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,qFAAiF;AAEjF,MAAa,uCAAwC,SAAQ,6CAAqB;IAChF,YAAY,IAAgB;QAC1B,KAAK,CAAC,IAAI,CAAC,CAAA;QAMb,UAAK,GAAG,yCAAyC,CAAA;IALjD,CAAC;CAMF;AATD,0FASC"}
1
+ {"version":3,"file":"PatientByHcPartyNameContainsFuzzyFilter.js","sourceRoot":"","sources":["../../../icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,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"}
@@ -1,7 +1,18 @@
1
- import { AbstractFilterPatient } from '../../icc-api/model/AbstractFilterPatient';
2
- export declare class PatientByHcPartyNameFilter extends AbstractFilterPatient {
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 PatientByHcPartyNameFilter {
13
+ $type: string;
3
14
  constructor(json: JSON | any);
4
- healthcarePartyId?: string;
15
+ desc?: string;
5
16
  name?: string;
6
- $type: string;
17
+ healthcarePartyId?: string;
7
18
  }
@@ -1,14 +1,21 @@
1
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
+ */
2
13
  Object.defineProperty(exports, "__esModule", { value: true });
3
14
  exports.PatientByHcPartyNameFilter = void 0;
4
- /*
5
- * Copyright (c) 2020. Taktik SA, All rights reserved.
6
- */
7
- const AbstractFilterPatient_1 = require("../../icc-api/model/AbstractFilterPatient");
8
- class PatientByHcPartyNameFilter extends AbstractFilterPatient_1.AbstractFilterPatient {
15
+ class PatientByHcPartyNameFilter {
9
16
  constructor(json) {
10
- super(json);
11
17
  this.$type = 'PatientByHcPartyNameFilter';
18
+ Object.assign(this, json);
12
19
  }
13
20
  }
14
21
  exports.PatientByHcPartyNameFilter = PatientByHcPartyNameFilter;