@icure/cardinal-sdk 2.1.0 → 2.1.2

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 (520) hide show
  1. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  2. package/api/AccessLogApi.d.mts +279 -0
  3. package/api/AccessLogBasicApi.d.mts +176 -0
  4. package/api/AccessLogBasicInGroupApi.d.mts +84 -0
  5. package/api/AccessLogFlavouredApi.d.mts +114 -0
  6. package/api/AccessLogFlavouredInGroupApi.d.mts +56 -0
  7. package/api/AccessLogInGroupApi.d.mts +104 -0
  8. package/api/AgendaApi.d.mts +86 -0
  9. package/api/AnonymousRoleApi.d.mts +7 -0
  10. package/api/AnonymousRoleApi.mjs +2 -0
  11. package/api/CalendarItemApi.d.mts +333 -0
  12. package/api/CalendarItemBasicApi.d.mts +201 -0
  13. package/api/CalendarItemBasicInGroupApi.d.mts +88 -0
  14. package/api/CalendarItemFlavouredApi.d.mts +148 -0
  15. package/api/CalendarItemFlavouredInGroupApi.d.mts +56 -0
  16. package/api/CalendarItemInGroupApi.d.mts +128 -0
  17. package/api/CardinalMaintenanceTaskApi.d.mts +26 -0
  18. package/api/ClassificationApi.d.mts +202 -0
  19. package/api/ClassificationBasicApi.d.mts +91 -0
  20. package/api/ClassificationFlavouredApi.d.mts +80 -0
  21. package/api/ContactApi.d.mts +385 -0
  22. package/api/ContactBasicApi.d.mts +268 -0
  23. package/api/ContactBasicInGroupApi.d.mts +112 -0
  24. package/api/ContactFlavouredApi.d.mts +165 -0
  25. package/api/ContactFlavouredInGroupApi.d.mts +64 -0
  26. package/api/ContactInGroupApi.d.mts +148 -0
  27. package/api/CryptoApi.d.mts +37 -0
  28. package/api/CryptoInGroupApi.d.mts +7 -0
  29. package/api/DataOwnerApi.d.mts +84 -0
  30. package/api/DeviceApi.d.mts +40 -0
  31. package/api/DocumentApi.d.mts +465 -0
  32. package/api/DocumentBasicApi.d.mts +245 -0
  33. package/api/DocumentBasicInGroupApi.d.mts +88 -0
  34. package/api/DocumentFlavouredApi.d.mts +126 -0
  35. package/api/DocumentFlavouredInGroupApi.d.mts +56 -0
  36. package/api/DocumentInGroupApi.d.mts +132 -0
  37. package/api/FormApi.d.mts +303 -0
  38. package/api/FormBasicApi.d.mts +192 -0
  39. package/api/FormBasicInGroupApi.d.mts +88 -0
  40. package/api/FormFlavouredApi.d.mts +134 -0
  41. package/api/FormFlavouredInGroupApi.d.mts +56 -0
  42. package/api/FormInGroupApi.d.mts +124 -0
  43. package/api/FormTemplateApi.d.mts +4 -0
  44. package/api/GroupApi.d.mts +7 -0
  45. package/api/HealthElementApi.d.mts +307 -0
  46. package/api/HealthElementBasicApi.d.mts +187 -0
  47. package/api/HealthElementBasicInGroupApi.d.mts +88 -0
  48. package/api/HealthElementFlavouredApi.d.mts +124 -0
  49. package/api/HealthElementFlavouredInGroupApi.d.mts +56 -0
  50. package/api/HealthElementInGroupApi.d.mts +128 -0
  51. package/api/HealthcarePartyApi.d.mts +95 -0
  52. package/api/InvoiceApi.d.mts +253 -0
  53. package/api/InvoiceBasicApi.d.mts +142 -0
  54. package/api/InvoiceBasicInGroupApi.d.mts +72 -0
  55. package/api/InvoiceFlavouredApi.d.mts +100 -0
  56. package/api/InvoiceFlavouredInGroupApi.d.mts +48 -0
  57. package/api/InvoiceInGroupApi.d.mts +108 -0
  58. package/api/MaintenanceTaskApi.d.mts +252 -0
  59. package/api/MaintenanceTaskBasicApi.d.mts +144 -0
  60. package/api/MaintenanceTaskFlavouredApi.d.mts +95 -0
  61. package/api/MessageApi.d.mts +355 -0
  62. package/api/MessageBasicApi.d.mts +229 -0
  63. package/api/MessageBasicInGroupApi.d.mts +88 -0
  64. package/api/MessageFlavouredApi.d.mts +165 -0
  65. package/api/MessageFlavouredInGroupApi.d.mts +56 -0
  66. package/api/MessageInGroupApi.d.mts +124 -0
  67. package/api/PatientApi.d.mts +445 -0
  68. package/api/PatientBasicApi.d.mts +246 -0
  69. package/api/PatientBasicInGroupApi.d.mts +92 -0
  70. package/api/PatientFlavouredApi.d.mts +195 -0
  71. package/api/PatientFlavouredInGroupApi.d.mts +64 -0
  72. package/api/PatientInGroupApi.d.mts +136 -0
  73. package/api/ReceiptApi.d.mts +147 -0
  74. package/api/ReceiptBasicApi.d.mts +132 -0
  75. package/api/ReceiptBasicInGroupApi.d.mts +72 -0
  76. package/api/ReceiptFlavouredApi.d.mts +90 -0
  77. package/api/ReceiptFlavouredInGroupApi.d.mts +48 -0
  78. package/api/ReceiptInGroupApi.d.mts +108 -0
  79. package/api/RecoveryApi.d.mts +140 -0
  80. package/api/RoleApi.d.mts +61 -0
  81. package/api/ShamirKeysManagerApi.d.mts +21 -0
  82. package/api/TopicApi.d.mts +317 -0
  83. package/api/TopicBasicApi.d.mts +206 -0
  84. package/api/TopicBasicInGroupApi.d.mts +88 -0
  85. package/api/TopicFlavouredApi.d.mts +143 -0
  86. package/api/TopicFlavouredInGroupApi.d.mts +56 -0
  87. package/api/TopicInGroupApi.d.mts +124 -0
  88. package/api/UserApi.d.mts +52 -0
  89. package/api/UserInGroupApi.d.mts +6 -0
  90. package/api.d.mts +1 -0
  91. package/api.mjs +1 -0
  92. package/cardinal-sdk-ts.d.mts +35 -0
  93. package/cardinal-sdk-ts.mjs +39310 -39209
  94. package/cardinal-sdk.mjs +77619 -76586
  95. package/crypto/entities/AccessLogShareOptions.d.mts +4 -0
  96. package/crypto/entities/AccessLogShareOptions.mjs +4 -0
  97. package/crypto/entities/CalendarItemShareOptions.d.mts +4 -0
  98. package/crypto/entities/CalendarItemShareOptions.mjs +4 -0
  99. package/crypto/entities/ClassificationShareOptions.d.mts +4 -0
  100. package/crypto/entities/ClassificationShareOptions.mjs +4 -0
  101. package/crypto/entities/ContactShareOptions.d.mts +4 -0
  102. package/crypto/entities/ContactShareOptions.mjs +4 -0
  103. package/crypto/entities/DocumentShareOptions.d.mts +4 -0
  104. package/crypto/entities/DocumentShareOptions.mjs +4 -0
  105. package/crypto/entities/EntityAccessInformation.d.mts +21 -0
  106. package/crypto/entities/EntityAccessInformation.mjs +4 -0
  107. package/crypto/entities/EntityWithEncryptionMetadataTypeName.d.mts +6 -0
  108. package/crypto/entities/EntityWithEncryptionMetadataTypeName.mjs +6 -0
  109. package/crypto/entities/ExchangeDataInjectionDetails.d.mts +4 -0
  110. package/crypto/entities/ExchangeDataInjectionDetails.mjs +4 -0
  111. package/crypto/entities/FormShareOptions.d.mts +4 -0
  112. package/crypto/entities/FormShareOptions.mjs +4 -0
  113. package/crypto/entities/HealthElementShareOptions.d.mts +4 -0
  114. package/crypto/entities/HealthElementShareOptions.mjs +4 -0
  115. package/crypto/entities/InvoiceShareOptions.d.mts +4 -0
  116. package/crypto/entities/InvoiceShareOptions.mjs +4 -0
  117. package/crypto/entities/MessageShareOptions.d.mts +4 -0
  118. package/crypto/entities/MessageShareOptions.mjs +4 -0
  119. package/crypto/entities/RawDecryptedExchangeData.d.mts +8 -0
  120. package/crypto/entities/RawDecryptedExchangeData.mjs +8 -0
  121. package/crypto/entities/RecoveryKeyOptions.d.mts +13 -0
  122. package/crypto/entities/RecoveryKeyOptions.mjs +9 -0
  123. package/crypto/entities/RecoveryKeySize.d.mts +4 -0
  124. package/crypto/entities/RecoveryKeySize.mjs +4 -0
  125. package/crypto/entities/SecretIdShareOptions.d.mts +19 -0
  126. package/crypto/entities/SecretIdShareOptions.mjs +15 -0
  127. package/crypto/entities/SecretIdUseOption.d.mts +11 -0
  128. package/crypto/entities/SecretIdUseOption.mjs +6 -0
  129. package/crypto/entities/ShamirUpdateRequest.d.mts +12 -0
  130. package/crypto/entities/ShamirUpdateRequest.mjs +4 -0
  131. package/crypto/entities/ShareAllPatientDataOptions.d.mts +4 -0
  132. package/crypto/entities/ShareAllPatientDataOptions.mjs +4 -0
  133. package/crypto/entities/ShareMetadataBehaviour.d.mts +4 -0
  134. package/crypto/entities/ShareMetadataBehaviour.mjs +4 -0
  135. package/crypto/entities/TopicShareOptions.d.mts +4 -0
  136. package/crypto/entities/TopicShareOptions.mjs +4 -0
  137. package/filters/AccessLogFilters.d.mts +120 -0
  138. package/filters/AgendaFilters.d.mts +79 -0
  139. package/filters/CalendarItemFilters.d.mts +166 -0
  140. package/filters/ClassificationFilters.d.mts +87 -0
  141. package/filters/CodeFilters.d.mts +96 -0
  142. package/filters/ContactFilters.d.mts +403 -0
  143. package/filters/DeviceFilters.d.mts +19 -0
  144. package/filters/DocumentFilters.d.mts +296 -0
  145. package/filters/FormFilters.d.mts +120 -0
  146. package/filters/FormTemplateFilters.d.mts +6 -0
  147. package/filters/GroupFilters.d.mts +27 -0
  148. package/filters/HealthElementFilters.d.mts +266 -0
  149. package/filters/HealthcarePartyFilters.d.mts +75 -0
  150. package/filters/MaintenanceTaskFilters.d.mts +68 -0
  151. package/filters/MessageFilters.d.mts +314 -0
  152. package/filters/PatientFilters.d.mts +298 -0
  153. package/filters/ServiceFilters.d.mts +342 -0
  154. package/filters/TopicFilters.d.mts +25 -0
  155. package/filters/UserFilters.d.mts +33 -0
  156. package/kotlin-kotlin-stdlib.mjs +4 -4
  157. package/kotlinx-coroutines-core.mjs +8 -8
  158. package/model/AccessLog.d.mts +202 -0
  159. package/model/AccessLog.mjs +168 -0
  160. package/model/Agenda.d.mts +89 -0
  161. package/model/Agenda.mjs +85 -0
  162. package/model/BooleanResponse.d.mts +9 -0
  163. package/model/BooleanResponse.mjs +5 -0
  164. package/model/CalendarItem.d.mts +431 -0
  165. package/model/CalendarItem.mjs +320 -0
  166. package/model/CalendarItemType.d.mts +72 -0
  167. package/model/CalendarItemType.mjs +68 -0
  168. package/model/Classification.d.mts +187 -0
  169. package/model/Classification.mjs +160 -0
  170. package/model/Code.d.mts +63 -0
  171. package/model/Code.mjs +59 -0
  172. package/model/Contact.d.mts +354 -0
  173. package/model/Contact.mjs +274 -0
  174. package/model/CryptoActorStub.d.mts +6 -0
  175. package/model/CryptoActorStub.mjs +6 -0
  176. package/model/CryptoActorStubWithType.d.mts +14 -0
  177. package/model/CryptoActorStubWithType.mjs +6 -0
  178. package/model/DataOwnerRegistrationSuccess.d.mts +18 -0
  179. package/model/DataOwnerRegistrationSuccess.mjs +6 -0
  180. package/model/DataOwnerType.d.mts +6 -0
  181. package/model/DataOwnerType.mjs +6 -0
  182. package/model/DataOwnerWithType.d.mts +6 -0
  183. package/model/DatabaseInitialisation.d.mts +22 -0
  184. package/model/DatabaseInitialisation.mjs +22 -0
  185. package/model/Device.d.mts +103 -0
  186. package/model/Device.mjs +99 -0
  187. package/model/Document.d.mts +309 -0
  188. package/model/Document.mjs +238 -0
  189. package/model/EntityReferenceInGroup.d.mts +23 -0
  190. package/model/EntityReferenceInGroup.mjs +23 -0
  191. package/model/FrontEndMigration.d.mts +60 -0
  192. package/model/FrontEndMigration.mjs +56 -0
  193. package/model/Group.d.mts +94 -0
  194. package/model/Group.mjs +140 -0
  195. package/model/GroupDeletionReport.d.mts +17 -0
  196. package/model/GroupDeletionReport.mjs +5 -0
  197. package/model/GroupScoped.d.mts +10 -0
  198. package/model/GroupScoped.mjs +10 -0
  199. package/model/HealthElement.d.mts +358 -0
  200. package/model/HealthElement.mjs +284 -0
  201. package/model/HealthcareParty.d.mts +168 -0
  202. package/model/HealthcareParty.mjs +164 -0
  203. package/model/IdWithRev.d.mts +14 -0
  204. package/model/IdWithRev.mjs +10 -0
  205. package/model/IndexingInfo.d.mts +10 -0
  206. package/model/IndexingInfo.mjs +10 -0
  207. package/model/Insurance.d.mts +51 -0
  208. package/model/Insurance.mjs +43 -0
  209. package/model/Invoice.d.mts +705 -0
  210. package/model/Invoice.mjs +502 -0
  211. package/model/ListOfProperties.d.mts +9 -0
  212. package/model/ListOfProperties.mjs +9 -0
  213. package/model/MaintenanceTask.d.mts +202 -0
  214. package/model/MaintenanceTask.mjs +170 -0
  215. package/model/Message.d.mts +321 -0
  216. package/model/Message.mjs +246 -0
  217. package/model/PaginatedDocumentKeyIdPair.d.mts +14 -0
  218. package/model/PaginatedDocumentKeyIdPair.mjs +14 -0
  219. package/model/PaginatedList.d.mts +17 -0
  220. package/model/PaginatedList.mjs +17 -0
  221. package/model/Patient.d.mts +715 -0
  222. package/model/Patient.mjs +546 -0
  223. package/model/Place.d.mts +25 -0
  224. package/model/Place.mjs +21 -0
  225. package/model/PropertyStub.d.mts +59 -0
  226. package/model/PropertyStub.mjs +42 -0
  227. package/model/PropertyTypeStub.d.mts +14 -0
  228. package/model/PropertyTypeStub.mjs +14 -0
  229. package/model/PublicAgendasAndCalendarItemTypes.d.mts +15 -1
  230. package/model/PublicAgendasAndCalendarItemTypes.mjs +22 -4
  231. package/model/PublicKey.d.mts +13 -0
  232. package/model/PublicKey.mjs +13 -0
  233. package/model/Receipt.d.mts +195 -0
  234. package/model/Receipt.mjs +162 -0
  235. package/model/RegistrationInformation.d.mts +41 -0
  236. package/model/RegistrationInformation.mjs +37 -0
  237. package/model/RegistrationSuccess.d.mts +18 -0
  238. package/model/RegistrationSuccess.mjs +6 -0
  239. package/model/Replication.d.mts +30 -0
  240. package/model/Replication.mjs +26 -0
  241. package/model/ReplicationInfo.d.mts +21 -0
  242. package/model/ReplicationInfo.mjs +21 -0
  243. package/model/Role.d.mts +33 -0
  244. package/model/Role.mjs +29 -0
  245. package/model/StoredDocumentIdentifier.d.mts +4 -0
  246. package/model/StoredDocumentIdentifier.mjs +4 -0
  247. package/model/Topic.d.mts +213 -0
  248. package/model/Topic.mjs +174 -0
  249. package/model/TopicRole.d.mts +5 -0
  250. package/model/TopicRole.mjs +5 -0
  251. package/model/User.d.mts +98 -0
  252. package/model/User.mjs +104 -0
  253. package/model/UserGroup.d.mts +54 -0
  254. package/model/UserGroup.mjs +54 -0
  255. package/model/base/CodeIdentification.d.mts +6 -0
  256. package/model/base/CodeStub.d.mts +31 -0
  257. package/model/base/CodeStub.mjs +31 -0
  258. package/model/base/CryptoActor.d.mts +7 -0
  259. package/model/base/DataOwner.d.mts +7 -0
  260. package/model/base/HasCodes.d.mts +6 -0
  261. package/model/base/HasEncryptionMetadata.d.mts +7 -0
  262. package/model/base/HasEndOfLife.d.mts +5 -0
  263. package/model/base/HasTags.d.mts +7 -0
  264. package/model/base/ICureDocument.d.mts +7 -0
  265. package/model/base/Identifiable.d.mts +5 -0
  266. package/model/base/Identifier.d.mts +43 -0
  267. package/model/base/Identifier.mjs +43 -0
  268. package/model/base/LinkQualification.d.mts +31 -0
  269. package/model/base/LinkQualification.mjs +31 -0
  270. package/model/base/Named.d.mts +5 -0
  271. package/model/base/ParticipantType.d.mts +7 -0
  272. package/model/base/ParticipantType.mjs +7 -0
  273. package/model/base/Person.d.mts +5 -0
  274. package/model/base/StoredDocument.d.mts +6 -0
  275. package/model/base/Versionable.d.mts +6 -0
  276. package/model/couchdb/Basic.d.mts +14 -0
  277. package/model/couchdb/Basic.mjs +6 -0
  278. package/model/couchdb/DatabaseInfo.d.mts +46 -0
  279. package/model/couchdb/DatabaseInfo.mjs +42 -0
  280. package/model/couchdb/DesignDocument.d.mts +43 -0
  281. package/model/couchdb/DesignDocument.mjs +39 -0
  282. package/model/couchdb/DocIdentifier.d.mts +13 -0
  283. package/model/couchdb/DocIdentifier.mjs +13 -0
  284. package/model/couchdb/GroupDatabasesInfo.d.mts +19 -0
  285. package/model/couchdb/GroupDatabasesInfo.mjs +7 -0
  286. package/model/couchdb/Remote.d.mts +14 -0
  287. package/model/couchdb/Remote.mjs +10 -0
  288. package/model/couchdb/RemoteAuthentication.d.mts +9 -0
  289. package/model/couchdb/RemoteAuthentication.mjs +9 -0
  290. package/model/couchdb/ReplicationStats.d.mts +41 -0
  291. package/model/couchdb/ReplicationStats.mjs +41 -0
  292. package/model/couchdb/ReplicatorDocument.d.mts +62 -0
  293. package/model/couchdb/ReplicatorDocument.mjs +58 -0
  294. package/model/couchdb/View.d.mts +13 -0
  295. package/model/couchdb/View.mjs +9 -0
  296. package/model/data/LabelledOccurence.d.mts +14 -0
  297. package/model/data/LabelledOccurence.mjs +6 -0
  298. package/model/embed/AccessLevel.d.mts +6 -0
  299. package/model/embed/AccessLevel.mjs +6 -0
  300. package/model/embed/AddressType.d.mts +5 -0
  301. package/model/embed/AddressType.mjs +5 -0
  302. package/model/embed/AdministrationQuantity.d.mts +18 -0
  303. package/model/embed/AdministrationQuantity.mjs +18 -0
  304. package/model/embed/AgendaSlottingAlgorithm.d.mts +13 -0
  305. package/model/embed/AgendaSlottingAlgorithm.mjs +13 -0
  306. package/model/embed/Annotation.d.mts +48 -0
  307. package/model/embed/Annotation.mjs +44 -0
  308. package/model/embed/AuthenticationClass.d.mts +6 -0
  309. package/model/embed/AuthenticationClass.mjs +6 -0
  310. package/model/embed/CalendarItemTag.d.mts +71 -0
  311. package/model/embed/CalendarItemTag.mjs +50 -0
  312. package/model/embed/CareTeamMember.d.mts +70 -0
  313. package/model/embed/CareTeamMember.mjs +44 -0
  314. package/model/embed/CareTeamMemberType.d.mts +5 -0
  315. package/model/embed/CareTeamMemberType.mjs +5 -0
  316. package/model/embed/CareTeamMembership.d.mts +74 -0
  317. package/model/embed/CareTeamMembership.mjs +52 -0
  318. package/model/embed/ContactParticipant.d.mts +13 -0
  319. package/model/embed/ContactParticipant.mjs +5 -0
  320. package/model/embed/Content.d.mts +177 -0
  321. package/model/embed/Content.mjs +118 -0
  322. package/model/embed/ContractChangeType.d.mts +5 -0
  323. package/model/embed/ContractChangeType.mjs +5 -0
  324. package/model/embed/DataAttachment.d.mts +18 -0
  325. package/model/embed/DataAttachment.mjs +18 -0
  326. package/model/embed/DatabaseSynchronization.d.mts +22 -0
  327. package/model/embed/DatabaseSynchronization.mjs +22 -0
  328. package/model/embed/DelegationTag.d.mts +6 -0
  329. package/model/embed/DelegationTag.mjs +6 -0
  330. package/model/embed/DeletedAttachment.d.mts +23 -0
  331. package/model/embed/DeletedAttachment.mjs +23 -0
  332. package/model/embed/DocumentGroup.d.mts +13 -0
  333. package/model/embed/DocumentGroup.mjs +13 -0
  334. package/model/embed/DocumentStatus.d.mts +6 -0
  335. package/model/embed/DocumentStatus.mjs +6 -0
  336. package/model/embed/DocumentType.d.mts +5 -0
  337. package/model/embed/DocumentType.mjs +5 -0
  338. package/model/embed/Duration.d.mts +13 -0
  339. package/model/embed/Duration.mjs +13 -0
  340. package/model/embed/EmbeddedTimeTableHour.d.mts +13 -0
  341. package/model/embed/EmbeddedTimeTableHour.mjs +5 -0
  342. package/model/embed/EmbeddedTimeTableItem.d.mts +42 -0
  343. package/model/embed/EmbeddedTimeTableItem.mjs +30 -0
  344. package/model/embed/Encryptable.d.mts +7 -0
  345. package/model/embed/Episode.d.mts +78 -0
  346. package/model/embed/Episode.mjs +52 -0
  347. package/model/embed/FinancialInstitutionInformation.d.mts +110 -0
  348. package/model/embed/FinancialInstitutionInformation.mjs +76 -0
  349. package/model/embed/FrontEndMigrationStatus.d.mts +5 -0
  350. package/model/embed/FrontEndMigrationStatus.mjs +5 -0
  351. package/model/embed/Gender.d.mts +6 -0
  352. package/model/embed/Gender.mjs +6 -0
  353. package/model/embed/GroupType.d.mts +5 -0
  354. package/model/embed/GroupType.mjs +5 -0
  355. package/model/embed/IdentityDocumentReader.d.mts +30 -0
  356. package/model/embed/IdentityDocumentReader.mjs +30 -0
  357. package/model/embed/InvoiceType.d.mts +5 -0
  358. package/model/embed/InvoiceType.mjs +5 -0
  359. package/model/embed/InvoicingCode.d.mts +689 -0
  360. package/model/embed/InvoicingCode.mjs +454 -0
  361. package/model/embed/Laterality.d.mts +5 -0
  362. package/model/embed/Laterality.mjs +5 -0
  363. package/model/embed/Measure.d.mts +54 -0
  364. package/model/embed/Measure.mjs +54 -0
  365. package/model/embed/MedicalHouseContract.d.mts +413 -0
  366. package/model/embed/MedicalHouseContract.mjs +278 -0
  367. package/model/embed/Medication.d.mts +5 -0
  368. package/model/embed/Medication.mjs +5 -0
  369. package/model/embed/Medicinalproduct.d.mts +25 -0
  370. package/model/embed/Medicinalproduct.mjs +25 -0
  371. package/model/embed/MediumType.d.mts +5 -0
  372. package/model/embed/MediumType.mjs +5 -0
  373. package/model/embed/MembershipType.d.mts +5 -0
  374. package/model/embed/MembershipType.mjs +5 -0
  375. package/model/embed/MessageReadStatus.d.mts +14 -0
  376. package/model/embed/MessageReadStatus.mjs +14 -0
  377. package/model/embed/MhcSignatureType.d.mts +6 -0
  378. package/model/embed/MhcSignatureType.mjs +6 -0
  379. package/model/embed/Partnership.d.mts +18 -0
  380. package/model/embed/Partnership.mjs +18 -0
  381. package/model/embed/PartnershipStatus.d.mts +5 -0
  382. package/model/embed/PartnershipStatus.mjs +5 -0
  383. package/model/embed/PartnershipType.d.mts +6 -0
  384. package/model/embed/PartnershipType.mjs +6 -0
  385. package/model/embed/PatientHealthCareParty.d.mts +15 -0
  386. package/model/embed/PatientHealthCareParty.mjs +10 -0
  387. package/model/embed/PatientHealthCarePartyType.d.mts +5 -0
  388. package/model/embed/PatientHealthCarePartyType.mjs +5 -0
  389. package/model/embed/Payment.d.mts +17 -0
  390. package/model/embed/Payment.mjs +17 -0
  391. package/model/embed/PaymentType.d.mts +5 -0
  392. package/model/embed/PaymentType.mjs +5 -0
  393. package/model/embed/PersonName.d.mts +39 -0
  394. package/model/embed/PersonName.mjs +39 -0
  395. package/model/embed/PersonNameUse.d.mts +5 -0
  396. package/model/embed/PersonNameUse.mjs +5 -0
  397. package/model/embed/PersonalStatus.d.mts +5 -0
  398. package/model/embed/PersonalStatus.mjs +5 -0
  399. package/model/embed/Range.d.mts +13 -0
  400. package/model/embed/Range.mjs +13 -0
  401. package/model/embed/ReferenceRange.d.mts +34 -0
  402. package/model/embed/ReferenceRange.mjs +34 -0
  403. package/model/embed/ReferralPeriod.d.mts +17 -0
  404. package/model/embed/ReferralPeriod.mjs +17 -0
  405. package/model/embed/RegimenItem.d.mts +32 -0
  406. package/model/embed/RegimenItem.mjs +32 -0
  407. package/model/embed/Renewal.d.mts +14 -0
  408. package/model/embed/Renewal.mjs +14 -0
  409. package/model/embed/ResourceGroupAllocationSchedule.d.mts +34 -0
  410. package/model/embed/ResourceGroupAllocationSchedule.mjs +34 -0
  411. package/model/embed/RoleConfiguration.d.mts +14 -0
  412. package/model/embed/RoleConfiguration.mjs +10 -0
  413. package/model/embed/SecureDelegation.d.mts +41 -0
  414. package/model/embed/SecureDelegation.mjs +37 -0
  415. package/model/embed/SecurityMetadata.d.mts +11 -0
  416. package/model/embed/SecurityMetadata.mjs +6 -0
  417. package/model/embed/Substanceproduct.d.mts +25 -0
  418. package/model/embed/Substanceproduct.mjs +25 -0
  419. package/model/embed/SuspensionReason.d.mts +5 -0
  420. package/model/embed/SuspensionReason.mjs +5 -0
  421. package/model/embed/TaskStatus.d.mts +5 -0
  422. package/model/embed/TaskStatus.mjs +5 -0
  423. package/model/embed/TelecomType.d.mts +6 -0
  424. package/model/embed/TelecomType.mjs +6 -0
  425. package/model/embed/TimeSeries.d.mts +34 -0
  426. package/model/embed/TimeSeries.mjs +34 -0
  427. package/model/embed/TypedValue.d.mts +101 -0
  428. package/model/embed/TypedValue.mjs +70 -0
  429. package/model/embed/TypedValuesType.d.mts +5 -0
  430. package/model/embed/TypedValuesType.mjs +5 -0
  431. package/model/embed/UserAccessLevel.d.mts +11 -0
  432. package/model/embed/UserAccessLevel.mjs +11 -0
  433. package/model/embed/UserType.d.mts +5 -0
  434. package/model/embed/UserType.mjs +5 -0
  435. package/model/embed/ValueWithPrecision.d.mts +13 -0
  436. package/model/embed/ValueWithPrecision.mjs +5 -0
  437. package/model/embed/Weekday.d.mts +13 -0
  438. package/model/embed/Weekday.mjs +13 -0
  439. package/model/embed/form/template/Action.d.mts +18 -0
  440. package/model/embed/form/template/Action.mjs +18 -0
  441. package/model/embed/form/template/CheckBox.d.mts +5 -0
  442. package/model/embed/form/template/CheckBox.mjs +5 -0
  443. package/model/embed/form/template/DatePicker.d.mts +5 -0
  444. package/model/embed/form/template/DatePicker.mjs +5 -0
  445. package/model/embed/form/template/DateTimePicker.d.mts +5 -0
  446. package/model/embed/form/template/DateTimePicker.mjs +5 -0
  447. package/model/embed/form/template/DropdownField.d.mts +5 -0
  448. package/model/embed/form/template/DropdownField.mjs +5 -0
  449. package/model/embed/form/template/Field.d.mts +9 -0
  450. package/model/embed/form/template/FieldsGroup.d.mts +14 -0
  451. package/model/embed/form/template/FieldsGroup.mjs +10 -0
  452. package/model/embed/form/template/FormTemplateLayout.d.mts +26 -0
  453. package/model/embed/form/template/FormTemplateLayout.mjs +22 -0
  454. package/model/embed/form/template/Launcher.d.mts +18 -0
  455. package/model/embed/form/template/Launcher.mjs +10 -0
  456. package/model/embed/form/template/MeasureField.d.mts +5 -0
  457. package/model/embed/form/template/MeasureField.mjs +5 -0
  458. package/model/embed/form/template/MultipleChoice.d.mts +5 -0
  459. package/model/embed/form/template/MultipleChoice.mjs +5 -0
  460. package/model/embed/form/template/NumberField.d.mts +5 -0
  461. package/model/embed/form/template/NumberField.mjs +5 -0
  462. package/model/embed/form/template/RadioButton.d.mts +5 -0
  463. package/model/embed/form/template/RadioButton.mjs +5 -0
  464. package/model/embed/form/template/Section.d.mts +22 -0
  465. package/model/embed/form/template/Section.mjs +14 -0
  466. package/model/embed/form/template/State.d.mts +17 -0
  467. package/model/embed/form/template/State.mjs +9 -0
  468. package/model/embed/form/template/StateToUpdate.d.mts +5 -0
  469. package/model/embed/form/template/StateToUpdate.mjs +5 -0
  470. package/model/embed/form/template/StructureElement.d.mts +6 -0
  471. package/model/embed/form/template/TextField.d.mts +73 -0
  472. package/model/embed/form/template/TextField.mjs +69 -0
  473. package/model/embed/form/template/TimePicker.d.mts +5 -0
  474. package/model/embed/form/template/TimePicker.mjs +5 -0
  475. package/model/embed/form/template/Trigger.d.mts +5 -0
  476. package/model/embed/form/template/Trigger.mjs +5 -0
  477. package/model/enums/UsersStatus.d.mts +5 -0
  478. package/model/enums/UsersStatus.mjs +5 -0
  479. package/model/filter/predicate/AlwaysPredicate.d.mts +5 -0
  480. package/model/filter/predicate/AlwaysPredicate.mjs +5 -0
  481. package/model/filter/predicate/AndPredicate.d.mts +9 -0
  482. package/model/filter/predicate/AndPredicate.mjs +9 -0
  483. package/model/filter/predicate/KeyValuePredicate.d.mts +17 -0
  484. package/model/filter/predicate/KeyValuePredicate.mjs +17 -0
  485. package/model/filter/predicate/NotPredicate.d.mts +9 -0
  486. package/model/filter/predicate/NotPredicate.mjs +5 -0
  487. package/model/filter/predicate/Operator.d.mts +5 -0
  488. package/model/filter/predicate/Operator.mjs +5 -0
  489. package/model/filter/predicate/OrPredicate.d.mts +9 -0
  490. package/model/filter/predicate/OrPredicate.mjs +9 -0
  491. package/model/filter/predicate/Predicate.d.mts +6 -0
  492. package/model/requests/RequestedPermission.d.mts +5 -0
  493. package/model/requests/RequestedPermission.mjs +5 -0
  494. package/model/security/AlwaysPermissionItem.d.mts +10 -0
  495. package/model/security/AlwaysPermissionItem.mjs +6 -0
  496. package/model/security/AuthenticationToken.d.mts +23 -0
  497. package/model/security/AuthenticationToken.mjs +15 -0
  498. package/model/security/Enable2faRequest.d.mts +13 -0
  499. package/model/security/Enable2faRequest.mjs +5 -0
  500. package/model/security/ExternalJwtConfig.d.mts +110 -0
  501. package/model/security/ExternalJwtConfig.mjs +59 -0
  502. package/model/security/LoginIdentifier.d.mts +14 -0
  503. package/model/security/LoginIdentifier.mjs +6 -0
  504. package/model/security/Operation.d.mts +5 -0
  505. package/model/security/Operation.mjs +5 -0
  506. package/model/security/OperationToken.d.mts +27 -0
  507. package/model/security/OperationToken.mjs +11 -0
  508. package/model/security/Permission.d.mts +14 -0
  509. package/model/security/Permission.mjs +14 -0
  510. package/model/security/PermissionItem.d.mts +7 -0
  511. package/model/security/PermissionType.d.mts +6 -0
  512. package/model/security/PermissionType.mjs +6 -0
  513. package/model/security/TokenWithGroup.d.mts +17 -0
  514. package/model/security/TokenWithGroup.mjs +9 -0
  515. package/model/specializations/AesExchangeKeyEncryptionKeypairIdentifier.d.mts +7 -0
  516. package/package.json +1 -1
  517. package/subscription/EntitySubscriptionConfiguration.d.mts +24 -0
  518. package/subscription/EntitySubscriptionConfiguration.mjs +24 -0
  519. package/subscription/EntitySubscriptionEvent.d.mts +21 -0
  520. package/subscription/EntitySubscriptionEvent.mjs +9 -0
@@ -1,20 +1,116 @@
1
1
  import { BaseFilterOptions, BaseSortableFilterOptions } from '../cardinal-sdk-ts.mjs';
2
2
  import { Code } from '../model/Code.mjs';
3
3
  interface CodeFiltersFactory {
4
+ /**
5
+ *
6
+ * Filter options to match all codes.
7
+ * These options are not sortable.
8
+ */
4
9
  all(): BaseFilterOptions<Code>;
10
+ /**
11
+ *
12
+ * Filter options that match all codes with one of the provided ids.
13
+ * These options are sortable. When sorting using these options the codes will have the same order as the input ids.
14
+ *
15
+ * @param ids a list of unique code ids.
16
+ * @throws IllegalArgumentException if the provided [ids] list contains duplicate elements
17
+ */
5
18
  byIds(ids: Array<string>): BaseSortableFilterOptions<Code>;
19
+ /**
20
+ *
21
+ * Filter options to match all codes that have [linkType] as key in [Code.qualifiedLinks] and, if [linkedId] is not null, that have
22
+ * [linkedId] as value in [Code.qualifiedLinks] for the key [linkType].
23
+ *
24
+ * @param linkType a key that can be found in [Code.qualifiedLinks].
25
+ * @param linkedId a value of [Code.qualifiedLinks] for the key [linkType].
26
+ */
6
27
  byQualifiedLink(linkType: string, options?: {
7
28
  linkedId?: string | undefined;
8
29
  }): BaseFilterOptions<Code>;
30
+ /**
31
+ *
32
+ * Filter options to match all the codes in a specific [region] that can also match a [type], a [code], and a [version].
33
+ * If [type] is provided, only the codes with that [Code.type] will be returned.
34
+ * If [code] is provided, only the codes with that [Code.code] will be returned.
35
+ * As for [version], three options are available:
36
+ * - if it is null, the filter will return all the existing versions for each code.
37
+ * - if it is the string "latest", the filter will return only the latest version for each code (i.e. the greatest semantic version or
38
+ * the greatest in lexicographical order if the versions are not in semantic format).
39
+ * - any other non-null value will be interpreted as a specific version and the filter will return only the codes with
40
+ * that specific [Code.version].
41
+ * Note: if "latest" is used, then this filter cannot be used in WebSocket.
42
+ *
43
+ * @param region the region of the codes. Only the codes with that value in [Code.regions] will be returned.
44
+ * @param type the [Code.type].
45
+ * @param code the [Code.code].
46
+ * @param version a value to filter the [Code.version]s. If provided, it can be a specific version or the string "latest". In this last
47
+ * case, only the latest version (i.e. the greatest semantic version or the greatest in lexicographical order if the versions are not
48
+ * in semantic format) will be returned. Also, the "latest" option makes the filter not suitable for the WebSocket connection.
49
+ * @throws IllegalArgumentException if [code] is not null but [type] is null or if [version] is not null but [code] is null.
50
+ */
9
51
  byRegionTypeCodeVersion(region: string, options?: {
10
52
  type?: string | undefined;
11
53
  code?: string | undefined;
12
54
  version?: string | undefined;
13
55
  }): BaseFilterOptions<Code>;
56
+ /**
57
+ *
58
+ * Filter options to match all codes with the provided [type] that have a [Code.label] or [Code.searchTerms] for the
59
+ * provided [language].
60
+ * Optionally, you can also limit the filter to match only codes where that contain some search string ([label]) in
61
+ * the [Code.label] or [Code.searchTerms] for the chosen [language].
62
+ * Finally, if you limit your search by a label you can further limit the search to only include codes for a specific
63
+ * [region].
64
+ * Note: you can't limit the search to a specific [region] without providing a [label]. If you want to get
65
+ * all codes of a certain type for a specific [region] you should instead use [byRegionTypeCodeVersion].
66
+ * These options are not sortable.
67
+ *
68
+ * @param language the language in ISO standard of the label. Only the codes that have this language as key
69
+ * in the [Code.label] or in the [Code.searchTerms] will be included in the result.
70
+ * @param type the type of the code. Only the codes with this `type` will be included in the result.
71
+ * @param label a search string. If provided, then the filter will match only codes that have word of at least 3
72
+ * characters starting with this search string in any of the following properties:
73
+ * - the [Code.label] for the specified [language]
74
+ * - the [Code.searchTerms] for the specified [language]
75
+ * @param region if provided, only the codes that have this region in the [Code.regions] list will be included in
76
+ * the result. If None, the resulting codes will not be filtered based on the region.
77
+ * @throws IllegalArgumentException if region is provided but label is not.
78
+ */
14
79
  byLanguageTypeLabelRegion(language: string, type: string, options?: {
15
80
  label?: string | undefined;
16
81
  region?: string | undefined;
17
82
  }): BaseFilterOptions<Code>;
83
+ /**
84
+ *
85
+ * Filter options to match all codes with one of the provided [types] that have a [Code.label] or [Code.searchTerms] for the
86
+ * provided [language].
87
+ * Also, only codes where that contain some search string ([label]) in the [Code.label] or [Code.searchTerms] for the chosen [language].
88
+ * If you limit your search by a label you can further limit the search to only include codes for a specific
89
+ * [region].
90
+ * Finally, you can also restrict the version of the matched codes by using [version]:
91
+ * - if it is null, the filter will return all the existing versions for each code.
92
+ * - if it is the string "latest", the filter will return only the latest version for each code (i.e. the greatest semantic version or
93
+ * the greatest in lexicographical order if the versions are not in semantic format).
94
+ * - any other non-null value will be interpreted as a specific version and the filter will return only the codes with
95
+ * that specific [Code.version].
96
+ * Note: you can't limit the search to a specific [region] without providing a [label]. If you want to get
97
+ * all codes of a certain type for a specific [region] you should instead use [byRegionTypeCodeVersion].
98
+ * These options are not sortable.
99
+ *
100
+ * @param language the language in ISO standard of the label. Only the codes that have this language as key
101
+ * in the [Code.label] or in the [Code.searchTerms] will be included in the result.
102
+ * @param types one or more types of the codes.
103
+ * @param label a search string. The filter will match only codes that have word of at least 3 characters starting with this search
104
+ * string in any of the following properties:
105
+ * - the [Code.label] for the specified [language]
106
+ * - the [Code.searchTerms] for the specified [language]
107
+ * @param region if provided, only the codes that have this region in the [Code.regions] list will be included in
108
+ * the result. If None, the resulting codes will not be filtered based on the region.
109
+ * @param version a value to filter the [Code.version]s. If provided, it can be a specific version or the string "latest". In this last
110
+ * case, only the latest version (i.e. the greatest semantic version or the greatest in lexicographical order if the versions are not
111
+ * in semantic format) will be returned. Also, the "latest" option makes the filter not suitable for the WebSocket connection.
112
+ * @throws IllegalArgumentException if region is provided but label is not.
113
+ */
18
114
  byLanguageTypesLabelRegionVersion(language: string, types: Array<string>, label: string, options?: {
19
115
  region?: string | undefined;
20
116
  version?: string | undefined;
@@ -5,114 +5,517 @@ import { GroupScoped } from '../model/GroupScoped.mjs';
5
5
  import { Patient } from '../model/Patient.mjs';
6
6
  import { Identifier } from '../model/base/Identifier.mjs';
7
7
  interface ContactFiltersFactory {
8
+ /**
9
+ *
10
+ * Create options for contact filtering that will match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner.
11
+ * @param dataOwnerId a data owner id
12
+ */
8
13
  allContactsForDataOwner(dataOwnerId: string): BaseFilterOptions<Contact>;
14
+ /**
15
+ *
16
+ * A version of [allContactsForDataOwner] for a data owner in a group.
17
+ */
9
18
  allContactsForDataOwnerInGroup(dataOwner: EntityReferenceInGroup): BaseFilterOptions<Contact>;
19
+ /**
20
+ *
21
+ * Create options for contact filtering that will match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner.
22
+ */
10
23
  allContactsForSelf(): FilterOptions<Contact>;
24
+ /**
25
+ *
26
+ * Options for contact filtering which match all the contacts shared directly (i.e. ignoring hierarchies) with a specific data owner where
27
+ * there is at least one [Contact.subContacts] or [Contact.services] with one of the provided [formIds] in [SubContact.formId] or
28
+ * [Service.formIds], respectively.
29
+ *
30
+ * @param dataOwnerId a data owner id.
31
+ * @param formIds a set of form ids.
32
+ */
11
33
  byFormIdsForDataOwner(dataOwnerId: string, formIds: Array<string>): BaseFilterOptions<Contact>;
34
+ /**
35
+ *
36
+ * A version of [byFormIdsForDataOwner] for a data owner in a group.
37
+ */
12
38
  byFormIdsForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, formIds: Array<string>): BaseFilterOptions<Contact>;
39
+ /**
40
+ *
41
+ * Options for contact filtering which match all the contacts shared directly (i.e. ignoring hierarchies) with the current data owner where
42
+ * there is at least one [Contact.subContacts] or [Contact.services] with one of the provided [formIds] in [SubContact.formId] or
43
+ * [Service.formIds], respectively.
44
+ *
45
+ * @param formIds a set of form ids.
46
+ */
13
47
  byFormIdsForSelf(formIds: Array<string>): FilterOptions<Contact>;
48
+ /**
49
+ *
50
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner
51
+ * that are linked with one of the provided patients.
52
+ * This Options also allows to restrict the contacts based on [Contact.openingDate]:
53
+ * - if the [from] fuzzy date is not null, only the contacts where [Contact.openingDate] is greater than or equal to [from] will be returned.
54
+ * - if the [to] fuzzy date is not null, only the contacts where [Contact.openingDate] is less than or equal to [to] will be returned.
55
+ *
56
+ * When using these options the sdk will automatically extract the secret ids from the provided patients and use
57
+ * those for filtering.
58
+ * If you already have the secret ids of the patient you may instead use [byPatientSecretIdsOpeningDateForDataOwner].
59
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
60
+ * simply be ignored.
61
+ * Note that these may not be used in methods of apis from [CardinalBaseApis].
62
+ *
63
+ * These options are sortable. When sorting using these options the contacts will be sorted by [Contact.openingDate] in ascending or
64
+ * descending order according to the value of the [descending] parameter.
65
+ *
66
+ * @param dataOwnerId a data owner id
67
+ * @param patients a list of patients.
68
+ * @param from the minimum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
69
+ * @param to the maximum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
70
+ * @param descending whether to sort the result in descending or ascending order by [Contact.openingDate] (default: ascending).
71
+ */
14
72
  byPatientsOpeningDateForDataOwner(dataOwnerId: string, patients: Array<Patient>, options?: {
15
73
  from?: number | undefined;
16
74
  to?: number | undefined;
17
75
  descending?: boolean;
18
76
  }): SortableFilterOptions<Contact>;
77
+ /**
78
+ *
79
+ * A version of [byPatientsOpeningDateForDataOwner] for a data owner in a group.
80
+ */
19
81
  byPatientsOpeningDateForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, patients: Array<GroupScoped<Patient>>, options?: {
20
82
  from?: number | undefined;
21
83
  to?: number | undefined;
22
84
  descending?: boolean;
23
85
  }): SortableFilterOptions<Contact>;
86
+ /**
87
+ *
88
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner
89
+ * that are linked with one of the provided patients.
90
+ * This Options also allows to restrict the contacts based on [Contact.openingDate]:
91
+ * - if the [from] fuzzy date is not null, only the contacts where [Contact.openingDate] is greater than or equal to [from] will be returned.
92
+ * - if the [to] fuzzy date is not null, only the contacts where [Contact.openingDate] is less than or equal to [to] will be returned.
93
+ *
94
+ * When using these options the sdk will automatically extract the secret ids from the provided patients and use
95
+ * those for filtering.
96
+ * If you already have the secret ids of the patient you may instead use [byPatientSecretIdsOpeningDateForSelf].
97
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
98
+ * simply be ignored.
99
+ * Note that these may not be used in methods of apis from [CardinalBaseApis].
100
+ *
101
+ * These options are sortable. When sorting using these options the contacts will be sorted by [Contact.openingDate] in ascending or
102
+ * descending order according to the value of the [descending] parameter.
103
+ *
104
+ * @param patients a list of patients.
105
+ * @param from the minimum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
106
+ * @param to the maximum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
107
+ * @param descending whether to sort the result in descending or ascending order by [Contact.openingDate] (default: ascending).
108
+ */
24
109
  byPatientsOpeningDateForSelf(patients: Array<Patient>, options?: {
25
110
  from?: number | undefined;
26
111
  to?: number | undefined;
27
112
  descending?: boolean;
28
113
  }): SortableFilterOptions<Contact>;
114
+ /**
115
+ *
116
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner
117
+ * that are linked with one of the provided patients through one of the provided secret ids.
118
+ * This Options also allows to restrict the contacts based on [Contact.openingDate]:
119
+ * - if the [from] fuzzy date is not null, only the contacts where [Contact.openingDate] is greater than or equal to [from] will be returned.
120
+ * - if the [to] fuzzy date is not null, only the contacts where [Contact.openingDate] is less than or equal to [to] will be returned.
121
+ *
122
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
123
+ * simply be ignored.
124
+ *
125
+ * These options are sortable. When sorting using these options the contacts will be sorted by [Contact.openingDate] in ascending or
126
+ * descending order according to the value of the [descending] parameter.
127
+ *
128
+ * @param dataOwnerId the id of a data owner.
129
+ * @param secretIds a list of patient secret ids.
130
+ * @param from the minimum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
131
+ * @param to the maximum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
132
+ * @param descending whether to sort the result in descending or ascending order by [Contact.openingDate] (default: ascending).
133
+ */
29
134
  byPatientSecretIdsOpeningDateForDataOwner(dataOwnerId: string, secretIds: Array<string>, options?: {
30
135
  from?: number | undefined;
31
136
  to?: number | undefined;
32
137
  descending?: boolean;
33
138
  }): BaseSortableFilterOptions<Contact>;
139
+ /**
140
+ *
141
+ * In group version of [byPatientSecretIdsOpeningDateForDataOwner].
142
+ */
34
143
  byPatientSecretIdsOpeningDateForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, secretIds: Array<string>, options?: {
35
144
  from?: number | undefined;
36
145
  to?: number | undefined;
37
146
  descending?: boolean;
38
147
  }): BaseSortableFilterOptions<Contact>;
148
+ /**
149
+ *
150
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner
151
+ * that are linked with one of the provided patients through one of the provided secret ids.
152
+ * This Options also allows to restrict the contacts based on [Contact.openingDate]:
153
+ * - if the [from] fuzzy date is not null, only the contacts where [Contact.openingDate] is greater than or equal to [from] will be returned.
154
+ * - if the [to] fuzzy date is not null, only the contacts where [Contact.openingDate] is less than or equal to [to] will be returned.
155
+ *
156
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
157
+ * simply be ignored.
158
+ * Note that these may not be used in methods of apis from [CardinalBaseApis].
159
+ *
160
+ * These options are sortable. When sorting using these options the contacts will be sorted by [Contact.openingDate] in ascending or
161
+ * descending order according to the value of the [descending] parameter.
162
+ *
163
+ * @param secretIds a list of patient secret ids.
164
+ * @param from the minimum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
165
+ * @param to the maximum fuzzy date for [Contact.openingDate], in the YYYYMMDDHHMMSS format (default: no limit).
166
+ * @param descending whether to sort the result in descending or ascending order by [Contact.openingDate] (default: ascending).
167
+ */
39
168
  byPatientSecretIdsOpeningDateForSelf(secretIds: Array<string>, options?: {
40
169
  from?: number | undefined;
41
170
  to?: number | undefined;
42
171
  descending?: boolean;
43
172
  }): SortableFilterOptions<Contact>;
173
+ /**
174
+ *
175
+ * Options for contact filtering which match all the contacts shared directly (i.e. ignoring hierarchies) with the current data owner that
176
+ * have at least an identifier that has the same exact [Identifier.system] and [Identifier.value] as one of the provided
177
+ * [identifiers]. Other properties of the provided identifiers are ignored.
178
+ *
179
+ * These options are sortable. When sorting using these options the contacts will be in the same order as the input
180
+ * identifiers. In case an entity has multiple identifiers only the first matching identifier is considered for the
181
+ * sorting.
182
+ *
183
+ * @param identifiers a list of identifiers
184
+ */
44
185
  byIdentifiersForSelf(identifiers: Array<Identifier>): SortableFilterOptions<Contact>;
186
+ /**
187
+ *
188
+ * Options for contact filtering which match all the contacts shared directly (i.e. ignoring hierarchies) with a specific data owner
189
+ * that have at least an identifier that has the same exact [Identifier.system] and [Identifier.value] as one of the provided
190
+ * [identifiers]. Other properties of the provided identifiers are ignored.
191
+ *
192
+ * These options are sortable. When sorting using these options the contacts will be in the same order as the input
193
+ * identifiers. In case an entity has multiple identifiers only the first matching identifier is considered for the
194
+ * sorting.
195
+ * @param dataOwnerId a data owner id
196
+ * @param identifiers a list of identifiers
197
+ */
45
198
  byIdentifiersForDataOwner(dataOwnerId: string, identifiers: Array<Identifier>): BaseSortableFilterOptions<Contact>;
199
+ /**
200
+ *
201
+ * In group version of [byIdentifiersForDataOwner].
202
+ */
46
203
  byIdentifiersForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, identifiers: Array<Identifier>): BaseSortableFilterOptions<Contact>;
204
+ /**
205
+ *
206
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific
207
+ * data owner that have a certain code.
208
+ * If you specify only the [codeType] you will get all entities that have at least a code of that type.
209
+ *
210
+ * You can also limit the result to only contacts that are within a certain opening date timeframe, but in that case
211
+ * you must specify the [codeCode].
212
+ *
213
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [codeCode] then
214
+ * by [Contact.openingDate].
215
+ *
216
+ * @param dataOwnerId a data owner id
217
+ * @param codeType a code type
218
+ * @param codeCode a code for the provided code type, or null if you want the filter to accept any entity
219
+ * with a code of the provided type.
220
+ * @param startOfContactOpeningDate if provided the options will match only contacts with an opening date
221
+ * that is after this value (inclusive).
222
+ * @param endOfContactOpeningDate if provided the options will match only contacts with an opening date
223
+ * that is before this value (inclusive).
224
+ * @throws IllegalArgumentException if you provide a range for the opening date but no [codeCode].
225
+ */
47
226
  byCodeAndOpeningDateForDataOwner(dataOwnerId: string, codeType: string, options?: {
48
227
  codeCode?: string | undefined;
49
228
  startOfContactOpeningDate?: number | undefined;
50
229
  endOfContactOpeningDate?: number | undefined;
51
230
  }): BaseSortableFilterOptions<Contact>;
231
+ /**
232
+ *
233
+ * In group version of [byCodeAndOpeningDateForDataOwner].
234
+ */
52
235
  byCodeAndOpeningDateForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, codeType: string, options?: {
53
236
  codeCode?: string | undefined;
54
237
  startOfContactOpeningDate?: number | undefined;
55
238
  endOfContactOpeningDate?: number | undefined;
56
239
  }): BaseSortableFilterOptions<Contact>;
240
+ /**
241
+ *
242
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner that have a certain code.
243
+ * If you specify only the [codeType] you will get all entities that have at least a code of that type.
244
+ *
245
+ * You can also limit the result to only contacts that are within a certain opening date timeframe, but in that case
246
+ * you must specify the [codeCode].
247
+ *
248
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [codeCode] then
249
+ * by [Contact.openingDate].
250
+ *
251
+ * @param codeType a code type
252
+ * @param codeCode a code for the provided code type, or null if you want the filter to accept any entity
253
+ * with a code of the provided type.
254
+ * @param startOfContactOpeningDate if provided the options will match only contacts with an opening date
255
+ * that is after this value (inclusive).
256
+ * @param endOfContactOpeningDate if provided the options will match only contacts with an opening date
257
+ * that is before this value (inclusive).
258
+ * @throws IllegalArgumentException if you provide a range for the opening date but no [codeCode].
259
+ */
57
260
  byCodeAndOpeningDateForSelf(codeType: string, options?: {
58
261
  codeCode?: string | undefined;
59
262
  startOfContactOpeningDate?: number | undefined;
60
263
  endOfContactOpeningDate?: number | undefined;
61
264
  }): SortableFilterOptions<Contact>;
265
+ /**
266
+ *
267
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner that have a certain tag.
268
+ * If you specify only the [tagType] you will get all entities that have at least a tag of that type.
269
+ *
270
+ * You can also limit the result to only contacts that are within a certain opening date timeframe, but in that case
271
+ * you must specify the [tagCode].
272
+ *
273
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [tagCode] then
274
+ * by [Contact.openingDate].
275
+ *
276
+ * @param dataOwnerId a data owner id
277
+ * @param tagType a tag type
278
+ * @param tagCode a code for the provided tag type, or null if you want the filter to accept any entity
279
+ * with a tag of the provided type.
280
+ * @param startOfContactOpeningDate if provided the options will match only contacts with an opening date
281
+ * that is after this value (inclusive).
282
+ * @param endOfContactOpeningDate if provided the options will match only contacts with an opening date
283
+ * that is before this value (inclusive).
284
+ * @throws IllegalArgumentException if you provide a range for the opening date but no [tagCode].
285
+ */
62
286
  byTagAndOpeningDateForDataOwner(dataOwnerId: string, tagType: string, options?: {
63
287
  tagCode?: string | undefined;
64
288
  startOfContactOpeningDate?: number | undefined;
65
289
  endOfContactOpeningDate?: number | undefined;
66
290
  }): BaseSortableFilterOptions<Contact>;
291
+ /**
292
+ *
293
+ * In group version of [byTagAndOpeningDateForDataOwner].
294
+ */
67
295
  byTagAndOpeningDateForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, tagType: string, options?: {
68
296
  tagCode?: string | undefined;
69
297
  startOfContactOpeningDate?: number | undefined;
70
298
  endOfContactOpeningDate?: number | undefined;
71
299
  }): BaseSortableFilterOptions<Contact>;
300
+ /**
301
+ *
302
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner.
303
+ * You can also limit the timeframe of the contacts:
304
+ * - If the [startDate] fuzzy date is specified, only the contacts where [Contact.openingDate] is greater than or equal to [startDate] will be returned.
305
+ * - If the [endDate] fuzzy date is specified, only the contacts where [Contact.openingDate] is less than or equal to [startDate] will be returned.
306
+ *
307
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [Contact.openingDate].
308
+ *
309
+ * @param dataOwnerId a data owner id.
310
+ * with a tag of the provided type.
311
+ * @param startDate a fuzzy date. If provided the options will match only contacts with an opening date
312
+ * that is after this value (inclusive).
313
+ * @param endDate a fuzzy date. If provided the options will match only contacts with an opening date
314
+ * that is before this value (inclusive).
315
+ * @param descending whether to return in descending or ascending order by [Contact.openingDate]. (default: ascending).
316
+ */
72
317
  byOpeningDateForDataOwner(dataOwnerId: string, options?: {
73
318
  startDate?: number | undefined;
74
319
  endDate?: number | undefined;
75
320
  descending?: boolean;
76
321
  }): BaseSortableFilterOptions<Contact>;
322
+ /**
323
+ *
324
+ * In group version of [byOpeningDateForDataOwner].
325
+ */
77
326
  byOpeningDateForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, options?: {
78
327
  startDate?: number | undefined;
79
328
  endDate?: number | undefined;
80
329
  descending?: boolean;
81
330
  }): BaseSortableFilterOptions<Contact>;
331
+ /**
332
+ *
333
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner.
334
+ * You can also limit the timeframe of the contacts:
335
+ * - If the [startDate] fuzzy date is specified, only the contacts where [Contact.openingDate] is greater than or equal to [startDate] will be returned.
336
+ * - If the [endDate] fuzzy date is specified, only the contacts where [Contact.openingDate] is less than or equal to [startDate] will be returned.
337
+ *
338
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [Contact.openingDate].
339
+ *
340
+ * with a tag of the provided type.
341
+ * @param startDate a fuzzy date. If provided the options will match only contacts with an opening date
342
+ * that is after this value (inclusive).
343
+ * @param endDate a fuzzy date. If provided the options will match only contacts with an opening date
344
+ * that is before this value (inclusive).
345
+ * @param descending whether to return in descending or ascending order by [Contact.openingDate]. (default: ascending).
346
+ */
82
347
  byOpeningDateForSelf(options?: {
83
348
  startDate?: number | undefined;
84
349
  endDate?: number | undefined;
85
350
  descending?: boolean;
86
351
  }): SortableFilterOptions<Contact>;
352
+ /**
353
+ *
354
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner
355
+ * where in [Contact.services] there is at least one service that in his tags has a code stub with the specified type and the specified
356
+ * code (if provided).
357
+ *
358
+ * @param tagType a tag type
359
+ * @param tagCode a code for the provided tag type, or null if you want the filter to accept any entity
360
+ * with a tag of the provided type.
361
+ */
87
362
  byServiceTagForSelf(tagType: string, options?: {
88
363
  tagCode?: string | undefined;
89
364
  }): FilterOptions<Contact>;
365
+ /**
366
+ *
367
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner
368
+ * where in [Contact.services] there is at least one service that in his tags has a code stub with the specified type and the specified
369
+ * code (if provided).
370
+ *
371
+ * @param tagType a tag type
372
+ * @param tagCode a code for the provided tag type, or null if you want the filter to accept any entity
373
+ * with a tag of the provided type.
374
+ */
90
375
  byServiceTagForDataOwner(dataOwnerId: string, tagType: string, options?: {
91
376
  tagCode?: string | undefined;
92
377
  }): BaseFilterOptions<Contact>;
378
+ /**
379
+ *
380
+ * In group version of [byServiceTagForDataOwner].
381
+ */
93
382
  byServiceTagForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, tagType: string, options?: {
94
383
  tagCode?: string | undefined;
95
384
  }): BaseFilterOptions<Contact>;
385
+ /**
386
+ *
387
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner
388
+ * where in [Contact.services] there is at least one service that in his codes has a code stub with the specified type and the specified
389
+ * code (if provided).
390
+ *
391
+ * @param codeType a code type
392
+ * @param codeCode a code for the provided code type, or null if you want the filter to accept any entity
393
+ * with a code of the provided type.
394
+ */
96
395
  byServiceCodeForSelf(codeType: string, options?: {
97
396
  codeCode?: string | undefined;
98
397
  }): FilterOptions<Contact>;
398
+ /**
399
+ *
400
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner
401
+ * where in [Contact.services] there is at least one service that in his codes has a code stub with the specified type and the specified
402
+ * code (if provided).
403
+ *
404
+ * @param codeType a code type
405
+ * @param codeCode a code for the provided code type, or null if you want the filter to accept any entity
406
+ * with a code of the provided type.
407
+ */
99
408
  byServiceCodeForDataOwner(dataOwnerId: string, codeType: string, options?: {
100
409
  codeCode?: string | undefined;
101
410
  }): BaseFilterOptions<Contact>;
411
+ /**
412
+ *
413
+ * In group version of [byServiceCodeForDataOwner].
414
+ */
102
415
  byServiceCodeForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, codeType: string, options?: {
103
416
  codeCode?: string | undefined;
104
417
  }): BaseFilterOptions<Contact>;
418
+ /**
419
+ *
420
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner that have a certain tag.
421
+ * If you specify only the [tagType] you will get all entities that have at least a tag of that type.
422
+ *
423
+ * You can also limit the result to only contacts that are within a certain opening date timeframe, but in that case
424
+ * you must specify the [tagCode].
425
+ *
426
+ * These options are sortable. When sorting using these options the contacts will be sorted first by [tagCode] then
427
+ * by [Contact.openingDate].
428
+ *
429
+ * @param tagType a tag type
430
+ * @param tagCode a code for the provided tag type, or null if you want the filter to accept any entity
431
+ * with a tag of the provided type.
432
+ * @param startOfContactOpeningDate if provided the options will match only contacts with an opening date
433
+ * that is after this value (inclusive).
434
+ * @param endOfContactOpeningDate if provided the options will match only contacts with an opening date
435
+ * that is before this value (inclusive).
436
+ * @throws IllegalArgumentException if you provide a range for the opening date but no [tagCode].
437
+ */
105
438
  byTagAndOpeningDateForSelf(tagType: string, options?: {
106
439
  tagCode?: string | undefined;
107
440
  startOfContactOpeningDate?: number | undefined;
108
441
  endOfContactOpeningDate?: number | undefined;
109
442
  }): SortableFilterOptions<Contact>;
443
+ /**
444
+ *
445
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner that are linked with one
446
+ * of the provided patients.
447
+ *
448
+ * When using these options the sdk will automatically extract the secret ids from the provided patients and use
449
+ * those for filtering.
450
+ * If you already have the secret ids of the patient you may instead use [byPatientsSecretIdsForDataOwner].
451
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
452
+ * simply be ignored.
453
+ * Note that these may not be used in methods of apis from [CardinalBaseApis].
454
+ *
455
+ * These options are sortable. When sorting using these options the contacts will be sorted by the patients, using
456
+ * the same order as the input patients.
457
+ *
458
+ * @param dataOwnerId a data owner id
459
+ * @param patients a list of patients.
460
+ */
110
461
  byPatientsForDataOwner(dataOwnerId: string, patients: Array<Patient>): SortableFilterOptions<Contact>;
462
+ /**
463
+ *
464
+ * In group version of [byPatientsForDataOwner].
465
+ */
111
466
  byPatientsForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, patients: Array<GroupScoped<Patient>>): SortableFilterOptions<Contact>;
467
+ /**
468
+ *
469
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner that are linked with one
470
+ * of the provided patients.
471
+ *
472
+ * When using these options the sdk will automatically extract the secret ids from the provided patients and use
473
+ * those for filtering.
474
+ * If you already have the secret ids of the patient you may instead use [byPatientsSecretIdsForSelf].
475
+ * If the current data owner does not have access to any secret id of one of the provide patients the patient will
476
+ * simply be ignored.
477
+ * Note that these may not be used in methods of apis from [CardinalBaseApis].
478
+ *
479
+ * These options are sortable. When sorting using these options the contacts will be sorted by the patients, using
480
+ * the same order as the input patients.
481
+ *
482
+ * @param patients a list of patients.
483
+ */
112
484
  byPatientsForSelf(patients: Array<Patient>): SortableFilterOptions<Contact>;
485
+ /**
486
+ *
487
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with a specific data owner that are linked with a
488
+ * patient through one of the provided secret ids.
489
+ * These options are sortable. When sorting using these options the contacts will be sorted by the linked patients
490
+ * secret id, using the same order as the input.
491
+ *
492
+ * @param dataOwnerId a data owner id
493
+ * @param secretIds a list of patients secret ids
494
+ */
113
495
  byPatientsSecretIdsForDataOwner(dataOwnerId: string, secretIds: Array<string>): BaseSortableFilterOptions<Contact>;
496
+ /**
497
+ *
498
+ * In group version of [byPatientsSecretIdsForDataOwner].
499
+ */
114
500
  byPatientsSecretIdsForDataOwnerInGroup(dataOwner: EntityReferenceInGroup, secretIds: Array<string>): BaseSortableFilterOptions<Contact>;
501
+ /**
502
+ *
503
+ * Options for contact filtering which match all contacts shared directly (i.e. ignoring hierarchies) with the current data owner that are linked with a
504
+ * patient through one of the provided secret ids.
505
+ * These options are sortable. When sorting using these options the contacts will be sorted by the linked patients
506
+ * secret id, using the same order as the input.
507
+ *
508
+ * @param secretIds a list of patients secret ids
509
+ */
115
510
  byPatientsSecretIdsForSelf(secretIds: Array<string>): SortableFilterOptions<Contact>;
511
+ /**
512
+ *
513
+ * Options for contact filtering which match all contacts that have at least a service with an id in [serviceIds].
514
+ * These options are sortable. When sorting using these options the contacts will be sorted in the same order as the
515
+ * input service ids. If a contact has multiple services only the first matching service is considered.
516
+ *
517
+ * @param serviceIds a list of service ids
518
+ */
116
519
  byServiceIds(serviceIds: Array<string>): BaseSortableFilterOptions<Contact>;
117
520
  }
118
521
  export declare const ContactFilters: ContactFiltersFactory;
@@ -2,9 +2,28 @@ import { BaseFilterOptions, BaseSortableFilterOptions } from '../cardinal-sdk-ts
2
2
  import { Device } from '../model/Device.mjs';
3
3
  import { EntityReferenceInGroup } from '../model/EntityReferenceInGroup.mjs';
4
4
  interface DeviceFiltersFactory {
5
+ /**
6
+ *
7
+ * Filter options to match all devices.
8
+ * These options are not sortable.
9
+ */
5
10
  all(): BaseFilterOptions<Device>;
11
+ /**
12
+ *
13
+ * Filter options to match all devices where the [Device.responsible] is the provided [responsibleId]
14
+ *
15
+ * @param responsibleId the id of the responsible
16
+ */
6
17
  byResponsible(responsibleId: string): BaseFilterOptions<Device>;
7
18
  byResponsibleInGroup(responsible: EntityReferenceInGroup): BaseFilterOptions<Device>;
19
+ /**
20
+ *
21
+ * Filter options that match all devices with one of the provided ids.
22
+ * These options are sortable. When sorting using these options the devices will have the same order as the input ids.
23
+ *
24
+ * @param ids a list of unique device ids.
25
+ * @throws IllegalArgumentException if the provided [ids] list contains duplicate elements
26
+ */
8
27
  byIds(ids: Array<string>): BaseSortableFilterOptions<Device>;
9
28
  }
10
29
  export declare const DeviceFilters: DeviceFiltersFactory;