@icure/api 6.4.0 → 7.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +11 -0
- package/.eslintrc.js +31 -0
- package/.github/release.yml +29 -0
- package/.github/workflows/build.yml +45 -0
- package/.github/workflows/publish.yml +77 -0
- package/.gitmodules +3 -0
- package/.pre-commit-config.yaml +22 -0
- package/.prettierrc +5 -0
- package/.secrets.baseline +178 -0
- package/CHANGELOG.md +112 -0
- package/Dockerfile +25 -0
- package/InstantiateIccXApiWithAuthProvider.md +72 -0
- package/LICENSE +7 -0
- package/README.md +75 -0
- package/apidocs/.swagger-codegen-ignore +23 -0
- package/ci/cloudbuild.yaml +16 -0
- package/coverage/base.css +224 -0
- package/coverage/block-navigation.js +87 -0
- package/coverage/favicon.png +0 -0
- package/coverage/icure-typescript-sdk/.eslintrc.js.html +178 -0
- package/coverage/icure-typescript-sdk/coverage/block-navigation.js.html +346 -0
- package/coverage/icure-typescript-sdk/coverage/index.html +146 -0
- package/coverage/icure-typescript-sdk/coverage/lcov-report/block-navigation.js.html +346 -0
- package/coverage/icure-typescript-sdk/coverage/lcov-report/index.html +146 -0
- package/coverage/icure-typescript-sdk/coverage/lcov-report/prettify.js.html +91 -0
- package/coverage/icure-typescript-sdk/coverage/lcov-report/sorter.js.html +673 -0
- package/coverage/icure-typescript-sdk/coverage/prettify.js.html +91 -0
- package/coverage/icure-typescript-sdk/coverage/sorter.js.html +673 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccAccesslogApi.ts.html +703 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccAgendaApi.ts.html +538 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccAnonymousAccessApi.ts.html +463 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccApplicationsettingsApi.ts.html +352 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccArticleApi.ts.html +445 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccAuthApi.ts.html +625 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBeefactApi.ts.html +283 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBekmehrApi.ts.html +2812 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBemikronoApi.ts.html +658 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBeresultexportApi.ts.html +487 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBeresultimportApi.ts.html +475 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccBesamv2Api.ts.html +2410 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccCalendarItemApi.ts.html +874 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccCalendarItemTypeApi.ts.html +487 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccClassificationApi.ts.html +625 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccClassificationTemplateApi.ts.html +649 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccCodeApi.ts.html +1354 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccContactApi.ts.html +1927 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccDeviceApi.ts.html +1159 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccDoctemplateApi.ts.html +856 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccDocumentApi.ts.html +1417 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccDocumentTemplateApi.ts.html +865 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccEntityrefApi.ts.html +304 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccEntitytemplateApi.ts.html +832 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccFormApi.ts.html +1507 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccFrontendmigrationApi.ts.html +490 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccGroupApi.ts.html +1216 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccHcpartyApi.ts.html +1546 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccHelementApi.ts.html +937 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccIcureApi.ts.html +994 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccInsuranceApi.ts.html +547 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccInvoiceApi.ts.html +2110 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccKeywordApi.ts.html +490 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccMaintenanceTaskApi.ts.html +484 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccMedexApi.ts.html +259 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccMedicallocationApi.ts.html +445 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccMessageApi.ts.html +1468 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccPatientApi.ts.html +2551 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccPermissionApi.ts.html +262 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccPlaceApi.ts.html +445 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccPubsubApi.ts.html +403 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccReceiptApi.ts.html +589 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccReplicationApi.ts.html +403 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccTarificationApi.ts.html +793 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccTimeTableApi.ts.html +523 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccTmpApi.ts.html +3979 -0
- package/coverage/icure-typescript-sdk/icc-api/api/IccUserApi.ts.html +1660 -0
- package/coverage/icure-typescript-sdk/icc-api/api/XHR.ts.html +523 -0
- package/coverage/icure-typescript-sdk/icc-api/api/index.html +821 -0
- package/coverage/icure-typescript-sdk/icc-api/iccApi.ts.html +220 -0
- package/coverage/icure-typescript-sdk/icc-api/index.html +131 -0
- package/coverage/icure-typescript-sdk/icc-api/index.ts.html +220 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterCode.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterContact.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterDevice.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterHealthElement.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterHealthcareParty.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterInvoice.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterMaintenanceTask.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterPatient.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterService.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AbstractFilterUser.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AccessLog.ts.html +409 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AddedDocument.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Address.ts.html +382 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AdministrationQuantity.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Agenda.ts.html +268 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AgreementAppendix.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Amp.ts.html +256 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AmpComponent.ts.html +238 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Ampp.ts.html +310 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AmppComponent.ts.html +193 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Annotation.ts.html +211 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ApplicationSettings.ts.html +259 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Appointment.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AppointmentImport.ts.html +202 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AppointmentTypeAndPlace.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Article.ts.html +331 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Atc.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Attachment.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AuthenticationResponse.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/AuthenticationToken.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Basic.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Body.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Body1.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Body2.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Body3.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ByteArray.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CalendarItem.ts.html +394 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CalendarItemTag.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CalendarItemType.ts.html +181 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CareTeamMember.ts.html +199 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CareTeamMembership.ts.html +202 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CheckSMFPatientResult.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Classification.ts.html +328 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ClassificationTemplate.ts.html +325 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Code.ts.html +691 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CodeStub.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CodeType.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/CommentedClassification.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Commercialization.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Company.ts.html +190 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Contact.ts.html +472 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Content.ts.html +220 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Copayment.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Data.ts.html +136 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DataAttachment.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DataOwnerRegistrationSuccess.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DatabaseInfo.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DatabaseInitialisation.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DatabaseSynchronization.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Delegation.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DeletedAttachment.ts.html +199 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Device.ts.html +364 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DeviceType.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DiaryNoteExportInfo.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Dmpp.ts.html +220 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DocIdentifier.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Document.ts.html +907 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DocumentGroup.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/DocumentTemplate.ts.html +571 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Duration.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EIDItem.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Editor.ts.html +196 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EfactInvoice.ts.html +214 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EmailOrSmsMessage.ts.html +202 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EmailTemplate.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Employer.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EmploymentInfo.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EntityReference.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/EntityTemplate.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Episode.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainCode.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainContact.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainDevice.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainHealthElement.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainHealthcareParty.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainInvoice.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainMaintenanceTask.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainPatient.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainService.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FilterChainUser.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FinancialInstitutionInformation.ts.html +181 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FlatRateTarification.ts.html +193 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FlowItem.ts.html +238 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Form.ts.html +433 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormColumn.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormDataOption.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormLayout.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormLayoutData.ts.html +217 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormPlanning.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormSection.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormTemplate.ts.html +223 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FormTemplateLayout.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Formula.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/FrontEndMigration.ts.html +226 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Group.ts.html +277 -0
- package/coverage/icure-typescript-sdk/icc-api/model/GroupDatabasesInfo.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/GuiCode.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/GuiCodeType.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/HealthElement.ts.html +562 -0
- package/coverage/icure-typescript-sdk/icc-api/model/HealthcareParty.ts.html +757 -0
- package/coverage/icure-typescript-sdk/icc-api/model/HealthcarePartyHistoryStatus.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IcureStub.ts.html +307 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IdWithRev.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Identifier.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IdentityDocumentReader.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ImportMapping.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ImportResult.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IncapacityExportInfo.ts.html +241 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IndexedIdentifier.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/IndexingInfo.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Ingredient.ts.html +193 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Insurability.ts.html +268 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Insurance.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Invoice.ts.html +700 -0
- package/coverage/icure-typescript-sdk/icc-api/model/InvoiceItem.ts.html +376 -0
- package/coverage/icure-typescript-sdk/icc-api/model/InvoiceSender.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/InvoicesBatch.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-api/model/InvoicingCode.ts.html +343 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Keyword.ts.html +268 -0
- package/coverage/icure-typescript-sdk/icc-api/model/KeywordSubword.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/LabelledOccurence.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/LetterValue.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ListOfIds.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ListOfProperties.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/LoginCredentials.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MaintenanceTask.ts.html +382 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MapOfIds.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Measure.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MedexInfo.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MedicalHouseContract.ts.html +328 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MedicalLocation.ts.html +196 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Medication.ts.html +295 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MedicationSchemeExportInfo.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Medicinalproduct.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Message.ts.html +520 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MessageReadStatus.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MessageWithBatch.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MessagesReadStatusUpdate.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MikronoAppointmentTypeRest.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MikronoCredentials.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/MimeAttachment.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ModelHelper.ts.html +343 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Nmp.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/NoGenericPrescriptionReason.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/NoSwitchReason.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/NumeratorRange.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PackagingType.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedDocumentKeyIdPairObject.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListAccessLog.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListAmp.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListClassification.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListClassificationTemplate.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListCode.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListContact.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListDevice.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListDocument.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListEntityTemplate.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListForm.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListGroup.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListHealthElement.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListHealthcareParty.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListInvoice.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListMaintenanceTask.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListMessage.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListNmp.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListPatient.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListService.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListString.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListTarification.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListUser.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListVmp.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PaginatedListVmpGroup.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Paragraph.ts.html +208 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ParagraphAgreement.ts.html +208 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Partnership.ts.html +439 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Patient.ts.html +1183 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PatientByHcPartyGenderEducationProfession.ts.html +190 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PatientHealthCareParty.ts.html +277 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PatientRegistrationSuccess.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Payment.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Periodicity.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Permission.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PermissionCriterion.ts.html +223 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PermissionItem.ts.html +241 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PersonName.ts.html +283 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PharmaceuticalForm.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PharmaceuticalFormStub.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Place.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PlanOfAction.ts.html +427 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Predicate.ts.html +136 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Pricing.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PropertyStub.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PropertyTypeStub.ts.html +181 -0
- package/coverage/icure-typescript-sdk/icc-api/model/PublicKey.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Quantity.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Receipt.ts.html +334 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReferralPeriod.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RefreshTokenExpiredError.ts.html +100 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RegimenItem.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RegistrationInformation.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RegistrationSuccess.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Reimbursement.ts.html +256 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReimbursementCriterion.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Remote.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RemoteAuthentication.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Renewal.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReplicateCommand.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Replication.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReplicationInfo.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReplicationStats.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReplicatorDocument.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ReplicatorResponse.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ResultInfo.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RevisionInfo.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Right.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/RouteOfAdministration.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SamText.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SamVersion.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SchoolingInfo.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Section.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Service.ts.html +550 -0
- package/coverage/icure-typescript-sdk/icc-api/model/ServiceLink.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SoftwareMedicalFileExport.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/StandardSubstance.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/StrengthRange.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/StructureElement.ts.html +136 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SubContact.ts.html +352 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Substance.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SubstanceStub.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Substanceproduct.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Suggest.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SumehrContent.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SumehrExportInfo.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SumehrValidity.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-api/model/SupplyProblem.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Suspension.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Tag.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Tarification.ts.html +724 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Telecom.ts.html +277 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TimeSeries.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TimeTable.ts.html +337 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TimeTableHour.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TimeTableItem.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TokenWithGroup.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/TypedValueObject.ts.html +205 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Unit.ts.html +136 -0
- package/coverage/icure-typescript-sdk/icc-api/model/User.ts.html +610 -0
- package/coverage/icure-typescript-sdk/icc-api/model/UserAndHealthcareParty.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-api/model/UserGroup.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Valorisation.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Verse.ts.html +280 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VirtualForm.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VirtualIngredient.ts.html +184 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Vmp.ts.html +205 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VmpComponent.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VmpGroup.ts.html +187 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VmpGroupStub.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/VmpStub.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Vtm.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Wada.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-api/model/WebSession.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTime.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTimeUnits.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/Weekday.ts.html +148 -0
- package/coverage/icure-typescript-sdk/icc-api/model/index.html +4226 -0
- package/coverage/icure-typescript-sdk/icc-api/model/models.ts.html +928 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/AuthenticationProvider.ts.html +268 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/BasicAuthService.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/EnsembleAuthService.ts.html +250 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/JwtAuthService.ts.html +349 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/NoAuthService.ts.html +139 -0
- package/coverage/icure-typescript-sdk/icc-x-api/auth/index.html +176 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/AES.ts.html +652 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/BaseExchangeKeysManager.ts.html +1375 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/ConfidentialEntities.ts.html +298 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/CryptoPrimitives.ts.html +280 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/EntitiesEncryption.ts.html +2548 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/ExchangeKeysManager.ts.html +643 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/KeyManager.ts.html +1258 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/KeyRecovery.ts.html +868 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/LegacyCryptoStrategies.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/RSA.ts.html +625 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/ShamirKeysManager.ts.html +595 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/TransferKeysManager.ts.html +493 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/index.html +311 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/shamir.ts.html +1063 -0
- package/coverage/icure-typescript-sdk/icc-x-api/crypto/utils.ts.html +280 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/AllCodesFilter.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/AllDevicesFilter.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/AllHealthcarePartiesFilter.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/AllUsersFilter.ts.html +154 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeByIdsFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ComplementFilter.ts.html +124 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ConstantFilter.ts.html +112 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts.html +181 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts.html +175 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ContactByServiceIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/DeviceByHcPartyFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/DeviceByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthElementByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByNameFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/IntersectionFilter.ts.html +118 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts.html +142 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/PatientByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts.html +169 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts.html +163 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts.html +178 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/ServiceBySecretForeignKeys.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/UnionFilter.ts.html +115 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/UserByIdsFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/UserByNameEmailPhoneFilter.ts.html +157 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/UsersByPatientIdFilter.ts.html +160 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/filters.ts.html +1117 -0
- package/coverage/icure-typescript-sdk/icc-x-api/filters/index.html +896 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-accesslog-x-api.ts.html +856 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-bekmehr-x-api.ts.html +1039 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-calendar-item-x-api.ts.html +712 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-classification-x-api.ts.html +346 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-code-x-api.ts.html +484 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-contact-x-api.ts.html +2863 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-crypto-x-api.ts.html +2935 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-data-owner-x-api.ts.html +793 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-doctemplate-x-api.ts.html +397 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-document-x-api.ts.html +2446 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-form-x-api.ts.html +400 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-hcparty-x-api.ts.html +535 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-helement-x-api.ts.html +1111 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-icure-maintenance-x-api.ts.html +463 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-invoice-x-api.ts.html +559 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-maintenance-task-x-api.ts.html +511 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-message-x-api.ts.html +328 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-patient-x-api.ts.html +3460 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-receipt-x-api.ts.html +367 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-time-table-x-api.ts.html +280 -0
- package/coverage/icure-typescript-sdk/icc-x-api/icc-user-x-api.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-x-api/index.html +431 -0
- package/coverage/icure-typescript-sdk/icc-x-api/index.ts.html +1072 -0
- package/coverage/icure-typescript-sdk/icc-x-api/maintenance/KeyPairUpdateRequest.ts.html +265 -0
- package/coverage/icure-typescript-sdk/icc-x-api/maintenance/index.html +116 -0
- package/coverage/icure-typescript-sdk/icc-x-api/rsrc/codelng.ts.html +109 -0
- package/coverage/icure-typescript-sdk/icc-x-api/rsrc/contact.i18n.ts.html +415 -0
- package/coverage/icure-typescript-sdk/icc-x-api/rsrc/icd10.ts.html +424 -0
- package/coverage/icure-typescript-sdk/icc-x-api/rsrc/icpc2.ts.html +151 -0
- package/coverage/icure-typescript-sdk/icc-x-api/rsrc/index.html +161 -0
- package/coverage/icure-typescript-sdk/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts.html +145 -0
- package/coverage/icure-typescript-sdk/icc-x-api/storage/IcureStorageFacade.ts.html +364 -0
- package/coverage/icure-typescript-sdk/icc-x-api/storage/KeyStorageImpl.ts.html +193 -0
- package/coverage/icure-typescript-sdk/icc-x-api/storage/LocalStorageImpl.ts.html +166 -0
- package/coverage/icure-typescript-sdk/icc-x-api/storage/index.html +161 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/asn1-packer.ts.html +346 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/asn1-parser.ts.html +538 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/binary-utils.ts.html +574 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/code-util.ts.html +202 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/collection-utils.ts.html +139 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/crypto-utils.ts.html +838 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/formatting-util.ts.html +745 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/functional-util.ts.html +133 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/graph-utils.ts.html +739 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/hcp-util.ts.html +451 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/index.html +341 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/index.ts.html +106 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/insurability-util.ts.html +247 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/lru-temporised-async-cache.ts.html +484 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/net-utils.ts.html +814 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/person-util.ts.html +172 -0
- package/coverage/icure-typescript-sdk/icc-x-api/utils/uuid-encoder.ts.html +466 -0
- package/coverage/icure-typescript-sdk/index.html +146 -0
- package/coverage/icure-typescript-sdk/index.ts.html +109 -0
- package/coverage/icure-typescript-sdk/node-compat.ts.html +118 -0
- package/coverage/icure-typescript-sdk/test/cleanup.ts.html +163 -0
- package/coverage/icure-typescript-sdk/test/icc-api/api/IccDocumentApi.ts.html +508 -0
- package/coverage/icure-typescript-sdk/test/icc-api/api/IccUserApi.ts.html +148 -0
- package/coverage/icure-typescript-sdk/test/icc-api/api/index.html +131 -0
- package/coverage/icure-typescript-sdk/test/icc-api/e2e/IccCalendarItemApi.ts.html +196 -0
- package/coverage/icure-typescript-sdk/test/icc-api/e2e/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/icc-api/model/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/icc-api/model/modelHelpersTest.ts.html +247 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/auth/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/auth/jwt-concurrency-test.ts.html +484 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/concurrency.ts.html +184 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/crypto-utils.ts.html +355 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/cryptoTest.ts.html +1138 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts.html +589 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/exchange-keys-manager-test.ts.html +196 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/full-crypto-test.ts.html +1864 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/index.html +221 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/shamir.ts.html +616 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts.html +391 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/entity-with-attachments-api-test.ts.html +466 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/filters/filters.ts.html +259 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/filters/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-accesslog-x-api.ts.html +181 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-auth-api.ts.html +217 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-contact-x-api.ts.html +628 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-helement-x-api-test.ts.html +511 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-maintenance-task-x-api-test.ts.html +868 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-patient-x-api-test.ts.html +250 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-time-table-x-api.ts.html +319 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/icc-user-x-api-test.ts.html +148 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/index.html +251 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/patient-user.ts.html +592 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/storage/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/storage/storage.ts.html +208 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/utils/graph-test.ts.html +244 -0
- package/coverage/icure-typescript-sdk/test/icc-x-api/utils/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/index.html +116 -0
- package/coverage/icure-typescript-sdk/test/utils/TestApi.ts.html +169 -0
- package/coverage/icure-typescript-sdk/test/utils/TestCryptoStrategies.ts.html +256 -0
- package/coverage/icure-typescript-sdk/test/utils/TestStorage.ts.html +289 -0
- package/coverage/icure-typescript-sdk/test/utils/index.html +176 -0
- package/coverage/icure-typescript-sdk/test/utils/test-utils-decorators.ts.html +1318 -0
- package/coverage/icure-typescript-sdk/test/utils/test_utils.ts.html +910 -0
- package/coverage/index.html +476 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +87 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/icure-typescript-sdk/.eslintrc.js.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/block-navigation.js.html +346 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/index.html +146 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/block-navigation.js.html +346 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/index.html +146 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/prettify.js.html +91 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/lcov-report/sorter.js.html +673 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/prettify.js.html +91 -0
- package/coverage/lcov-report/icure-typescript-sdk/coverage/sorter.js.html +673 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAccesslogApi.ts.html +703 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAgendaApi.ts.html +538 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAnonymousAccessApi.ts.html +463 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccApplicationsettingsApi.ts.html +352 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccArticleApi.ts.html +445 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccAuthApi.ts.html +625 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeefactApi.ts.html +283 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBekmehrApi.ts.html +2812 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBemikronoApi.ts.html +658 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeresultexportApi.ts.html +487 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBeresultimportApi.ts.html +475 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccBesamv2Api.ts.html +2410 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCalendarItemApi.ts.html +874 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCalendarItemTypeApi.ts.html +487 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccClassificationApi.ts.html +625 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccClassificationTemplateApi.ts.html +649 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccCodeApi.ts.html +1354 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccContactApi.ts.html +1927 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDeviceApi.ts.html +1159 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDoctemplateApi.ts.html +856 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDocumentApi.ts.html +1417 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccDocumentTemplateApi.ts.html +865 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccEntityrefApi.ts.html +304 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccEntitytemplateApi.ts.html +832 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccFormApi.ts.html +1507 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccFrontendmigrationApi.ts.html +490 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccGroupApi.ts.html +1216 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccHcpartyApi.ts.html +1546 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccHelementApi.ts.html +937 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccIcureApi.ts.html +994 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccInsuranceApi.ts.html +547 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccInvoiceApi.ts.html +2110 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccKeywordApi.ts.html +490 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMaintenanceTaskApi.ts.html +484 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMedexApi.ts.html +259 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMedicallocationApi.ts.html +445 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccMessageApi.ts.html +1468 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPatientApi.ts.html +2551 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPermissionApi.ts.html +262 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPlaceApi.ts.html +445 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccPubsubApi.ts.html +403 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccReceiptApi.ts.html +589 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccReplicationApi.ts.html +403 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTarificationApi.ts.html +793 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTimeTableApi.ts.html +523 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccTmpApi.ts.html +3979 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/IccUserApi.ts.html +1660 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/XHR.ts.html +523 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/api/index.html +821 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/iccApi.ts.html +220 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/index.html +131 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/index.ts.html +220 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterCode.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterContact.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterDevice.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterHealthElement.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterHealthcareParty.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterInvoice.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterMaintenanceTask.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterPatient.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterService.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AbstractFilterUser.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AccessLog.ts.html +409 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AddedDocument.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Address.ts.html +382 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AdministrationQuantity.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Agenda.ts.html +268 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AgreementAppendix.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Amp.ts.html +256 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AmpComponent.ts.html +238 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Ampp.ts.html +310 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AmppComponent.ts.html +193 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Annotation.ts.html +211 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ApplicationSettings.ts.html +259 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Appointment.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AppointmentImport.ts.html +202 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AppointmentTypeAndPlace.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Article.ts.html +331 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Atc.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Attachment.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AuthenticationResponse.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/AuthenticationToken.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Basic.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body1.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body2.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Body3.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ByteArray.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItem.ts.html +394 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItemTag.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CalendarItemType.ts.html +181 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CareTeamMember.ts.html +199 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CareTeamMembership.ts.html +202 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CheckSMFPatientResult.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Classification.ts.html +328 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ClassificationTemplate.ts.html +325 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Code.ts.html +691 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CodeStub.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CodeType.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/CommentedClassification.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Commercialization.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Company.ts.html +190 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Contact.ts.html +472 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Content.ts.html +220 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Copayment.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Data.ts.html +136 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DataAttachment.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DataOwnerRegistrationSuccess.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseInfo.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseInitialisation.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DatabaseSynchronization.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Delegation.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DeletedAttachment.ts.html +199 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Device.ts.html +364 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DeviceType.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DiaryNoteExportInfo.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Dmpp.ts.html +220 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocIdentifier.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Document.ts.html +907 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocumentGroup.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/DocumentTemplate.ts.html +571 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Duration.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EIDItem.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Editor.ts.html +196 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EfactInvoice.ts.html +214 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmailOrSmsMessage.ts.html +202 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmailTemplate.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Employer.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EmploymentInfo.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EntityReference.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/EntityTemplate.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Episode.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainCode.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainContact.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainDevice.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainHealthElement.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainHealthcareParty.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainInvoice.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainMaintenanceTask.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainPatient.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainService.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FilterChainUser.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FinancialInstitutionInformation.ts.html +181 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FlatRateTarification.ts.html +193 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FlowItem.ts.html +238 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Form.ts.html +433 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormColumn.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormDataOption.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormLayout.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormLayoutData.ts.html +217 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormPlanning.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormSection.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormTemplate.ts.html +223 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FormTemplateLayout.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Formula.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/FrontEndMigration.ts.html +226 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Group.ts.html +277 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GroupDatabasesInfo.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GuiCode.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/GuiCodeType.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthElement.ts.html +562 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthcareParty.ts.html +757 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/HealthcarePartyHistoryStatus.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IcureStub.ts.html +307 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IdWithRev.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Identifier.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IdentityDocumentReader.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ImportMapping.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ImportResult.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IncapacityExportInfo.ts.html +241 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IndexedIdentifier.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/IndexingInfo.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Ingredient.ts.html +193 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Insurability.ts.html +268 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Insurance.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Invoice.ts.html +700 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoiceItem.ts.html +376 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoiceSender.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoicesBatch.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/InvoicingCode.ts.html +343 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Keyword.ts.html +268 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/KeywordSubword.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LabelledOccurence.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LetterValue.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ListOfIds.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ListOfProperties.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/LoginCredentials.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MaintenanceTask.ts.html +382 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MapOfIds.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Measure.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedexInfo.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicalHouseContract.ts.html +328 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicalLocation.ts.html +196 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Medication.ts.html +295 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MedicationSchemeExportInfo.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Medicinalproduct.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Message.ts.html +520 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessageReadStatus.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessageWithBatch.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MessagesReadStatusUpdate.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MikronoAppointmentTypeRest.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MikronoCredentials.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/MimeAttachment.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ModelHelper.ts.html +343 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Nmp.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NoGenericPrescriptionReason.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NoSwitchReason.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/NumeratorRange.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PackagingType.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedDocumentKeyIdPairObject.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListAccessLog.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListAmp.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListClassification.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListClassificationTemplate.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListCode.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListContact.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListDevice.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListDocument.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListEntityTemplate.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListForm.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListGroup.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListHealthElement.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListHealthcareParty.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListInvoice.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListMaintenanceTask.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListMessage.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListNmp.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListPatient.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListService.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListString.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListTarification.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListUser.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListVmp.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PaginatedListVmpGroup.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Paragraph.ts.html +208 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ParagraphAgreement.ts.html +208 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Partnership.ts.html +439 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Patient.ts.html +1183 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientByHcPartyGenderEducationProfession.ts.html +190 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientHealthCareParty.ts.html +277 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PatientRegistrationSuccess.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Payment.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Periodicity.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Permission.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PermissionCriterion.ts.html +223 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PermissionItem.ts.html +241 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PersonName.ts.html +283 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PharmaceuticalForm.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PharmaceuticalFormStub.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Place.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PlanOfAction.ts.html +427 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Predicate.ts.html +136 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Pricing.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PropertyStub.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PropertyTypeStub.ts.html +181 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/PublicKey.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Quantity.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Receipt.ts.html +334 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReferralPeriod.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RefreshTokenExpiredError.ts.html +100 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegimenItem.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegistrationInformation.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RegistrationSuccess.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Reimbursement.ts.html +256 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReimbursementCriterion.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Remote.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RemoteAuthentication.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Renewal.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicateCommand.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Replication.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicationInfo.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicationStats.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicatorDocument.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ReplicatorResponse.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ResultInfo.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RevisionInfo.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Right.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/RouteOfAdministration.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SamText.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SamVersion.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SchoolingInfo.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Section.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Service.ts.html +550 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/ServiceLink.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SoftwareMedicalFileExport.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StandardSubstance.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StrengthRange.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/StructureElement.ts.html +136 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SubContact.ts.html +352 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Substance.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SubstanceStub.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Substanceproduct.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Suggest.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrContent.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrExportInfo.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SumehrValidity.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/SupplyProblem.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Suspension.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Tag.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Tarification.ts.html +724 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Telecom.ts.html +277 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeSeries.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTable.ts.html +337 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTableHour.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TimeTableItem.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TokenWithGroup.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/TypedValueObject.ts.html +205 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Unit.ts.html +136 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/User.ts.html +610 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/UserAndHealthcareParty.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/UserGroup.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Valorisation.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Verse.ts.html +280 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VirtualForm.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VirtualIngredient.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Vmp.ts.html +205 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpComponent.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpGroup.ts.html +187 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpGroupStub.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/VmpStub.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Vtm.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Wada.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSession.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTime.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/WebSessionMaxIdleTimeUnits.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/Weekday.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/index.html +4226 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-api/model/models.ts.html +928 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/AuthenticationProvider.ts.html +268 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/BasicAuthService.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/EnsembleAuthService.ts.html +250 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/JwtAuthService.ts.html +349 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/NoAuthService.ts.html +139 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/auth/index.html +176 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/AES.ts.html +652 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/BaseExchangeKeysManager.ts.html +1375 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ConfidentialEntities.ts.html +298 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/CryptoPrimitives.ts.html +280 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/EntitiesEncryption.ts.html +2548 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ExchangeKeysManager.ts.html +643 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/KeyManager.ts.html +1258 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/KeyRecovery.ts.html +868 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/LegacyCryptoStrategies.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/RSA.ts.html +625 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/ShamirKeysManager.ts.html +595 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/TransferKeysManager.ts.html +493 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/index.html +311 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/shamir.ts.html +1063 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/crypto/utils.ts.html +280 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllCodesFilter.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllDevicesFilter.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllHealthcarePartiesFilter.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/AllUsersFilter.ts.html +154 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeByIdsFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ComplementFilter.ts.html +124 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ConstantFilter.ts.html +112 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts.html +181 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts.html +175 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ContactByServiceIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/DeviceByHcPartyFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/DeviceByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthElementByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByNameFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/IntersectionFilter.ts.html +118 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts.html +142 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByHcPartyNameFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/PatientByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts.html +178 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/ServiceBySecretForeignKeys.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UnionFilter.ts.html +115 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UserByIdsFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UserByNameEmailPhoneFilter.ts.html +157 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/UsersByPatientIdFilter.ts.html +160 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/filters.ts.html +1117 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/filters/index.html +896 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-accesslog-x-api.ts.html +856 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-bekmehr-x-api.ts.html +1039 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-calendar-item-x-api.ts.html +712 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-classification-x-api.ts.html +346 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-code-x-api.ts.html +484 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-contact-x-api.ts.html +2863 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-crypto-x-api.ts.html +2935 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-data-owner-x-api.ts.html +793 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-doctemplate-x-api.ts.html +397 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-document-x-api.ts.html +2446 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-form-x-api.ts.html +400 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-hcparty-x-api.ts.html +535 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-helement-x-api.ts.html +1111 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-icure-maintenance-x-api.ts.html +463 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-invoice-x-api.ts.html +559 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-maintenance-task-x-api.ts.html +511 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-message-x-api.ts.html +328 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-patient-x-api.ts.html +3460 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-receipt-x-api.ts.html +367 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-time-table-x-api.ts.html +280 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/icc-user-x-api.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/index.html +431 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/index.ts.html +1072 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/maintenance/KeyPairUpdateRequest.ts.html +265 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/maintenance/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/codelng.ts.html +109 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/contact.i18n.ts.html +415 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/icd10.ts.html +424 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/icpc2.ts.html +151 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/rsrc/index.html +161 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts.html +145 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/IcureStorageFacade.ts.html +364 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/KeyStorageImpl.ts.html +193 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/LocalStorageImpl.ts.html +166 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/storage/index.html +161 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/asn1-packer.ts.html +346 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/asn1-parser.ts.html +538 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/binary-utils.ts.html +574 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/code-util.ts.html +202 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/collection-utils.ts.html +139 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/crypto-utils.ts.html +838 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/formatting-util.ts.html +745 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/functional-util.ts.html +133 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/graph-utils.ts.html +739 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/hcp-util.ts.html +451 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/index.html +341 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/index.ts.html +106 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/insurability-util.ts.html +247 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/lru-temporised-async-cache.ts.html +484 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/net-utils.ts.html +814 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/person-util.ts.html +172 -0
- package/coverage/lcov-report/icure-typescript-sdk/icc-x-api/utils/uuid-encoder.ts.html +466 -0
- package/coverage/lcov-report/icure-typescript-sdk/index.html +146 -0
- package/coverage/lcov-report/icure-typescript-sdk/index.ts.html +109 -0
- package/coverage/lcov-report/icure-typescript-sdk/node-compat.ts.html +118 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/cleanup.ts.html +163 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/IccDocumentApi.ts.html +508 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/IccUserApi.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/api/index.html +131 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/e2e/IccCalendarItemApi.ts.html +196 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/e2e/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/model/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-api/model/modelHelpersTest.ts.html +247 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/auth/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/auth/jwt-concurrency-test.ts.html +484 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/concurrency.ts.html +184 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/crypto-utils.ts.html +355 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/cryptoTest.ts.html +1138 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts.html +589 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/exchange-keys-manager-test.ts.html +196 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/full-crypto-test.ts.html +1864 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/index.html +221 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/shamir.ts.html +616 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts.html +391 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/entity-with-attachments-api-test.ts.html +466 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/filters/filters.ts.html +259 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/filters/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-accesslog-x-api.ts.html +181 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-auth-api.ts.html +217 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-contact-x-api.ts.html +628 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-helement-x-api-test.ts.html +511 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-maintenance-task-x-api-test.ts.html +868 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-patient-x-api-test.ts.html +250 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-time-table-x-api.ts.html +319 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/icc-user-x-api-test.ts.html +148 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/index.html +251 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/patient-user.ts.html +592 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/storage/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/storage/storage.ts.html +208 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/utils/graph-test.ts.html +244 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/icc-x-api/utils/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/index.html +116 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestApi.ts.html +169 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestCryptoStrategies.ts.html +256 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/TestStorage.ts.html +289 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/index.html +176 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/test-utils-decorators.ts.html +1318 -0
- package/coverage/lcov-report/icure-typescript-sdk/test/utils/test_utils.ts.html +910 -0
- package/coverage/lcov-report/index.html +476 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +196 -0
- package/coverage/lcov.info +35410 -0
- package/coverage/prettify.css +1 -0
- package/coverage/prettify.js +2 -0
- package/coverage/sort-arrow-sprite.png +0 -0
- package/coverage/sorter.js +196 -0
- package/dist/icc-api/api/IccDeviceApi.d.ts +151 -0
- package/dist/icc-api/api/IccDeviceApi.js.map +1 -0
- package/dist/icc-api/api/IccDoctemplateApi.js.map +1 -0
- package/dist/icc-api/api/IccDocumentTemplateApi.js.map +1 -0
- package/dist/icc-api/api/IccHcpartyApi.d.ts +194 -0
- package/dist/icc-api/api/IccHcpartyApi.js.map +1 -0
- package/dist/icc-api/api/IccPatientApi.d.ts +306 -0
- package/dist/icc-api/api/IccPatientApi.js.map +1 -0
- package/dist/icc-api/model/MaintenanceTask.d.ts +96 -0
- package/dist/icc-api/model/MaintenanceTask.js +23 -0
- package/dist/icc-api/model/MaintenanceTask.js.map +1 -0
- package/dist/icc-api/model/User.d.ts +156 -0
- package/dist/icc-api/model/User.js +46 -0
- package/dist/icc-api/model/User.js.map +1 -0
- package/dist/icc-api/model/models.d.ts +287 -0
- package/dist/icc-api/model/models.js.map +1 -0
- package/dist/icc-x-api/crypto/AES.d.ts +54 -0
- package/dist/icc-x-api/crypto/AES.js +158 -0
- package/dist/icc-x-api/crypto/AES.js.map +1 -0
- package/dist/icc-x-api/crypto/BaseExchangeKeysManager.d.ts +122 -0
- package/dist/icc-x-api/crypto/BaseExchangeKeysManager.js +356 -0
- package/dist/icc-x-api/crypto/BaseExchangeKeysManager.js.map +1 -0
- package/dist/icc-x-api/crypto/ConfidentialEntities.d.ts +58 -0
- package/dist/icc-x-api/crypto/ConfidentialEntities.js +99 -0
- package/dist/icc-x-api/crypto/ConfidentialEntities.js.map +1 -0
- package/dist/icc-x-api/crypto/CryptoPrimitives.d.ts +31 -0
- package/dist/icc-x-api/crypto/CryptoPrimitives.js +55 -0
- package/dist/icc-x-api/crypto/CryptoPrimitives.js.map +1 -0
- package/dist/icc-x-api/crypto/CryptoStrategies.d.ts +82 -0
- package/dist/icc-x-api/crypto/CryptoStrategies.js +3 -0
- package/dist/icc-x-api/crypto/CryptoStrategies.js.map +1 -0
- package/dist/icc-x-api/crypto/EntitiesEncryption.d.ts +254 -0
- package/dist/icc-x-api/crypto/EntitiesEncryption.js +700 -0
- package/dist/icc-x-api/crypto/EntitiesEncryption.js.map +1 -0
- package/dist/icc-x-api/crypto/ExchangeKeysManager.d.ts +56 -0
- package/dist/icc-x-api/crypto/ExchangeKeysManager.js +147 -0
- package/dist/icc-x-api/crypto/ExchangeKeysManager.js.map +1 -0
- package/dist/icc-x-api/crypto/KeyManager.d.ts +103 -0
- package/dist/icc-x-api/crypto/KeyManager.js +288 -0
- package/dist/icc-x-api/crypto/KeyManager.js.map +1 -0
- package/dist/icc-x-api/crypto/KeyRecovery.d.ts +34 -0
- package/dist/icc-x-api/crypto/KeyRecovery.js +253 -0
- package/dist/icc-x-api/crypto/KeyRecovery.js.map +1 -0
- package/dist/icc-x-api/crypto/LegacyCryptoStrategies.d.ts +28 -0
- package/dist/icc-x-api/crypto/LegacyCryptoStrategies.js +22 -0
- package/dist/icc-x-api/crypto/LegacyCryptoStrategies.js.map +1 -0
- package/dist/icc-x-api/crypto/RSA.d.ts +92 -0
- package/dist/icc-x-api/crypto/RSA.js +143 -0
- package/dist/icc-x-api/crypto/RSA.js.map +1 -0
- package/dist/icc-x-api/crypto/ShamirKeysManager.d.ts +43 -0
- package/dist/icc-x-api/crypto/ShamirKeysManager.js +150 -0
- package/dist/icc-x-api/crypto/ShamirKeysManager.js.map +1 -0
- package/dist/icc-x-api/crypto/ShareMetadataBehaviour.d.ts +19 -0
- package/dist/icc-x-api/crypto/ShareMetadataBehaviour.js +24 -0
- package/dist/icc-x-api/crypto/ShareMetadataBehaviour.js.map +1 -0
- package/dist/icc-x-api/crypto/TransferKeysManager.d.ts +29 -0
- package/dist/icc-x-api/crypto/TransferKeysManager.js +121 -0
- package/dist/icc-x-api/crypto/TransferKeysManager.js.map +1 -0
- package/dist/icc-x-api/crypto/utils.d.ts +46 -0
- package/dist/icc-x-api/crypto/utils.js +130 -0
- package/dist/icc-x-api/crypto/utils.js.map +1 -0
- package/dist/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.d.ts +24 -0
- package/dist/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js +24 -0
- package/dist/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js.map +1 -0
- package/dist/icc-x-api/filters/DeviceByHcPartyFilter.d.ts +18 -0
- package/dist/icc-x-api/filters/DeviceByHcPartyFilter.js +24 -0
- package/dist/icc-x-api/filters/DeviceByHcPartyFilter.js.map +1 -0
- package/dist/icc-x-api/filters/DeviceByIdsFilter.d.ts +18 -0
- package/dist/icc-x-api/filters/DeviceByIdsFilter.js +24 -0
- package/dist/icc-x-api/filters/DeviceByIdsFilter.js.map +1 -0
- package/dist/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.d.ts +19 -0
- package/dist/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js +24 -0
- package/dist/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js.map +1 -0
- package/dist/icc-x-api/icc-accesslog-x-api.d.ts +97 -0
- package/dist/icc-x-api/icc-accesslog-x-api.js +241 -0
- package/dist/icc-x-api/icc-accesslog-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-calendar-item-x-api.d.ts +98 -0
- package/dist/icc-x-api/icc-calendar-item-x-api.js +238 -0
- package/dist/icc-x-api/icc-calendar-item-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-classification-x-api.d.ts +58 -0
- package/dist/icc-x-api/icc-classification-x-api.js +113 -0
- package/dist/icc-x-api/icc-classification-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-contact-x-api.d.ts +167 -0
- package/dist/icc-x-api/icc-contact-x-api.js +764 -0
- package/dist/icc-x-api/icc-contact-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-crypto-x-api.d.ts +395 -0
- package/dist/icc-x-api/icc-crypto-x-api.js +820 -0
- package/dist/icc-x-api/icc-crypto-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-data-owner-x-api.d.ts +113 -0
- package/dist/icc-x-api/icc-data-owner-x-api.js +218 -0
- package/dist/icc-x-api/icc-data-owner-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-doctemplate-x-api.js +81 -0
- package/dist/icc-x-api/icc-doctemplate-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-document-x-api.d.ts +115 -0
- package/dist/icc-x-api/icc-document-x-api.js +633 -0
- package/dist/icc-x-api/icc-document-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-form-x-api.d.ts +75 -0
- package/dist/icc-x-api/icc-form-x-api.js +130 -0
- package/dist/icc-x-api/icc-form-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-hcparty-x-api.d.ts +32 -0
- package/dist/icc-x-api/icc-hcparty-x-api.js +117 -0
- package/dist/icc-x-api/icc-hcparty-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-helement-x-api.d.ts +109 -0
- package/dist/icc-x-api/icc-helement-x-api.js +307 -0
- package/dist/icc-x-api/icc-helement-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-icure-maintenance-x-api.d.ts +31 -0
- package/dist/icc-x-api/icc-icure-maintenance-x-api.js +124 -0
- package/dist/icc-x-api/icc-icure-maintenance-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-invoice-x-api.d.ts +81 -0
- package/dist/icc-x-api/icc-invoice-x-api.js +175 -0
- package/dist/icc-x-api/icc-invoice-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-maintenance-task-x-api.d.ts +63 -0
- package/dist/icc-x-api/icc-maintenance-task-x-api.js +138 -0
- package/dist/icc-x-api/icc-maintenance-task-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-message-x-api.d.ts +67 -0
- package/dist/icc-x-api/icc-message-x-api.js +118 -0
- package/dist/icc-x-api/icc-message-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-patient-x-api.d.ts +159 -0
- package/dist/icc-x-api/icc-patient-x-api.js +829 -0
- package/dist/icc-x-api/icc-patient-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-receipt-x-api.d.ts +62 -0
- package/dist/icc-x-api/icc-receipt-x-api.js +112 -0
- package/dist/icc-x-api/icc-receipt-x-api.js.map +1 -0
- package/dist/icc-x-api/icc-time-table-x-api.d.ts +48 -0
- package/dist/icc-x-api/icc-time-table-x-api.js +84 -0
- package/dist/icc-x-api/icc-time-table-x-api.js.map +1 -0
- package/dist/icc-x-api/index.d.ts +97 -0
- package/dist/icc-x-api/index.js +246 -0
- package/dist/icc-x-api/index.js.map +1 -0
- package/dist/icc-x-api/maintenance/KeyPairUpdateRequest.d.ts +35 -0
- package/dist/icc-x-api/maintenance/KeyPairUpdateRequest.js +54 -0
- package/dist/icc-x-api/maintenance/KeyPairUpdateRequest.js.map +1 -0
- package/dist/icc-x-api/storage/DefaultStorageEntryKeysFactory.d.ts +9 -0
- package/dist/icc-x-api/storage/DefaultStorageEntryKeysFactory.js +23 -0
- package/dist/icc-x-api/storage/DefaultStorageEntryKeysFactory.js.map +1 -0
- package/dist/icc-x-api/storage/IcureStorageFacade.d.ts +55 -0
- package/dist/icc-x-api/storage/IcureStorageFacade.js +95 -0
- package/dist/icc-x-api/storage/IcureStorageFacade.js.map +1 -0
- package/dist/icc-x-api/storage/StorageEntryKeysFactory.d.ts +31 -0
- package/dist/icc-x-api/storage/StorageEntryKeysFactory.js +3 -0
- package/dist/icc-x-api/storage/StorageEntryKeysFactory.js.map +1 -0
- package/dist/icc-x-api/utils/collection-utils.d.ts +8 -0
- package/dist/icc-x-api/utils/collection-utils.js +26 -0
- package/dist/icc-x-api/utils/collection-utils.js.map +1 -0
- package/dist/icc-x-api/utils/crypto-utils.d.ts +68 -0
- package/dist/icc-x-api/utils/crypto-utils.js +262 -0
- package/dist/icc-x-api/utils/crypto-utils.js.map +1 -0
- package/dist/icc-x-api/utils/graph-utils.d.ts +45 -0
- package/dist/icc-x-api/utils/graph-utils.js +203 -0
- package/dist/icc-x-api/utils/graph-utils.js.map +1 -0
- package/dist/icc-x-api/utils/lru-temporised-async-cache.d.ts +27 -0
- package/dist/icc-x-api/utils/lru-temporised-async-cache.js +120 -0
- package/dist/icc-x-api/utils/lru-temporised-async-cache.js.map +1 -0
- package/dist/package.json +22 -0
- package/fake-secrets.txt +3 -0
- package/icc-api/.swagger-codegen/VERSION +1 -0
- package/icc-api/.swagger-codegen-ignore +23 -0
- package/icc-api/LICENSE +201 -0
- package/icc-api/api/IccAccesslogApi.ts +229 -0
- package/icc-api/api/IccAgendaApi.ts +151 -0
- package/icc-api/api/IccAnonymousAccessApi.ts +126 -0
- package/icc-api/api/IccApplicationsettingsApi.ts +89 -0
- package/icc-api/api/IccArticleApi.ts +120 -0
- package/icc-api/api/IccAuthApi.ts +180 -0
- package/icc-api/api/IccBeefactApi.ts +66 -0
- package/icc-api/api/IccBekmehrApi.ts +909 -0
- package/icc-api/api/IccBemikronoApi.ts +191 -0
- package/icc-api/api/IccBeresultexportApi.ts +134 -0
- package/icc-api/api/IccBeresultimportApi.ts +130 -0
- package/icc-api/api/IccBesamv2Api.ts +775 -0
- package/icc-api/api/IccCalendarItemApi.ts +286 -0
- package/icc-api/api/IccCalendarItemTypeApi.ts +134 -0
- package/icc-api/api/IccClassificationApi.ts +180 -0
- package/icc-api/api/IccClassificationTemplateApi.ts +188 -0
- package/icc-api/api/IccCodeApi.ts +423 -0
- package/icc-api/api/IccContactApi.ts +669 -0
- package/icc-api/api/IccDataownerApi.ts +66 -0
- package/icc-api/api/IccDeviceApi.ts +358 -0
- package/icc-api/api/IccDoctemplateApi.ts +257 -0
- package/icc-api/api/IccDocumentApi.ts +444 -0
- package/icc-api/api/IccDocumentTemplateApi.ts +260 -0
- package/icc-api/api/IccEntityrefApi.ts +73 -0
- package/icc-api/api/IccEntitytemplateApi.ts +249 -0
- package/icc-api/api/IccFormApi.ts +532 -0
- package/icc-api/api/IccFrontendmigrationApi.ts +135 -0
- package/icc-api/api/IccGroupApi.ts +401 -0
- package/icc-api/api/IccHcpartyApi.ts +487 -0
- package/icc-api/api/IccHelementApi.ts +330 -0
- package/icc-api/api/IccIcureApi.ts +303 -0
- package/icc-api/api/IccInsuranceApi.ts +154 -0
- package/icc-api/api/IccInvoiceApi.ts +721 -0
- package/icc-api/api/IccKeywordApi.ts +135 -0
- package/icc-api/api/IccMaintenanceTaskApi.ts +133 -0
- package/icc-api/api/IccMedexApi.ts +58 -0
- package/icc-api/api/IccMedicallocationApi.ts +120 -0
- package/icc-api/api/IccMessageApi.ts +478 -0
- package/icc-api/api/IccPatientApi.ts +822 -0
- package/icc-api/api/IccPermissionApi.ts +59 -0
- package/icc-api/api/IccPlaceApi.ts +120 -0
- package/icc-api/api/IccPubsubApi.ts +106 -0
- package/icc-api/api/IccReceiptApi.ts +168 -0
- package/icc-api/api/IccReplicationApi.ts +106 -0
- package/icc-api/api/IccTarificationApi.ts +236 -0
- package/icc-api/api/IccTimeTableApi.ts +146 -0
- package/icc-api/api/IccTmpApi.ts +1298 -0
- package/icc-api/api/IccUserApi.ts +525 -0
- package/icc-api/api/XHR.ts +146 -0
- package/icc-api/iccApi.ts +46 -0
- package/icc-api/index.ts +45 -0
- package/icc-api/model/AbstractFilterCode.ts +19 -0
- package/icc-api/model/AbstractFilterContact.ts +19 -0
- package/icc-api/model/AbstractFilterDevice.ts +19 -0
- package/icc-api/model/AbstractFilterHealthElement.ts +19 -0
- package/icc-api/model/AbstractFilterHealthcareParty.ts +19 -0
- package/icc-api/model/AbstractFilterInvoice.ts +19 -0
- package/icc-api/model/AbstractFilterMaintenanceTask.ts +19 -0
- package/icc-api/model/AbstractFilterPatient.ts +19 -0
- package/icc-api/model/AbstractFilterService.ts +19 -0
- package/icc-api/model/AbstractFilterUser.ts +19 -0
- package/icc-api/model/AccessLog.ts +108 -0
- package/icc-api/model/AddedDocument.ts +27 -0
- package/icc-api/model/Address.ts +99 -0
- package/icc-api/model/AdministrationQuantity.ts +22 -0
- package/icc-api/model/Agenda.ts +61 -0
- package/icc-api/model/AgreementAppendix.ts +22 -0
- package/icc-api/model/Amp.ts +57 -0
- package/icc-api/model/AmpComponent.ts +51 -0
- package/icc-api/model/Ampp.ts +75 -0
- package/icc-api/model/AmppComponent.ts +36 -0
- package/icc-api/model/Annotation.ts +42 -0
- package/icc-api/model/ApplicationSettings.ts +58 -0
- package/icc-api/model/Appointment.ts +31 -0
- package/icc-api/model/AppointmentImport.ts +39 -0
- package/icc-api/model/AppointmentTypeAndPlace.ts +27 -0
- package/icc-api/model/Article.ts +82 -0
- package/icc-api/model/Atc.ts +20 -0
- package/icc-api/model/Attachment.ts +23 -0
- package/icc-api/model/AttachmentMetadata.ts +25 -0
- package/icc-api/model/AuthenticationResponse.ts +27 -0
- package/icc-api/model/AuthenticationToken.ts +33 -0
- package/icc-api/model/Basic.ts +20 -0
- package/icc-api/model/Body.ts +20 -0
- package/icc-api/model/Body3.ts +20 -0
- package/icc-api/model/BulkAttachmentUpdateOptions.ts +30 -0
- package/icc-api/model/ByteArray.ts +20 -0
- package/icc-api/model/CalendarItem.ts +103 -0
- package/icc-api/model/CalendarItemTag.ts +22 -0
- package/icc-api/model/CalendarItemType.ts +32 -0
- package/icc-api/model/CareTeamMember.ts +38 -0
- package/icc-api/model/CareTeamMembership.ts +39 -0
- package/icc-api/model/CheckSMFPatientResult.ts +24 -0
- package/icc-api/model/Classification.ts +81 -0
- package/icc-api/model/ClassificationTemplate.ts +80 -0
- package/icc-api/model/Code.ts +202 -0
- package/icc-api/model/CodeStub.ts +24 -0
- package/icc-api/model/CodeType.ts +19 -0
- package/icc-api/model/CommentedClassification.ts +21 -0
- package/icc-api/model/Commercialization.ts +25 -0
- package/icc-api/model/Company.ts +35 -0
- package/icc-api/model/Contact.ts +129 -0
- package/icc-api/model/Content.ts +45 -0
- package/icc-api/model/Copayment.ts +22 -0
- package/icc-api/model/Data.ts +17 -0
- package/icc-api/model/DataAttachment.ts +34 -0
- package/icc-api/model/DataOwnerRegistrationSuccess.ts +21 -0
- package/icc-api/model/DataOwnerWithType.ts +19 -0
- package/icc-api/model/DatabaseInfo.ts +28 -0
- package/icc-api/model/DatabaseInitialisation.ts +27 -0
- package/icc-api/model/DatabaseSynchronization.ts +30 -0
- package/icc-api/model/Delegation.ts +25 -0
- package/icc-api/model/DeletedAttachment.ts +38 -0
- package/icc-api/model/Device.ts +93 -0
- package/icc-api/model/DeviceType.ts +23 -0
- package/icc-api/model/DiaryNoteExportInfo.ts +30 -0
- package/icc-api/model/Dmpp.ts +45 -0
- package/icc-api/model/DocIdentifier.ts +20 -0
- package/icc-api/model/Document.ts +274 -0
- package/icc-api/model/DocumentGroup.ts +20 -0
- package/icc-api/model/DocumentTemplate.ts +162 -0
- package/icc-api/model/Duration.ts +21 -0
- package/icc-api/model/EIDItem.ts +23 -0
- package/icc-api/model/Editor.ts +37 -0
- package/icc-api/model/EfactInvoice.ts +43 -0
- package/icc-api/model/EmailOrSmsMessage.ts +39 -0
- package/icc-api/model/EmailTemplate.ts +20 -0
- package/icc-api/model/Employer.ts +21 -0
- package/icc-api/model/EmploymentInfo.ts +24 -0
- package/icc-api/model/EntityReference.ts +25 -0
- package/icc-api/model/EntityTemplate.ts +31 -0
- package/icc-api/model/Episode.ts +30 -0
- package/icc-api/model/FilterChainCode.ts +23 -0
- package/icc-api/model/FilterChainContact.ts +23 -0
- package/icc-api/model/FilterChainDevice.ts +23 -0
- package/icc-api/model/FilterChainHealthElement.ts +23 -0
- package/icc-api/model/FilterChainHealthcareParty.ts +23 -0
- package/icc-api/model/FilterChainInvoice.ts +23 -0
- package/icc-api/model/FilterChainMaintenanceTask.ts +23 -0
- package/icc-api/model/FilterChainPatient.ts +23 -0
- package/icc-api/model/FilterChainService.ts +23 -0
- package/icc-api/model/FilterChainUser.ts +23 -0
- package/icc-api/model/FinancialInstitutionInformation.ts +32 -0
- package/icc-api/model/FlatRateTarification.ts +36 -0
- package/icc-api/model/FlowItem.ts +51 -0
- package/icc-api/model/Form.ts +116 -0
- package/icc-api/model/FormColumn.ts +22 -0
- package/icc-api/model/FormDataOption.ts +20 -0
- package/icc-api/model/FormLayout.ts +29 -0
- package/icc-api/model/FormLayoutData.ts +44 -0
- package/icc-api/model/FormPlanning.ts +26 -0
- package/icc-api/model/FormSection.ts +23 -0
- package/icc-api/model/FormTemplate.ts +46 -0
- package/icc-api/model/FormTemplateLayout.ts +23 -0
- package/icc-api/model/Formula.ts +31 -0
- package/icc-api/model/FrontEndMigration.ts +47 -0
- package/icc-api/model/Group.ts +64 -0
- package/icc-api/model/GroupDatabasesInfo.ts +21 -0
- package/icc-api/model/GroupDeletionReport.ts +21 -0
- package/icc-api/model/GuiCode.ts +20 -0
- package/icc-api/model/GuiCodeType.ts +19 -0
- package/icc-api/model/HealthElement.ts +159 -0
- package/icc-api/model/HealthcareParty.ts +224 -0
- package/icc-api/model/HealthcarePartyHistoryStatus.ts +33 -0
- package/icc-api/model/IcureStub.ts +74 -0
- package/icc-api/model/IdWithRev.ts +20 -0
- package/icc-api/model/Identifier.ts +27 -0
- package/icc-api/model/IdentityDocumentReader.ts +24 -0
- package/icc-api/model/ImportMapping.ts +24 -0
- package/icc-api/model/ImportResult.ts +34 -0
- package/icc-api/model/IncapacityExportInfo.ts +54 -0
- package/icc-api/model/IndexedIdentifier.ts +21 -0
- package/icc-api/model/IndexingInfo.ts +19 -0
- package/icc-api/model/Ingredient.ts +36 -0
- package/icc-api/model/Insurability.ts +61 -0
- package/icc-api/model/Insurance.ts +33 -0
- package/icc-api/model/Invoice.ts +205 -0
- package/icc-api/model/InvoiceItem.ts +97 -0
- package/icc-api/model/InvoiceSender.ts +28 -0
- package/icc-api/model/InvoicesBatch.ts +29 -0
- package/icc-api/model/InvoicingCode.ts +86 -0
- package/icc-api/model/Keyword.ts +61 -0
- package/icc-api/model/KeywordSubword.ts +20 -0
- package/icc-api/model/LabelledOccurence.ts +20 -0
- package/icc-api/model/LetterValue.ts +22 -0
- package/icc-api/model/ListOfIds.ts +22 -0
- package/icc-api/model/ListOfProperties.ts +23 -0
- package/icc-api/model/LoginCredentials.ts +20 -0
- package/icc-api/model/MaintenanceTask.ts +99 -0
- package/icc-api/model/MapOfIds.ts +19 -0
- package/icc-api/model/Measure.ts +31 -0
- package/icc-api/model/MedexInfo.ts +33 -0
- package/icc-api/model/MedicalHouseContract.ts +81 -0
- package/icc-api/model/MedicalLocation.ts +37 -0
- package/icc-api/model/Medication.ts +72 -0
- package/icc-api/model/MedicationSchemeExportInfo.ts +25 -0
- package/icc-api/model/Medicinalproduct.ts +24 -0
- package/icc-api/model/Message.ts +145 -0
- package/icc-api/model/MessageReadStatus.ts +23 -0
- package/icc-api/model/MessageWithBatch.ts +22 -0
- package/icc-api/model/MessagesReadStatusUpdate.ts +22 -0
- package/icc-api/model/MikronoAppointmentTypeRest.ts +25 -0
- package/icc-api/model/MikronoCredentials.ts +21 -0
- package/icc-api/model/MimeAttachment.ts +22 -0
- package/icc-api/model/ModelHelper.ts +86 -0
- package/icc-api/model/Nmp.ts +34 -0
- package/icc-api/model/NoGenericPrescriptionReason.ts +21 -0
- package/icc-api/model/NoSwitchReason.ts +21 -0
- package/icc-api/model/NumeratorRange.ts +21 -0
- package/icc-api/model/PackagingType.ts +23 -0
- package/icc-api/model/PaginatedDocumentKeyIdPairObject.ts +20 -0
- package/icc-api/model/PaginatedListAccessLog.ts +24 -0
- package/icc-api/model/PaginatedListAmp.ts +24 -0
- package/icc-api/model/PaginatedListClassification.ts +24 -0
- package/icc-api/model/PaginatedListClassificationTemplate.ts +24 -0
- package/icc-api/model/PaginatedListCode.ts +24 -0
- package/icc-api/model/PaginatedListContact.ts +24 -0
- package/icc-api/model/PaginatedListDevice.ts +24 -0
- package/icc-api/model/PaginatedListDocument.ts +24 -0
- package/icc-api/model/PaginatedListEntityTemplate.ts +24 -0
- package/icc-api/model/PaginatedListForm.ts +24 -0
- package/icc-api/model/PaginatedListGroup.ts +24 -0
- package/icc-api/model/PaginatedListHealthElement.ts +24 -0
- package/icc-api/model/PaginatedListHealthcareParty.ts +24 -0
- package/icc-api/model/PaginatedListInvoice.ts +24 -0
- package/icc-api/model/PaginatedListMaintenanceTask.ts +24 -0
- package/icc-api/model/PaginatedListMessage.ts +24 -0
- package/icc-api/model/PaginatedListNmp.ts +24 -0
- package/icc-api/model/PaginatedListPatient.ts +24 -0
- package/icc-api/model/PaginatedListService.ts +24 -0
- package/icc-api/model/PaginatedListString.ts +23 -0
- package/icc-api/model/PaginatedListTarification.ts +24 -0
- package/icc-api/model/PaginatedListUser.ts +24 -0
- package/icc-api/model/PaginatedListVmp.ts +24 -0
- package/icc-api/model/PaginatedListVmpGroup.ts +24 -0
- package/icc-api/model/Paragraph.ts +41 -0
- package/icc-api/model/ParagraphAgreement.ts +41 -0
- package/icc-api/model/Part.ts +17 -0
- package/icc-api/model/Partnership.ts +118 -0
- package/icc-api/model/Patient.ts +370 -0
- package/icc-api/model/PatientByHcPartyGenderEducationProfession.ts +35 -0
- package/icc-api/model/PatientHealthCareParty.ts +64 -0
- package/icc-api/model/PatientRegistrationSuccess.ts +21 -0
- package/icc-api/model/Payment.ts +34 -0
- package/icc-api/model/Periodicity.ts +21 -0
- package/icc-api/model/Permission.ts +30 -0
- package/icc-api/model/PermissionCriterion.ts +46 -0
- package/icc-api/model/PermissionItem.ts +56 -0
- package/icc-api/model/PersonName.ts +66 -0
- package/icc-api/model/PharmaceuticalForm.ts +29 -0
- package/icc-api/model/PharmaceuticalFormStub.ts +24 -0
- package/icc-api/model/Place.ts +27 -0
- package/icc-api/model/PlanOfAction.ts +114 -0
- package/icc-api/model/Predicate.ts +17 -0
- package/icc-api/model/Pricing.ts +21 -0
- package/icc-api/model/PropertyStub.ts +31 -0
- package/icc-api/model/PropertyTypeStub.ts +32 -0
- package/icc-api/model/PublicKey.ts +20 -0
- package/icc-api/model/Quantity.ts +20 -0
- package/icc-api/model/Receipt.ts +83 -0
- package/icc-api/model/ReferralPeriod.ts +33 -0
- package/icc-api/model/RefreshTokenExpiredError.ts +5 -0
- package/icc-api/model/RegimenItem.ts +27 -0
- package/icc-api/model/RegistrationInformation.ts +23 -0
- package/icc-api/model/RegistrationSuccess.ts +21 -0
- package/icc-api/model/Reimbursement.ts +57 -0
- package/icc-api/model/ReimbursementCriterion.ts +22 -0
- package/icc-api/model/Remote.ts +21 -0
- package/icc-api/model/RemoteAuthentication.ts +20 -0
- package/icc-api/model/Renewal.ts +21 -0
- package/icc-api/model/ReplicateCommand.ts +25 -0
- package/icc-api/model/Replication.ts +28 -0
- package/icc-api/model/ReplicationInfo.ts +22 -0
- package/icc-api/model/ReplicationStats.ts +27 -0
- package/icc-api/model/ReplicatorDocument.ts +34 -0
- package/icc-api/model/ReplicatorResponse.ts +23 -0
- package/icc-api/model/ResultInfo.ts +33 -0
- package/icc-api/model/RevisionInfo.ts +20 -0
- package/icc-api/model/Right.ts +22 -0
- package/icc-api/model/RouteOfAdministration.ts +22 -0
- package/icc-api/model/SamText.ts +22 -0
- package/icc-api/model/SamVersion.ts +26 -0
- package/icc-api/model/SchoolingInfo.ts +23 -0
- package/icc-api/model/Section.ts +23 -0
- package/icc-api/model/Service.ts +155 -0
- package/icc-api/model/ServiceLink.ts +22 -0
- package/icc-api/model/SoftwareMedicalFileExport.ts +23 -0
- package/icc-api/model/StandardSubstance.ts +33 -0
- package/icc-api/model/StrengthRange.ts +22 -0
- package/icc-api/model/StructureElement.ts +17 -0
- package/icc-api/model/SubContact.ts +89 -0
- package/icc-api/model/Substance.ts +31 -0
- package/icc-api/model/SubstanceStub.ts +26 -0
- package/icc-api/model/Substanceproduct.ts +24 -0
- package/icc-api/model/Suggest.ts +23 -0
- package/icc-api/model/SumehrContent.ts +26 -0
- package/icc-api/model/SumehrExportInfo.ts +30 -0
- package/icc-api/model/SumehrValidity.ts +27 -0
- package/icc-api/model/SupplyProblem.ts +25 -0
- package/icc-api/model/Suspension.ts +22 -0
- package/icc-api/model/Tag.ts +20 -0
- package/icc-api/model/Tarification.ts +213 -0
- package/icc-api/model/Telecom.ts +64 -0
- package/icc-api/model/TimeSeries.ts +28 -0
- package/icc-api/model/TimeTable.ts +84 -0
- package/icc-api/model/TimeTableHour.ts +20 -0
- package/icc-api/model/TimeTableItem.ts +30 -0
- package/icc-api/model/TokenWithGroup.ts +21 -0
- package/icc-api/model/TypedValueObject.ts +40 -0
- package/icc-api/model/Unit.ts +17 -0
- package/icc-api/model/User.ts +173 -0
- package/icc-api/model/UserAndHealthcareParty.ts +25 -0
- package/icc-api/model/UserGroup.ts +30 -0
- package/icc-api/model/Valorisation.ts +31 -0
- package/icc-api/model/Verse.ts +65 -0
- package/icc-api/model/VirtualForm.ts +22 -0
- package/icc-api/model/VirtualIngredient.ts +33 -0
- package/icc-api/model/Vmp.ts +40 -0
- package/icc-api/model/VmpComponent.ts +28 -0
- package/icc-api/model/VmpGroup.ts +34 -0
- package/icc-api/model/VmpGroupStub.ts +23 -0
- package/icc-api/model/VmpStub.ts +24 -0
- package/icc-api/model/Vtm.ts +23 -0
- package/icc-api/model/Wada.ts +22 -0
- package/icc-api/model/WebSession.ts +26 -0
- package/icc-api/model/WebSessionMaxIdleTime.ts +24 -0
- package/icc-api/model/WebSessionMaxIdleTimeUnits.ts +21 -0
- package/icc-api/model/Weekday.ts +21 -0
- package/icc-api/model/models.ts +298 -0
- package/icc-x-api/auth/AuthService.ts +18 -0
- package/icc-x-api/auth/AuthenticationProvider.ts +61 -0
- package/icc-x-api/auth/BasicAuthService.ts +25 -0
- package/icc-x-api/auth/EnsembleAuthService.ts +55 -0
- package/icc-x-api/auth/JwtAuthService.ts +87 -0
- package/icc-x-api/auth/NoAuthService.ts +18 -0
- package/icc-x-api/crypto/AES.ts +189 -0
- package/icc-x-api/crypto/BaseExchangeKeysManager.ts +430 -0
- package/icc-x-api/crypto/ConfidentialEntities.ts +93 -0
- package/icc-x-api/crypto/CryptoPrimitives.ts +65 -0
- package/icc-x-api/crypto/CryptoStrategies.ts +84 -0
- package/icc-x-api/crypto/EntitiesEncryption.ts +908 -0
- package/icc-x-api/crypto/ExchangeKeysManager.ts +171 -0
- package/icc-x-api/crypto/KeyManager.ts +391 -0
- package/icc-x-api/crypto/KeyRecovery.ts +261 -0
- package/icc-x-api/crypto/LegacyCryptoStrategies.ts +27 -0
- package/icc-x-api/crypto/RSA.ts +180 -0
- package/icc-x-api/crypto/ShamirKeysManager.ts +170 -0
- package/icc-x-api/crypto/ShareMetadataBehaviour.ts +19 -0
- package/icc-x-api/crypto/TransferKeysManager.ts +136 -0
- package/icc-x-api/crypto/shamir.ts +326 -0
- package/icc-x-api/crypto/utils.ts +135 -0
- package/icc-x-api/filters/AllCodesFilter.ts +22 -0
- package/icc-x-api/filters/AllDevicesFilter.ts +23 -0
- package/icc-x-api/filters/AllHealthcarePartiesFilter.ts +23 -0
- package/icc-x-api/filters/AllUsersFilter.ts +23 -0
- package/icc-x-api/filters/CodeByIdsFilter.ts +25 -0
- package/icc-x-api/filters/CodeByRegionTypeLabelLanguageFilter.ts +28 -0
- package/icc-x-api/filters/CodeIdsByTypeCodeVersionIntervalFilter.ts +30 -0
- package/icc-x-api/filters/ComplementFilter.ts +13 -0
- package/icc-x-api/filters/ConstantFilter.ts +9 -0
- package/icc-x-api/filters/ContactByHcPartyFilter.ts +25 -0
- package/icc-x-api/filters/ContactByHcPartyPatientTagCodeDateFilter.ts +32 -0
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.ts +30 -0
- package/icc-x-api/filters/ContactByServiceIdsFilter.ts +24 -0
- package/icc-x-api/filters/DeviceByHcPartyFilter.ts +24 -0
- package/icc-x-api/filters/DeviceByIdsFilter.ts +24 -0
- package/icc-x-api/filters/HealthElementByHcPartyFilter.ts +24 -0
- package/icc-x-api/filters/HealthElementByHcPartyIdentifiersFilter.ts +26 -0
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.ts +25 -0
- package/icc-x-api/filters/HealthElementByHcPartyTagCodeFilter.ts +29 -0
- package/icc-x-api/filters/HealthElementByIdsFilter.ts +24 -0
- package/icc-x-api/filters/HealthcarePartyByIdsFilter.ts +24 -0
- package/icc-x-api/filters/HealthcarePartyByNameFilter.ts +25 -0
- package/icc-x-api/filters/HealthcarePartyByTagCodeFilter.ts +27 -0
- package/icc-x-api/filters/IntersectionFilter.ts +11 -0
- package/icc-x-api/filters/InvoiceByHcPartyCodeDateFilter.ts +27 -0
- package/icc-x-api/filters/MaintenanceTaskAfterDateFilter.ts +25 -0
- package/icc-x-api/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.ts +26 -0
- package/icc-x-api/filters/MaintenanceTaskByHcPartyAndTypeFilter.ts +25 -0
- package/icc-x-api/filters/MaintenanceTaskByIdsFilter.ts +24 -0
- package/icc-x-api/filters/PatientByHcPartyAndActiveFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyAndAddressFilter.ts +27 -0
- package/icc-x-api/filters/PatientByHcPartyAndExternalIdFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyAndIdentifiersFilter.ts +26 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyAndSsinsFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthBetweenFilter.ts +26 -0
- package/icc-x-api/filters/PatientByHcPartyDateOfBirthFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyFilter.ts +24 -0
- package/icc-x-api/filters/PatientByHcPartyGenderEducationProfession.ts +19 -0
- package/icc-x-api/filters/PatientByHcPartyNameContainsFuzzyFilter.ts +25 -0
- package/icc-x-api/filters/PatientByHcPartyNameFilter.ts +25 -0
- package/icc-x-api/filters/PatientByIdsFilter.ts +24 -0
- package/icc-x-api/filters/ServiceByContactsAndSubcontactsFilter.ts +28 -0
- package/icc-x-api/filters/ServiceByHcPartyFilter.ts +24 -0
- package/icc-x-api/filters/ServiceByHcPartyHealthElementIdsFilter.ts +25 -0
- package/icc-x-api/filters/ServiceByHcPartyIdentifiersFilter.ts +26 -0
- package/icc-x-api/filters/ServiceByHcPartyTagCodeDateFilter.ts +31 -0
- package/icc-x-api/filters/ServiceByIdsFilter.ts +24 -0
- package/icc-x-api/filters/ServiceBySecretForeignKeys.ts +25 -0
- package/icc-x-api/filters/UnionFilter.ts +10 -0
- package/icc-x-api/filters/UserByIdsFilter.ts +24 -0
- package/icc-x-api/filters/UserByNameEmailPhoneFilter.ts +24 -0
- package/icc-x-api/filters/UsersByPatientIdFilter.ts +25 -0
- package/icc-x-api/filters/filters.ts +362 -0
- package/icc-x-api/icc-accesslog-x-api.ts +332 -0
- package/icc-x-api/icc-bekmehr-x-api.ts +360 -0
- package/icc-x-api/icc-calendar-item-x-api.ts +278 -0
- package/icc-x-api/icc-classification-x-api.ts +136 -0
- package/icc-x-api/icc-code-x-api.ts +133 -0
- package/icc-x-api/icc-contact-x-api.ts +957 -0
- package/icc-x-api/icc-crypto-x-api.ts +940 -0
- package/icc-x-api/icc-data-owner-x-api.ts +236 -0
- package/icc-x-api/icc-doctemplate-x-api.ts +104 -0
- package/icc-x-api/icc-document-x-api.ts +837 -0
- package/icc-x-api/icc-form-x-api.ts +157 -0
- package/icc-x-api/icc-hcparty-x-api.ts +150 -0
- package/icc-x-api/icc-helement-x-api.ts +393 -0
- package/icc-x-api/icc-icure-maintenance-x-api.ts +126 -0
- package/icc-x-api/icc-invoice-x-api.ts +209 -0
- package/icc-x-api/icc-maintenance-task-x-api.ts +194 -0
- package/icc-x-api/icc-message-x-api.ts +144 -0
- package/icc-x-api/icc-patient-x-api.ts +1215 -0
- package/icc-x-api/icc-receipt-x-api.ts +137 -0
- package/icc-x-api/icc-time-table-x-api.ts +109 -0
- package/icc-x-api/icc-user-x-api.ts +20 -0
- package/icc-x-api/index.ts +352 -0
- package/icc-x-api/maintenance/KeyPairUpdateRequest.ts +60 -0
- package/icc-x-api/rsrc/codelng.ts +8 -0
- package/icc-x-api/rsrc/contact.i18n.ts +110 -0
- package/icc-x-api/rsrc/icd10.ts +113 -0
- package/icc-x-api/rsrc/icpc2.ts +22 -0
- package/icc-x-api/storage/DefaultStorageEntryKeysFactory.ts +20 -0
- package/icc-x-api/storage/IcureStorageFacade.ts +93 -0
- package/icc-x-api/storage/KeyStorageFacade.ts +35 -0
- package/icc-x-api/storage/KeyStorageImpl.ts +36 -0
- package/icc-x-api/storage/LocalStorageImpl.ts +27 -0
- package/icc-x-api/storage/StorageEntryKeysFactory.ts +39 -0
- package/icc-x-api/storage/StorageFacade.ts +21 -0
- package/icc-x-api/utils/asn1-packer.ts +87 -0
- package/icc-x-api/utils/asn1-parser.ts +151 -0
- package/icc-x-api/utils/binary-utils.ts +163 -0
- package/icc-x-api/utils/code-util.ts +39 -0
- package/icc-x-api/utils/collection-utils.ts +18 -0
- package/icc-x-api/utils/crypto-utils.ts +251 -0
- package/icc-x-api/utils/formatting-util.ts +220 -0
- package/icc-x-api/utils/functional-util.ts +16 -0
- package/icc-x-api/utils/graph-utils.ts +218 -0
- package/icc-x-api/utils/hcp-util.ts +122 -0
- package/icc-x-api/utils/index.ts +7 -0
- package/icc-x-api/utils/insurability-util.ts +54 -0
- package/icc-x-api/utils/lru-temporised-async-cache.ts +133 -0
- package/icc-x-api/utils/net-utils.ts +243 -0
- package/icc-x-api/utils/person-util.ts +29 -0
- package/icc-x-api/utils/uuid-encoder.ts +127 -0
- package/icure-pre-commit/.pre-commit-config.yaml +16 -0
- package/icure-pre-commit/.secrets.baseline +109 -0
- package/icure-pre-commit/README.md +17 -0
- package/icure-pre-commit/basic.pre-commit-config.yaml +16 -0
- package/icure-pre-commit/detect-secrets/filters/__pycache__/is_key_format.cpython-39.pyc +0 -0
- package/icure-pre-commit/icure_detect_secrets/filters/__pycache__/is_icure_safe_data.cpython-39.pyc +0 -0
- package/icure-pre-commit/icure_detect_secrets/filters/__pycache__/is_key_format.cpython-39.pyc +0 -0
- package/icure-pre-commit/icure_detect_secrets/filters/is_icure_safe_data.py +89 -0
- package/icure-pre-commit/icure_detect_secrets/filters/is_key_format.py +9 -0
- package/icure-pre-commit/icure_detect_secrets/plugins/EncodedFileDetector.py +71 -0
- package/icure-pre-commit/icure_detect_secrets/plugins/KeyFileDetector.py +57 -0
- package/icure-pre-commit/icure_detect_secrets/plugins/__pycache__/EncodedFileDetector.cpython-39.pyc +0 -0
- package/icure-pre-commit/icure_detect_secrets/plugins/__pycache__/KeyFileDetector.cpython-39.pyc +0 -0
- package/icure-pre-commit/install_optional_detect-secrets.sh +45 -0
- package/icure-pre-commit/install_required_tools.sh +35 -0
- package/icure-pre-commit/kotlin.pre-commit-config.yaml +21 -0
- package/icure-pre-commit/scan-secrets.sh +7 -0
- package/index.ts +8 -0
- package/node-compat.ts +11 -0
- package/package-lock.json +26824 -0
- package/package.json +66 -3
- package/sonar-project.properties +20 -0
- package/test/icc-api/api/IccDocumentApi.ts +157 -0
- package/test/icc-api/api/IccUserApi.ts +21 -0
- package/test/icc-api/e2e/IccCalendarItemApi.ts +43 -0
- package/test/icc-api/model/modelHelpersTest.ts +54 -0
- package/test/icc-x-api/auth/jwt-concurrency-test.ts +136 -0
- package/test/icc-x-api/crypto/concurrency.ts +33 -0
- package/test/icc-x-api/crypto/crypto-utils.ts +90 -0
- package/test/icc-x-api/crypto/cryptoTest.ts +348 -0
- package/test/icc-x-api/crypto/delegate-ci-to-patient-with-missing-keys-test.ts +168 -0
- package/test/icc-x-api/crypto/full-crypto-test.ts +586 -0
- package/test/icc-x-api/crypto/shamir.ts +177 -0
- package/test/icc-x-api/crypto/share-to-newly-created-patient-from-hcp.ts +96 -0
- package/test/icc-x-api/entity-with-attachments-api-test.ts +127 -0
- package/test/icc-x-api/filters/filters.ts +58 -0
- package/test/icc-x-api/icc-accesslog-x-api.ts +102 -0
- package/test/icc-x-api/icc-auth-api.ts +44 -0
- package/test/icc-x-api/icc-calendar-item-x-api.ts +94 -0
- package/test/icc-x-api/icc-contact-x-api.ts +223 -0
- package/test/icc-x-api/icc-form-x-api.ts +94 -0
- package/test/icc-x-api/icc-helement-x-api-test.ts +197 -0
- package/test/icc-x-api/icc-invoice-x-api.ts +97 -0
- package/test/icc-x-api/icc-maintenance-task-x-api-test.ts +261 -0
- package/test/icc-x-api/icc-patient-x-api-test.ts +55 -0
- package/test/icc-x-api/icc-time-table-x-api.ts +78 -0
- package/test/icc-x-api/icc-user-x-api-test.ts +21 -0
- package/test/icc-x-api/patient-user.ts +132 -0
- package/test/icc-x-api/storage/storage.ts +41 -0
- package/test/icc-x-api/test-legacy-data-support.ts +285 -0
- package/test/icc-x-api/utils/graph-test.ts +53 -0
- package/test/scratch/docker-compose-cloud-debug.yaml +113 -0
- package/test/scratch/docker-compose-cloud-debuggable.yaml +85 -0
- package/test/scratch/docker-compose-cloud.yaml +119 -0
- package/test/scratch/docker.ini +9 -0
- package/test/scratch/haproxy/haproxy.cfg +26 -0
- package/test/utils/TestApi.ts +27 -0
- package/test/utils/TestCryptoStrategies.ts +49 -0
- package/test/utils/TestStorage.ts +68 -0
- package/test/utils/test-utils-decorators.ts +411 -0
- package/test/utils/test_utils.ts +275 -0
- package/test-scripts/cleanup.ts +26 -0
- package/tsconfig.json +21 -0
- package/icc-api/api/IccDeviceApi.d.ts +0 -151
- package/icc-api/api/IccDeviceApi.js.map +0 -1
- package/icc-api/api/IccDoctemplateApi.js.map +0 -1
- package/icc-api/api/IccDocumentTemplateApi.js.map +0 -1
- package/icc-api/api/IccHcpartyApi.d.ts +0 -194
- package/icc-api/api/IccHcpartyApi.js.map +0 -1
- package/icc-api/api/IccPatientApi.d.ts +0 -306
- package/icc-api/api/IccPatientApi.js.map +0 -1
- package/icc-api/model/MaintenanceTask.d.ts +0 -95
- package/icc-api/model/MaintenanceTask.js +0 -18
- package/icc-api/model/MaintenanceTask.js.map +0 -1
- package/icc-api/model/User.d.ts +0 -134
- package/icc-api/model/User.js +0 -25
- package/icc-api/model/User.js.map +0 -1
- package/icc-api/model/models.d.ts +0 -273
- package/icc-api/model/models.js.map +0 -1
- package/icc-x-api/crypto/AES.d.ts +0 -52
- package/icc-x-api/crypto/AES.js +0 -146
- package/icc-x-api/crypto/AES.js.map +0 -1
- package/icc-x-api/crypto/RSA.d.ts +0 -93
- package/icc-x-api/crypto/RSA.js +0 -114
- package/icc-x-api/crypto/RSA.js.map +0 -1
- package/icc-x-api/crypto/utils.d.ts +0 -0
- package/icc-x-api/crypto/utils.js +0 -2
- package/icc-x-api/crypto/utils.js.map +0 -1
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.d.ts +0 -13
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js +0 -13
- package/icc-x-api/filters/ContactByHcPartyTagCodeDateFilter.js.map +0 -1
- package/icc-x-api/filters/DeviceByHcPartyFilter.d.ts +0 -7
- package/icc-x-api/filters/DeviceByHcPartyFilter.js +0 -13
- package/icc-x-api/filters/DeviceByHcPartyFilter.js.map +0 -1
- package/icc-x-api/filters/DeviceByIdsFilter.d.ts +0 -7
- package/icc-x-api/filters/DeviceByIdsFilter.js +0 -13
- package/icc-x-api/filters/DeviceByIdsFilter.js.map +0 -1
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.d.ts +0 -8
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js +0 -13
- package/icc-x-api/filters/HealthElementByHcPartySecretForeignKeysFilter.js.map +0 -1
- package/icc-x-api/icc-accesslog-x-api.d.ts +0 -52
- package/icc-x-api/icc-accesslog-x-api.js +0 -231
- package/icc-x-api/icc-accesslog-x-api.js.map +0 -1
- package/icc-x-api/icc-calendar-item-x-api.d.ts +0 -50
- package/icc-x-api/icc-calendar-item-x-api.js +0 -226
- package/icc-x-api/icc-calendar-item-x-api.js.map +0 -1
- package/icc-x-api/icc-classification-x-api.d.ts +0 -15
- package/icc-x-api/icc-classification-x-api.js +0 -65
- package/icc-x-api/icc-classification-x-api.js.map +0 -1
- package/icc-x-api/icc-contact-x-api.d.ts +0 -129
- package/icc-x-api/icc-contact-x-api.js +0 -769
- package/icc-x-api/icc-contact-x-api.js.map +0 -1
- package/icc-x-api/icc-crypto-x-api.d.ts +0 -495
- package/icc-x-api/icc-crypto-x-api.js +0 -1731
- package/icc-x-api/icc-crypto-x-api.js.map +0 -1
- package/icc-x-api/icc-data-owner-x-api.d.ts +0 -14
- package/icc-x-api/icc-data-owner-x-api.js +0 -44
- package/icc-x-api/icc-data-owner-x-api.js.map +0 -1
- package/icc-x-api/icc-doctemplate-x-api.js +0 -81
- package/icc-x-api/icc-doctemplate-x-api.js.map +0 -1
- package/icc-x-api/icc-document-x-api.d.ts +0 -44
- package/icc-x-api/icc-document-x-api.js +0 -555
- package/icc-x-api/icc-document-x-api.js.map +0 -1
- package/icc-x-api/icc-form-x-api.d.ts +0 -35
- package/icc-x-api/icc-form-x-api.js +0 -131
- package/icc-x-api/icc-form-x-api.js.map +0 -1
- package/icc-x-api/icc-hcparty-x-api.d.ts +0 -32
- package/icc-x-api/icc-hcparty-x-api.js +0 -117
- package/icc-x-api/icc-hcparty-x-api.js.map +0 -1
- package/icc-x-api/icc-helement-x-api.d.ts +0 -62
- package/icc-x-api/icc-helement-x-api.js +0 -324
- package/icc-x-api/icc-helement-x-api.js.map +0 -1
- package/icc-x-api/icc-invoice-x-api.d.ts +0 -41
- package/icc-x-api/icc-invoice-x-api.js +0 -150
- package/icc-x-api/icc-invoice-x-api.js.map +0 -1
- package/icc-x-api/icc-maintenance-task-x-api.d.ts +0 -31
- package/icc-x-api/icc-maintenance-task-x-api.js +0 -167
- package/icc-x-api/icc-maintenance-task-x-api.js.map +0 -1
- package/icc-x-api/icc-message-x-api.d.ts +0 -14
- package/icc-x-api/icc-message-x-api.js +0 -59
- package/icc-x-api/icc-message-x-api.js.map +0 -1
- package/icc-x-api/icc-patient-x-api.d.ts +0 -99
- package/icc-x-api/icc-patient-x-api.js +0 -893
- package/icc-x-api/icc-patient-x-api.js.map +0 -1
- package/icc-x-api/icc-receipt-x-api.d.ts +0 -18
- package/icc-x-api/icc-receipt-x-api.js +0 -74
- package/icc-x-api/icc-receipt-x-api.js.map +0 -1
- package/icc-x-api/icc-time-table-x-api.d.ts +0 -24
- package/icc-x-api/icc-time-table-x-api.js +0 -41
- package/icc-x-api/icc-time-table-x-api.js.map +0 -1
- package/icc-x-api/index.d.ts +0 -75
- package/icc-x-api/index.js +0 -160
- package/icc-x-api/index.js.map +0 -1
- package/icc-x-api/utils/crypto-utils.d.ts +0 -61
- package/icc-x-api/utils/crypto-utils.js +0 -246
- package/icc-x-api/utils/crypto-utils.js.map +0 -1
- /package/{icc-api → dist/icc-api}/api/IccAccesslogApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAccesslogApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAccesslogApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAgendaApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAgendaApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAgendaApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAnonymousAccessApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAnonymousAccessApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAnonymousAccessApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccApplicationsettingsApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccApplicationsettingsApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccApplicationsettingsApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccArticleApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccArticleApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccArticleApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAuthApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAuthApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccAuthApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeefactApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeefactApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeefactApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBekmehrApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBekmehrApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBekmehrApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBemikronoApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBemikronoApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBemikronoApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultexportApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultexportApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultexportApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultimportApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultimportApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBeresultimportApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBesamv2Api.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBesamv2Api.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccBesamv2Api.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemTypeApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemTypeApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCalendarItemTypeApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationTemplateApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationTemplateApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccClassificationTemplateApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCodeApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCodeApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccCodeApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccContactApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccContactApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccContactApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDataownerApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDataownerApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDataownerApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDeviceApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDoctemplateApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDoctemplateApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDocumentApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDocumentApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDocumentApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDocumentTemplateApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccDocumentTemplateApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntityrefApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntityrefApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntityrefApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntitytemplateApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntitytemplateApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccEntitytemplateApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFormApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFormApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFormApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFrontendmigrationApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFrontendmigrationApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccFrontendmigrationApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccGroupApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccGroupApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccGroupApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccHcpartyApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccHelementApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccHelementApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccHelementApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccIcureApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccIcureApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccIcureApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInsuranceApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInsuranceApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInsuranceApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInvoiceApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInvoiceApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccInvoiceApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccKeywordApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccKeywordApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccKeywordApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMaintenanceTaskApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMaintenanceTaskApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMaintenanceTaskApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedexApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedexApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedexApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedicallocationApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedicallocationApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMedicallocationApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMessageApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMessageApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccMessageApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPatientApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPermissionApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPermissionApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPermissionApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPlaceApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPlaceApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPlaceApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPubsubApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPubsubApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccPubsubApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReceiptApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReceiptApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReceiptApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReplicationApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReplicationApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccReplicationApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTarificationApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTarificationApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTarificationApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTimeTableApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTimeTableApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTimeTableApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTmpApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTmpApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccTmpApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/IccUserApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/IccUserApi.js +0 -0
- /package/{icc-api → dist/icc-api}/api/IccUserApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/api/XHR.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/api/XHR.js +0 -0
- /package/{icc-api → dist/icc-api}/api/XHR.js.map +0 -0
- /package/{icc-api → dist/icc-api}/iccApi.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/iccApi.js +0 -0
- /package/{icc-api → dist/icc-api}/iccApi.js.map +0 -0
- /package/{icc-api → dist/icc-api}/index.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/index.js +0 -0
- /package/{icc-api → dist/icc-api}/index.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterCode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterCode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterCode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterContact.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterContact.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterContact.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterDevice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterDevice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterDevice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthElement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthElement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthElement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthcareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthcareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterHealthcareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterInvoice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterInvoice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterInvoice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterMaintenanceTask.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterMaintenanceTask.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterMaintenanceTask.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterPatient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterPatient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterPatient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterService.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterService.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterService.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterUser.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterUser.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AbstractFilterUser.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AccessLog.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AccessLog.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AccessLog.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AddedDocument.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AddedDocument.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AddedDocument.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Address.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Address.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Address.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AdministrationQuantity.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AdministrationQuantity.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AdministrationQuantity.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Agenda.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Agenda.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Agenda.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AgreementAppendix.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AgreementAppendix.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AgreementAppendix.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Amp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Amp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Amp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AmpComponent.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AmpComponent.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AmpComponent.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Ampp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Ampp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Ampp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AmppComponent.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AmppComponent.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AmppComponent.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Annotation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Annotation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Annotation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ApplicationSettings.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ApplicationSettings.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ApplicationSettings.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Appointment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Appointment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Appointment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentImport.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentImport.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentImport.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentTypeAndPlace.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentTypeAndPlace.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AppointmentTypeAndPlace.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Article.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Article.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Article.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Atc.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Atc.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Atc.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Attachment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Attachment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Attachment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AttachmentMetadata.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AttachmentMetadata.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AttachmentMetadata.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationResponse.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationResponse.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationResponse.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationToken.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationToken.js +0 -0
- /package/{icc-api → dist/icc-api}/model/AuthenticationToken.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Basic.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Basic.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Basic.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Body.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Body.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Body.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Body3.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Body3.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Body3.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/BulkAttachmentUpdateOptions.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/BulkAttachmentUpdateOptions.js +0 -0
- /package/{icc-api → dist/icc-api}/model/BulkAttachmentUpdateOptions.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ByteArray.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ByteArray.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ByteArray.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemTag.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemTag.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemTag.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CalendarItemType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMember.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMember.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMember.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMembership.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMembership.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CareTeamMembership.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CheckSMFPatientResult.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CheckSMFPatientResult.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CheckSMFPatientResult.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Classification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Classification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Classification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ClassificationTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ClassificationTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ClassificationTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Code.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Code.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Code.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CodeType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/CommentedClassification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/CommentedClassification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/CommentedClassification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Commercialization.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Commercialization.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Commercialization.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Company.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Company.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Company.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Contact.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Contact.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Contact.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Content.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Content.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Content.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Copayment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Copayment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Copayment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Data.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Data.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Data.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DataAttachment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DataAttachment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DataAttachment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerRegistrationSuccess.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerRegistrationSuccess.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerRegistrationSuccess.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerWithType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerWithType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DataOwnerWithType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInitialisation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInitialisation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseInitialisation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseSynchronization.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseSynchronization.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DatabaseSynchronization.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Delegation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Delegation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Delegation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DeletedAttachment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DeletedAttachment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DeletedAttachment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Device.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Device.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Device.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DeviceType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DeviceType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DeviceType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DiaryNoteExportInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DiaryNoteExportInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DiaryNoteExportInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Dmpp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Dmpp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Dmpp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DocIdentifier.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DocIdentifier.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DocIdentifier.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Document.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Document.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Document.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/DocumentTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Duration.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Duration.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Duration.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EIDItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EIDItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EIDItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Editor.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Editor.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Editor.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EfactInvoice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EfactInvoice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EfactInvoice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailOrSmsMessage.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailOrSmsMessage.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailOrSmsMessage.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EmailTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Employer.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Employer.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Employer.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EmploymentInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EmploymentInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EmploymentInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityReference.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityReference.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityReference.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/EntityTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Episode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Episode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Episode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainCode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainCode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainCode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainContact.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainContact.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainContact.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainDevice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainDevice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainDevice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthElement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthElement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthElement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthcareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthcareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainHealthcareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainInvoice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainInvoice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainInvoice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainMaintenanceTask.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainMaintenanceTask.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainMaintenanceTask.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainPatient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainPatient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainPatient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainService.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainService.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainService.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainUser.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainUser.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FilterChainUser.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FinancialInstitutionInformation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FinancialInstitutionInformation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FinancialInstitutionInformation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FlatRateTarification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FlatRateTarification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FlatRateTarification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FlowItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FlowItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FlowItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Form.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Form.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Form.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormColumn.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormColumn.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormColumn.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormDataOption.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormDataOption.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormDataOption.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayout.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayout.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayout.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayoutData.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayoutData.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormLayoutData.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormPlanning.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormPlanning.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormPlanning.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormSection.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormSection.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormSection.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplateLayout.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplateLayout.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FormTemplateLayout.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Formula.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Formula.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Formula.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/FrontEndMigration.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/FrontEndMigration.js +0 -0
- /package/{icc-api → dist/icc-api}/model/FrontEndMigration.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Group.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Group.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Group.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDatabasesInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDatabasesInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDatabasesInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDeletionReport.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDeletionReport.js +0 -0
- /package/{icc-api → dist/icc-api}/model/GroupDeletionReport.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCodeType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCodeType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/GuiCodeType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthElement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthElement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthElement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcarePartyHistoryStatus.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcarePartyHistoryStatus.js +0 -0
- /package/{icc-api → dist/icc-api}/model/HealthcarePartyHistoryStatus.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IcureStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IcureStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IcureStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IdWithRev.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IdWithRev.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IdWithRev.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Identifier.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Identifier.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Identifier.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IdentityDocumentReader.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IdentityDocumentReader.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IdentityDocumentReader.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportMapping.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportMapping.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportMapping.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportResult.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportResult.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ImportResult.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IncapacityExportInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IncapacityExportInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IncapacityExportInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexedIdentifier.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexedIdentifier.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexedIdentifier.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexingInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexingInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/IndexingInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Ingredient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Ingredient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Ingredient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurability.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurability.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurability.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurance.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurance.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Insurance.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Invoice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Invoice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Invoice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceSender.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceSender.js +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoiceSender.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicesBatch.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicesBatch.js +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicesBatch.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicingCode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicingCode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/InvoicingCode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Keyword.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Keyword.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Keyword.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/KeywordSubword.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/KeywordSubword.js +0 -0
- /package/{icc-api → dist/icc-api}/model/KeywordSubword.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/LabelledOccurence.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/LabelledOccurence.js +0 -0
- /package/{icc-api → dist/icc-api}/model/LabelledOccurence.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/LetterValue.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/LetterValue.js +0 -0
- /package/{icc-api → dist/icc-api}/model/LetterValue.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfIds.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfIds.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfIds.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfProperties.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfProperties.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ListOfProperties.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/LoginCredentials.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/LoginCredentials.js +0 -0
- /package/{icc-api → dist/icc-api}/model/LoginCredentials.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MapOfIds.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MapOfIds.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MapOfIds.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Measure.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Measure.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Measure.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MedexInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MedexInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MedexInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalHouseContract.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalHouseContract.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalHouseContract.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalLocation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalLocation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicalLocation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Medication.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Medication.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Medication.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicationSchemeExportInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicationSchemeExportInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MedicationSchemeExportInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Medicinalproduct.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Medicinalproduct.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Medicinalproduct.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Message.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Message.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Message.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageReadStatus.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageReadStatus.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageReadStatus.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageWithBatch.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageWithBatch.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MessageWithBatch.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MessagesReadStatusUpdate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MessagesReadStatusUpdate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MessagesReadStatusUpdate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoAppointmentTypeRest.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoAppointmentTypeRest.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoAppointmentTypeRest.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoCredentials.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoCredentials.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MikronoCredentials.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/MimeAttachment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/MimeAttachment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/MimeAttachment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ModelHelper.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ModelHelper.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ModelHelper.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Nmp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Nmp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Nmp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/NoGenericPrescriptionReason.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/NoGenericPrescriptionReason.js +0 -0
- /package/{icc-api → dist/icc-api}/model/NoGenericPrescriptionReason.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/NoSwitchReason.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/NoSwitchReason.js +0 -0
- /package/{icc-api → dist/icc-api}/model/NoSwitchReason.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/NumeratorRange.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/NumeratorRange.js +0 -0
- /package/{icc-api → dist/icc-api}/model/NumeratorRange.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PackagingType.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PackagingType.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PackagingType.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedDocumentKeyIdPairObject.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedDocumentKeyIdPairObject.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedDocumentKeyIdPairObject.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAccessLog.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAccessLog.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAccessLog.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAmp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAmp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListAmp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassificationTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassificationTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListClassificationTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListCode.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListCode.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListCode.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListContact.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListContact.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListContact.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDevice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDevice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDevice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDocument.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDocument.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListDocument.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListEntityTemplate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListEntityTemplate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListEntityTemplate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListForm.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListForm.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListForm.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthElement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthElement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthElement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthcareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthcareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListHealthcareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListInvoice.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListInvoice.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListInvoice.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMaintenanceTask.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMaintenanceTask.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMaintenanceTask.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMessage.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMessage.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListMessage.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListNmp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListNmp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListNmp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListPatient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListPatient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListPatient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListService.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListService.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListService.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListString.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListString.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListString.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListTarification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListTarification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListTarification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListUser.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListUser.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListUser.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmpGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmpGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PaginatedListVmpGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Paragraph.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Paragraph.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Paragraph.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ParagraphAgreement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ParagraphAgreement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ParagraphAgreement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Part.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Part.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Part.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Partnership.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Partnership.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Partnership.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Patient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Patient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Patient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientByHcPartyGenderEducationProfession.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientByHcPartyGenderEducationProfession.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientByHcPartyGenderEducationProfession.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientHealthCareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientHealthCareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientHealthCareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientRegistrationSuccess.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientRegistrationSuccess.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PatientRegistrationSuccess.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Payment.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Payment.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Payment.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Periodicity.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Periodicity.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Periodicity.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Permission.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Permission.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Permission.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionCriterion.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionCriterion.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionCriterion.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PermissionItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PersonName.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PersonName.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PersonName.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalForm.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalForm.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalForm.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalFormStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalFormStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PharmaceuticalFormStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Place.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Place.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Place.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PlanOfAction.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PlanOfAction.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PlanOfAction.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Predicate.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Predicate.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Predicate.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Pricing.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Pricing.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Pricing.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyTypeStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyTypeStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PropertyTypeStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/PublicKey.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/PublicKey.js +0 -0
- /package/{icc-api → dist/icc-api}/model/PublicKey.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Quantity.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Quantity.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Quantity.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Receipt.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Receipt.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Receipt.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReferralPeriod.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReferralPeriod.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReferralPeriod.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RefreshTokenExpiredError.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RefreshTokenExpiredError.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RefreshTokenExpiredError.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RegimenItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RegimenItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RegimenItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationInformation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationInformation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationInformation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationSuccess.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationSuccess.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RegistrationSuccess.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Reimbursement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Reimbursement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Reimbursement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReimbursementCriterion.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReimbursementCriterion.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReimbursementCriterion.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Remote.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Remote.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Remote.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RemoteAuthentication.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RemoteAuthentication.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RemoteAuthentication.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Renewal.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Renewal.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Renewal.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicateCommand.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicateCommand.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicateCommand.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Replication.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Replication.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Replication.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationStats.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationStats.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicationStats.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorDocument.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorDocument.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorDocument.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorResponse.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorResponse.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ReplicatorResponse.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ResultInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ResultInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ResultInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RevisionInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RevisionInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RevisionInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Right.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Right.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Right.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/RouteOfAdministration.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/RouteOfAdministration.js +0 -0
- /package/{icc-api → dist/icc-api}/model/RouteOfAdministration.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SamText.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SamText.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SamText.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SamVersion.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SamVersion.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SamVersion.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SchoolingInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SchoolingInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SchoolingInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Section.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Section.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Section.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Service.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Service.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Service.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/ServiceLink.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/ServiceLink.js +0 -0
- /package/{icc-api → dist/icc-api}/model/ServiceLink.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SoftwareMedicalFileExport.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SoftwareMedicalFileExport.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SoftwareMedicalFileExport.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/StandardSubstance.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/StandardSubstance.js +0 -0
- /package/{icc-api → dist/icc-api}/model/StandardSubstance.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/StrengthRange.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/StrengthRange.js +0 -0
- /package/{icc-api → dist/icc-api}/model/StrengthRange.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/StructureElement.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/StructureElement.js +0 -0
- /package/{icc-api → dist/icc-api}/model/StructureElement.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SubContact.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SubContact.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SubContact.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Substance.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Substance.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Substance.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SubstanceStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SubstanceStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SubstanceStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Substanceproduct.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Substanceproduct.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Substanceproduct.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Suggest.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Suggest.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Suggest.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrContent.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrContent.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrContent.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrExportInfo.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrExportInfo.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrExportInfo.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrValidity.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrValidity.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SumehrValidity.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/SupplyProblem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/SupplyProblem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/SupplyProblem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Suspension.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Suspension.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Suspension.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Tag.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Tag.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Tag.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Tarification.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Tarification.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Tarification.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Telecom.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Telecom.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Telecom.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeSeries.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeSeries.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeSeries.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTable.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTable.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTable.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableHour.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableHour.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableHour.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableItem.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableItem.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TimeTableItem.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TokenWithGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TokenWithGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TokenWithGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/TypedValueObject.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/TypedValueObject.js +0 -0
- /package/{icc-api → dist/icc-api}/model/TypedValueObject.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Unit.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Unit.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Unit.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/UserAndHealthcareParty.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/UserAndHealthcareParty.js +0 -0
- /package/{icc-api → dist/icc-api}/model/UserAndHealthcareParty.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/UserGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/UserGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/UserGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Valorisation.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Valorisation.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Valorisation.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Verse.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Verse.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Verse.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualForm.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualForm.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualForm.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualIngredient.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualIngredient.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VirtualIngredient.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Vmp.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Vmp.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Vmp.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpComponent.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpComponent.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpComponent.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroup.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroup.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroup.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroupStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroupStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpGroupStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpStub.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpStub.js +0 -0
- /package/{icc-api → dist/icc-api}/model/VmpStub.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Vtm.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Vtm.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Vtm.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Wada.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Wada.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Wada.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSession.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSession.js +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSession.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTime.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTime.js +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTime.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTimeUnits.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTimeUnits.js +0 -0
- /package/{icc-api → dist/icc-api}/model/WebSessionMaxIdleTimeUnits.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/Weekday.d.ts +0 -0
- /package/{icc-api → dist/icc-api}/model/Weekday.js +0 -0
- /package/{icc-api → dist/icc-api}/model/Weekday.js.map +0 -0
- /package/{icc-api → dist/icc-api}/model/models.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthService.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthService.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthService.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthenticationProvider.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthenticationProvider.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/AuthenticationProvider.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/BasicAuthService.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/BasicAuthService.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/BasicAuthService.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/EnsembleAuthService.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/EnsembleAuthService.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/EnsembleAuthService.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/JwtAuthService.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/JwtAuthService.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/JwtAuthService.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/NoAuthService.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/NoAuthService.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/auth/NoAuthService.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/crypto/shamir.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/crypto/shamir.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/crypto/shamir.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllCodesFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllCodesFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllCodesFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllDevicesFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllDevicesFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllDevicesFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllHealthcarePartiesFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllHealthcarePartiesFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllHealthcarePartiesFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllUsersFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllUsersFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/AllUsersFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeByRegionTypeLabelLanguageFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/CodeIdsByTypeCodeVersionIntervalFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ComplementFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ComplementFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ComplementFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ConstantFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ConstantFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ConstantFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByHcPartyPatientTagCodeDateFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByServiceIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByServiceIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ContactByServiceIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyIdentifiersFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByHcPartyTagCodeFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthElementByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByNameFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByNameFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByNameFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByTagCodeFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByTagCodeFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/HealthcarePartyByTagCodeFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/IntersectionFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/IntersectionFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/IntersectionFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/InvoiceByHcPartyCodeDateFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskAfterDateFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskAfterDateFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskAfterDateFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndIdentifiersFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByHcPartyAndTypeFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/MaintenanceTaskByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndActiveFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndActiveFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndActiveFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndAddressFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndAddressFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndAddressFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndExternalIdFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndIdentifiersFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyAndSsinsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthBetweenFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyDateOfBirthFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyGenderEducationProfession.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameContainsFuzzyFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByHcPartyNameFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/PatientByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByContactsAndSubcontactsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyHealthElementIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyIdentifiersFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByHcPartyTagCodeDateFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceBySecretForeignKeys.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceBySecretForeignKeys.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/ServiceBySecretForeignKeys.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UnionFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UnionFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UnionFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByIdsFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByIdsFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByIdsFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByNameEmailPhoneFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByNameEmailPhoneFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UserByNameEmailPhoneFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UsersByPatientIdFilter.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UsersByPatientIdFilter.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/UsersByPatientIdFilter.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/filters.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/filters.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/filters/filters.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-bekmehr-x-api.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-bekmehr-x-api.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-bekmehr-x-api.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-code-x-api.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-code-x-api.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-code-x-api.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-doctemplate-x-api.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-user-x-api.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-user-x-api.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/icc-user-x-api.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/codelng.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/codelng.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/codelng.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/contact.i18n.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/contact.i18n.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/contact.i18n.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icd10.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icd10.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icd10.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icpc2.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icpc2.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/rsrc/icpc2.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageFacade.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageFacade.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageFacade.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageImpl.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageImpl.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/KeyStorageImpl.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/LocalStorageImpl.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/LocalStorageImpl.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/LocalStorageImpl.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/StorageFacade.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/StorageFacade.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/storage/StorageFacade.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-packer.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-packer.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-packer.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-parser.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-parser.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/asn1-parser.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/binary-utils.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/binary-utils.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/binary-utils.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/code-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/code-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/code-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/formatting-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/formatting-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/formatting-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/functional-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/functional-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/functional-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/hcp-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/hcp-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/hcp-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/index.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/index.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/index.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/insurability-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/insurability-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/insurability-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/net-utils.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/net-utils.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/net-utils.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/person-util.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/person-util.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/person-util.js.map +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/uuid-encoder.d.ts +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/uuid-encoder.js +0 -0
- /package/{icc-x-api → dist/icc-x-api}/utils/uuid-encoder.js.map +0 -0
- /package/{index.d.ts → dist/index.d.ts} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{index.js.map → dist/index.js.map} +0 -0
- /package/{node-compat.d.ts → dist/node-compat.d.ts} +0 -0
- /package/{node-compat.js → dist/node-compat.js} +0 -0
- /package/{node-compat.js.map → dist/node-compat.js.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icc-crypto-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-crypto-x-api.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable */\nimport { AESUtils } from './crypto/AES'\nimport { KeyPair, RSAUtils } from './crypto/RSA'\nimport { ShamirClass } from './crypto/shamir'\nimport * as _ from 'lodash'\nimport { Delegation, Device, Document, EncryptedEntity, EncryptedParentEntity, HealthcareParty, Patient, User } from '../icc-api/model/models'\nimport { b2a, b64_2uas, hex2ua, string2ua, ua2hex, ua2string, ua2utf8, utf8_2ua } from './utils/binary-utils'\nimport { keyPairFromPrivateKeyJwk, pkcs8ToJwk, spkiToJwk } from './utils'\nimport { StorageFacade } from './storage/StorageFacade'\nimport { KeyStorageFacade } from './storage/KeyStorageFacade'\nimport { ExchangeKeysManager } from './crypto/ExchangeKeysManager'\nimport { CryptoPrimitives } from './crypto/CryptoPrimitives'\nimport { KeyManager } from './crypto/KeyManager'\nimport { DataOwner, DataOwnerWithType, IccDataOwnerXApi } from './icc-data-owner-x-api'\nimport { EntitiesEncryption } from './crypto/EntitiesEncryption'\nimport { IcureStorageFacade } from './storage/IcureStorageFacade'\nimport { ShamirKeysManager } from './crypto/ShamirKeysManager'\nimport { IccHcpartyApi } from '../icc-api'\nimport { StorageEntryKeysFactory } from './storage/StorageEntryKeysFactory'\nimport { ConfidentialEntities } from './crypto/ConfidentialEntities'\n\ninterface DelegatorAndKeys {\n delegatorId: string\n key: CryptoKey\n rawKey: string\n}\n\nexport class IccCryptoXApi {\n keychainLocalStoreIdPrefix = 'org.taktik.icure.ehealth.keychain.'\n keychainValidityDateLocalStoreIdPrefix = 'org.taktik.icure.ehealth.keychain-date.'\n hcpPreferenceKeyEhealthCert = 'eHealthCRTCrypt'\n hcpPreferenceKeyEhealthCertDate = 'eHealthCRTDate'\n rsaLocalStoreIdPrefix = 'org.taktik.icure.rsa.'\n private readonly exchangeKeysManager: ExchangeKeysManager\n private readonly cryptoPrimitives: CryptoPrimitives\n private readonly keyManager: KeyManager\n private readonly dataOwnerApi: IccDataOwnerXApi\n private readonly entitiesEncrypiton: EntitiesEncryption\n private readonly confidentialEntities: ConfidentialEntities\n private readonly icureStorage: IcureStorageFacade\n private readonly shamirManager: ShamirKeysManager\n private readonly _storage: StorageFacade<string>\n private readonly _keyStorage: KeyStorageFacade\n\n private readonly hcpartyBaseApi: IccHcpartyApi\n\n get primitives(): CryptoPrimitives {\n return this.cryptoPrimitives\n }\n\n /**\n * @internal this method is for internal use only and may be changed without notice.\n */\n get exchangeKeys(): ExchangeKeysManager {\n return this.exchangeKeysManager\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.crypto} at {@link primitives}.\n */\n get crypto(): Crypto {\n return this.cryptoPrimitives.crypto\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.shamir} at {@link primitives}.\n */\n get shamir(): ShamirClass {\n return this.cryptoPrimitives.shamir\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.RSA} at {@link primitives}.\n */\n get RSA(): RSAUtils {\n return this.cryptoPrimitives.RSA\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.AES} at {@link primitives}.\n */\n get AES(): AESUtils {\n return this.cryptoPrimitives.AES\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get keyStorage(): KeyStorageFacade {\n return this._keyStorage\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get storage(): StorageFacade<string> {\n return this._storage\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get entities(): EntitiesEncryption {\n return this.entitiesEncrypiton\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get confidential(): ConfidentialEntities {\n return this.confidentialEntities\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get userKeysManager(): KeyManager {\n return this.keyManager\n }\n\n /**\n * @internal this is for internal use only and may be changed without notice.\n */\n get shamirKeysManager(): ShamirKeysManager {\n return this.shamirManager\n }\n\n /**\n * @internal\n */\n constructor(\n exchangeKeysManager: ExchangeKeysManager,\n cryptoPrimitives: CryptoPrimitives,\n keyManager: KeyManager,\n dataOwnerApi: IccDataOwnerXApi,\n entitiesEncrypiton: EntitiesEncryption,\n shamirManager: ShamirKeysManager,\n storage: StorageFacade<string>,\n keyStorage: KeyStorageFacade,\n icureStorageFacade: IcureStorageFacade,\n hcPartyBaseApi: IccHcpartyApi,\n confidentialEntities: ConfidentialEntities\n ) {\n this.exchangeKeysManager = exchangeKeysManager\n this.cryptoPrimitives = cryptoPrimitives\n this.keyManager = keyManager\n this.dataOwnerApi = dataOwnerApi\n this.entitiesEncrypiton = entitiesEncrypiton\n this.shamirManager = shamirManager\n this._storage = storage\n this._keyStorage = keyStorage\n this.icureStorage = icureStorageFacade\n this.hcpartyBaseApi = hcPartyBaseApi\n this.confidentialEntities = confidentialEntities\n }\n\n /**\n * Deletes values cached by the crypto api, to allow to detect changes in stored key pairs, exchange keys and/or current data owner details.\n * This method may be useful in cases where a user is logged in from multiple devices or in cases where other users have just shared some data with\n * the current user for the first time.\n */\n async forceReload() {\n this.exchangeKeysManager.clearCache(true)\n this.dataOwnerApi.clearCurrentDataOwnerIdsCache()\n await this.keyManager.reloadKeys()\n }\n\n /**\n * Get a key pair with the provided fingerprint if present.\n * @param fingerprint a key-pair/public-key fingerprint\n * @return the pair associated to the fingerprint and a boolean indicating if the pair is verified, if present, else undefined\n */\n getKeyPairForFingerprint(fingerprint: string): { pair: KeyPair<CryptoKey>; verified: boolean } | undefined {\n return this.keyManager.getKeyPairForFingerprint(fingerprint)\n }\n\n /**\n * Get the public keys of available key pairs for the current user and his parents in hex-encoded spki representation (uses cached keys: no request\n * is done to the server).\n * Note that this will also include unverified keys.\n * @return the spki representation of public keys of available keypairs for the current user.\n */\n async getCurrentUserHierarchyAvailablePublicKeysHex(): Promise<string[]> {\n return this.keyManager.getCurrentUserHierarchyAvailablePublicKeysHex()\n }\n\n /**\n * Get the public keys of available key pairs for the current user in hex-encoded spki representation (uses cached keys: no request is done to the\n * server).\n * By setting {@link verifiedOnly} to true only the public keys for verified key pairs will be returned: these will include only key pairs created\n * on this device or which have been verified using {@link CryptoStrategies} on this device.\n * @param verifiedOnly if true only the verified public keys will be returned.\n * @return the spki representation of public keys of available keypairs for the current user.\n */\n async getCurrentUserAvailablePublicKeysHex(verifiedOnly: boolean): Promise<string[]> {\n return this.keyManager.getCurrentUserAvailablePublicKeysHex(verifiedOnly)\n }\n\n /**\n * @deprecated depending on your use case you should delete the calls to this method or call {@link forceReload}:\n * - Replace with `forceReload()` if one of the following parts of the current data owner may have been modified from a different api instance:\n * - Hcp hierarchy\n * - Key recovery data (transfer keys or shamir)\n * - Exchange keys (formerly hcp keys)\n * - Remove the call if the main goal was to force reload the data owner: data owner are not cached anymore.\n */\n emptyHcpCache(hcpartyId: string) {\n this.exchangeKeysManager.clearCache(false)\n }\n\n /**\n * @deprecated you should not need this method anymore to deal with the encryption of iCure entities because everything related to entities\n * encryption should be done either through the entity-specific extended api or through the extended apis.\n * Note that keys returned by the current implementation of this method may not be safe for encryption/sharing.\n * If instead you are using this method to retrieve key pairs for other purposes, for example because you want to reuse the user keys in iCure for\n * other services consider the following alternatives:\n * - If you want to use all iCure facilities including key recovery and key verification you can use {@link getKeyPairForFingerprint}.\n * Note that this solution can only give access to keys for the data owner of the instantiated api and his parents.\n * - Alternatively you can use directly your choice of {@link KeyStorageFacade} and {@link StorageEntryKeysFactory}: if these are the same you use\n * for the iCure API client the keys will be shared with it. Note however that the iCure api client uses\n * {@link StorageEntryKeysFactory.cachedRecoveredKeypairOfDataOwner} to cache recovered keys of a data owner which may not have originated from\n * this device, so you should only use {@link StorageEntryKeysFactory.deviceKeypairOfDataOwner} if you want to make sure the keys you use are safe\n * for encryption.\n */\n async getCachedRsaKeyPairForFingerprint(\n dataOwnerId: string,\n pubKeyOrFingerprint: string\n ): Promise<{ publicKey: CryptoKey; privateKey: CryptoKey }> {\n const fingerprint = pubKeyOrFingerprint.slice(-32)\n const res = this.keyManager.getDecryptionKeys()[fingerprint]\n if (!res) console.warn(`Could not find any keypair for fingerprint ${fingerprint}`)\n return res\n }\n\n /**\n * @deprecated You do not need this method to encrypt/decrypt data of iCure, but if you want to reuse the iCure keys for the user for other purposes\n * you have different options to replace this method, depending on what you actually need. All options return the hex-encoded spki representation of\n * the public keys.\n * - If you want only the public keys for which we have a private key available\n * - you can replicate the current behaviour using {@link getCurrentUserHierarchyAvailablePublicKeysHex}. This includes keys for the current user\n * and his parents.\n * - use {@link getCurrentUserAvailablePublicKeysHex} to get public keys only for the current data owner, ignoring any keys of the\n * parent hierarchy. In this case you can also apply a filter to only get verified keys (safe for encryption).\n * - If you need all public keys for the data owner, including those for which there is no corresponding private key available on the device use\n * {@link IccDataOwnerXApi.getHexPublicKeysOf} with the current data owner. If you don't have it available you may get it from\n * {@link IccDataOwnerXApi.getCurrentDataOwner}, but this will require to do a request to the iCure server (other options use only cached data).\n */\n async getPublicKeys(): Promise<string[]> {\n return this.userKeysManager.getCurrentUserHierarchyAvailablePublicKeysHex()\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.randomUuid} at {@link primitives}.\n */\n randomUuid() {\n return this.primitives.randomUuid()\n }\n\n /**\n * @deprecated replace with {@link CryptoPrimitives.sha256} at {@link primitives}.\n */\n sha256(data: ArrayBuffer | Uint8Array) {\n return this.primitives.sha256(data)\n }\n\n /**\n * @deprecated Use {@link ShamirKeysManager.updateSelfSplits} from {@link shamirKeysManager} instead. Note that the new method completely replaces\n * all current values if a split for the provided key already exists.\n */\n async encryptShamirRSAKey(hcp: HealthcareParty, notaries: Array<HealthcareParty>, threshold?: number): Promise<HealthcareParty> {\n const legacyKeyFp = hcp.publicKey?.slice(-32)\n if (!legacyKeyFp) throw new Error(`No legacy/default key for hcp ${hcp.id}`)\n return (\n await this.shamirKeysManager.updateSelfSplits(\n { [legacyKeyFp]: { notariesIds: notaries.map((x) => x.id!), minShares: threshold ?? notaries.length } },\n []\n )\n ).dataOwner\n }\n\n /**\n * @deprecated You should not need this method anymore because the api will automatically try to recover the available shamir keys on startup.\n */\n async decryptShamirRSAKey(hcp: HealthcareParty, notaries: Array<HealthcareParty>): Promise<void> {\n try {\n const publicKeys = await this.getPublicKeys()\n const nLen = notaries.length\n let decryptedPrivatedKey\n if (nLen == 1) {\n const notaryHcPartyId = notaries[0].id!\n const encryptedAesKeyMap = await this.getEncryptedAesExchangeKeys(hcp, notaryHcPartyId)\n const importedAESHcPartyKey = await Promise.all(\n Object.entries(encryptedAesKeyMap).map(\n async ([idPubKey, keysMap]) => await this.decryptHcPartyKey(notaryHcPartyId, hcp.id!, notaryHcPartyId, idPubKey, keysMap, publicKeys)\n )\n )\n const cryptedPrivatedKey = hcp.privateKeyShamirPartitions![notaryHcPartyId]\n decryptedPrivatedKey = ua2hex(\n await this.AES.decryptSome(\n importedAESHcPartyKey.map((k) => k.key),\n hex2ua(cryptedPrivatedKey)\n )\n )\n } else {\n const decryptedShares: string[] = await _.reduce(\n notaries,\n (queue, notary) => {\n return queue.then(async (shares: string[]) => {\n try {\n // now, we get the encrypted shares in db and decrypt them. This assumes that the\n // the notaries' private keys are in localstorage. We should implement a way for the notaries to\n // give hcp the decrypted shares without having to also share their private keys.\n const encryptedAesKeyMap = await this.getEncryptedAesExchangeKeys(hcp, notary.id!)\n const importedAESHcPartyKey = await Promise.all(\n Object.entries(encryptedAesKeyMap).map(\n async ([idPubKey, keysMap]) => await this.decryptHcPartyKey(notary.id!, hcp.id!, notary.id!, idPubKey, keysMap, publicKeys)\n )\n )\n const encryptedShare = hcp.privateKeyShamirPartitions![notary.id!]\n const decryptedShamirPartition = ua2hex(\n await this.AES.decryptSome(\n importedAESHcPartyKey.map((k) => k.key),\n hex2ua(encryptedShare)\n )\n )\n shares.push(decryptedShamirPartition)\n } catch (e) {\n console.log('Error during encryptedShamirRSAKey', notary.id, e)\n }\n return shares\n })\n },\n Promise.resolve([] as string[])\n )\n\n decryptedPrivatedKey = this.primitives.shamir.combine(decryptedShares)\n }\n\n const importedPrivateKey = await this.primitives.RSA.importKey('pkcs8', hex2ua(decryptedPrivatedKey), ['decrypt'])\n const importedPublicKey = await this.primitives.RSA.importKey('spki', hex2ua(hcp.publicKey!), ['encrypt'])\n\n const exportedKeyPair = await this.primitives.RSA.exportKeys({ publicKey: importedPublicKey, privateKey: importedPrivateKey }, 'jwk', 'jwk')\n await this._keyStorage.storeKeyPair(`${this.rsaLocalStoreIdPrefix}${hcp.id!}`, exportedKeyPair)\n } catch (e) {\n console.log('Cannot decrypt shamir RSA key')\n }\n }\n\n /**\n * @deprecated you should not need this method anymore because everything related to entities encryption should be done either through the\n * entity-specific extended api.\n * Note that currently this method does not cache results anymore (but the updated methods do).\n */\n async decryptHcPartyKey(\n loggedHcPartyId: string,\n delegatorId: string,\n delegateHcPartyId: string,\n publicKey: string,\n encryptedHcPartyKeys: { [key: string]: string },\n publicKeys: string[]\n ): Promise<DelegatorAndKeys> {\n if (!publicKeys.length) {\n const reason = `Cannot decrypt RSA encrypted AES HcPartyKey from ${delegatorId} to ${delegateHcPartyId}: no public key`\n console.warn(reason)\n throw new Error(reason)\n }\n const keysFpSet = new Set(publicKeys.map((x) => x.slice(-32)))\n const filteredKeys = Object.fromEntries(Object.entries(this.keyManager.getDecryptionKeys()).filter(([fp]) => keysFpSet.has(fp)))\n const decrypted = await this.exchangeKeysManager.base.tryDecryptExchangeKeys([encryptedHcPartyKeys], filteredKeys)\n const res = decrypted.successfulDecryptions[0]\n if (!res) {\n const error =\n `Cannot decrypt RSA encrypted AES HcPartyKey from ${delegatorId} to ${delegateHcPartyId}: impossible to decrypt. ` +\n 'No private key was found or could be used to decrypt the aes exchange keys`'\n console.warn(error)\n throw new Error(error)\n }\n return {\n delegatorId,\n key: res,\n rawKey: ua2hex(await this.primitives.AES.exportKey(res, 'raw')),\n }\n }\n\n /**\n * @deprecated you should not need this method anymore. The new API will automatically load on startup all keys available through the key storage\n * facade and/or recoverable through transfer keys or shamir split. If no verified key (safe for encryption) can be found during the instantiation\n * of the API, depending on the parameters passed to the factory one of two scenarios will happen:\n * - A new key will be automatically created on the device and stored using the key storage facade.\n * - The api instantiation fails with an exception. This is ideal if you want to try to recover an existing key pair before creating a new one.\n *\n * If you were using this method to allow the user to recover an existing key that is not available in the storage facade nor recoverable through\n * transfer keys or shamir split (for example by scanning a qr code, or by loading a file from the computer to the web browser's local storage)\n * you will have to move that logic in your implementation of CryptoStrategies.\n * It is currently not allowed to create new key pairs if a verified key pair is already available on the device, as this would be wasteful.\n * If you want to convert a `JsonWebKey` pair to a `CryptoKey` pair you should use directly the method in `primitives.RSA`.\n */\n async cacheKeyPair(keyPairInJwk: KeyPair<JsonWebKey>): Promise<KeyPair<CryptoKey>> {\n const cryptoKeyPair = await this.primitives.RSA.importKeyPair('jwk', keyPairInJwk.privateKey, 'jwk', keyPairInJwk.publicKey)\n const pubHex = ua2hex(await this.primitives.RSA.exportKey(cryptoKeyPair.publicKey, 'spki'))\n const fingerprint = pubHex.slice(-32)\n if (!this.keyManager.getDecryptionKeys()[fingerprint]) {\n const selfId = await this.dataOwnerApi.getCurrentDataOwnerId()\n const selfKeys = this.dataOwnerApi.getHexPublicKeysOf((await this.dataOwnerApi.getCurrentDataOwner()).dataOwner)\n if (!selfKeys.has(pubHex))\n throw new Error(\n `Impossible to add key pair with fingerprint ${fingerprint} to data owner ${selfId}: the data owner has no matching public key`\n )\n await this.icureStorage.saveKey(selfId, fingerprint, keyPairInJwk, true)\n // Force reload to check if more private keys can be recovered or more exchange keys become available.\n await this.forceReload()\n }\n return cryptoKeyPair\n }\n\n /**\n * @deprecated Usually you should not need this method, since the preferred sfk is automatically chosen by the extended entity apis when creating a\n * new instance of the entity.\n */\n async extractPreferredSfk(parent: EncryptedParentEntity, hcpartyId: string, confidential: boolean) {\n return confidential ? this.confidential.getConfidentialSecretId(parent, hcpartyId) : this.confidential.getAnySecretIdSharedWithParents(parent)\n }\n\n /**\n * @deprecated you should not need this method anymore because everything related to entities encryption should be done either through the\n * entity-specific extended api.\n */\n async decryptAndImportAesHcPartyKeysForDelegators(\n delegatorsHcPartyIdsSet: Array<string>,\n delegateHcPartyId: string,\n minCacheDurationInSeconds: number = 60\n ): Promise<Array<DelegatorAndKeys>> {\n return await delegatorsHcPartyIdsSet.reduce(async (acc, delegator) => {\n const awaitedAcc = await acc\n const keys = await this.exchangeKeysManager.getDecryptionExchangeKeysFor(delegator, delegateHcPartyId)\n const keysForDelegator = await keys.reduce(async (accForKey, cryptoKey) => {\n const awaitedAccForKey = await accForKey\n const rawKey = ua2hex(await this.primitives.RSA.exportKey(cryptoKey, 'spki'))\n return [\n ...awaitedAccForKey,\n {\n key: cryptoKey,\n delegatorId: delegator,\n rawKey: rawKey,\n },\n ]\n }, Promise.resolve([] as DelegatorAndKeys[]))\n return [...awaitedAcc, ...keysForDelegator]\n }, Promise.resolve([] as DelegatorAndKeys[]))\n }\n\n /**\n * @deprecated you should not need this method anymore because everything related to entities encryption should be done either through the\n * entity-specific extended api.\n * Note that currently this method does not cache results anymore (but the updated methods do).\n */\n async getEncryptedAesExchangeKeys(\n owner: HealthcareParty | Patient | Device,\n delegateId: string\n ): Promise<{ [pubKeyIdentifier: string]: { [pubKeyFingerprint: string]: string } }> {\n const publicKeys = Array.from(this.dataOwnerApi.getHexPublicKeysOf(owner as DataOwner))\n const mapOfAesExchangeKeys = Object.entries(owner.aesExchangeKeys ?? {})\n .filter((e) => e[1][delegateId] && Object.keys(e[1][delegateId]).some((k1) => publicKeys.some((pk) => pk.endsWith(k1))))\n .reduce((map, e) => {\n const candidates = Object.entries(e[1][delegateId]) //[fingerprint of delegate pub key, key], [fingerprint of owner pub key, key]\n const [publicKeyFingerprint, encryptedAesExchangeKey] = candidates[candidates.findIndex(([k, v]) => publicKeys.some((pk) => pk.endsWith(k)))]\n return { ...map, [e[0]]: { [publicKeyFingerprint]: encryptedAesExchangeKey } }\n }, {} as { [pubKeyIdentifier: string]: { [pubKeyFingerprint: string]: string } })\n\n if (!owner.publicKey || mapOfAesExchangeKeys[owner.publicKey] || !owner.hcPartyKeys?.[delegateId]) {\n return mapOfAesExchangeKeys\n }\n const delegate = (await this.dataOwnerApi.getDataOwner(delegateId)).dataOwner\n if (delegate.publicKey && publicKeys.includes(delegate.publicKey)) {\n return {\n ...mapOfAesExchangeKeys,\n [owner.publicKey]: { [delegate.publicKey!.slice(-32)]: owner.hcPartyKeys[delegateId][1] },\n }\n } else if (publicKeys.includes(owner.publicKey)) {\n return { ...mapOfAesExchangeKeys, [owner.publicKey]: { [owner.publicKey.slice(-32)]: owner.hcPartyKeys[delegateId][0] } }\n }\n return mapOfAesExchangeKeys\n }\n\n /**\n * @deprecated you should not use this method because initialisation of encrypted entities keys is done automatically by the entity-specific\n * extended api. Also note that it is now forbidden to initialise an entity as a data owner which is not the current data owner: you should instead\n * create the entity as the current data owner then create a delegation to the other data owner.\n */\n async initEncryptionKeys(\n createdObject: any,\n ownerId: string\n ): Promise<{\n encryptionKeys: any\n secretId: string\n }> {\n if (ownerId !== (await this.dataOwnerApi.getCurrentDataOwnerId())) {\n throw new Error('Impossible to initialise keys as a data owner which is not the current data owner')\n }\n const { updatedEntity, rawEncryptionKey } = await this.entities.entityWithInitialisedEncryptedMetadata(\n {\n ...createdObject,\n delegations: undefined,\n encryptionKeys: undefined,\n cryptedForeignKeys: undefined,\n secretForeignKeys: undefined,\n } as EncryptedEntity,\n undefined,\n undefined,\n true\n )\n return {\n encryptionKeys: updatedEntity.encryptionKeys,\n secretId: rawEncryptionKey!,\n }\n }\n\n /**\n * @deprecated You should use:\n * - {@link IccPatientXApi.decryptSecretIdsOf} or {@link IccMessageXApi.decryptSecretIdsOf} to get the delegation sfks (now caleld secret ids).\n * - {@link IccDataOwnerXApi.getCurrentDataOwnerHierarchyIds} to get the full hierarchy for the current data owner (cached). The first element is\n * the id of the topmost parent, while the last is the current data owner.\n * Note that the behaviour of this method has some subtle changes compared to the past:\n * - throws an error if the provided hcpartyId is not part of the current data owner hierarchy.\n * - does not provide any guarantees on the ordering of the extracted keys\n * - deduplicates extracted keys\n */\n async extractDelegationsSFKs(document: EncryptedEntity | null, hcpartyId?: string): Promise<{ extractedKeys: Array<string>; hcpartyId?: string }> {\n if (!document || !hcpartyId) {\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n const delegationsForAllDelegates = document.delegations\n if (!delegationsForAllDelegates || !Object.keys(delegationsForAllDelegates).length) {\n console.log(`There is no delegation in document (${document.id})`)\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n return {\n extractedKeys: await this.entities.secretIdsOf(document, hcpartyId),\n hcpartyId: (await this.dataOwnerApi.getCurrentDataOwnerHierarchyIds())[0],\n }\n }\n\n /**\n * @deprecated (light) You should use:\n * - {@link IccHelementXApi.decryptPatientIdOf}, {@link IccDocumentXApi.decryptMessageIdOf}, ... to get the crypted foreign keys.\n * - {@link IccDataOwnerXApi.getCurrentDataOwnerHierarchyIds} to get the full hierarchy for the current data owner (cached). The first element is\n * the id of the topmost parent, while the last is the current data owner.\n * Note that the behaviour of this method has some subtle changes compared to the past:\n * - throws an error if the provided hcpartyId is not part of the current data owner hierarchy.\n * - does not provide any guarantees on the ordering of the extracted keys\n * - deduplicates extracted keys\n */\n async extractCryptedFKs(document: EncryptedEntity | null, hcpartyId: string): Promise<{ extractedKeys: Array<string>; hcpartyId: string }> {\n if (!document || !document.cryptedForeignKeys) {\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n const cfksForAllDelegates = document.cryptedForeignKeys\n if (!cfksForAllDelegates || !Object.keys(cfksForAllDelegates).length) {\n console.log(`There is no cryptedForeignKeys in document (${document.id})`)\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n return {\n extractedKeys: await this.entities.owningEntityIdsOf(document, hcpartyId),\n hcpartyId: (await this.dataOwnerApi.getCurrentDataOwnerHierarchyIds())[0],\n }\n }\n\n /**\n * @deprecated You should use the extended apis methods to encrypt/decrypt entities or their attachments\n * Note that the behaviour of this method has some subtle changes compared to the past:\n * - throws an error if the provided hcpartyId is not part of the current data owner hierarchy.\n * - does not provide any guarantees on the ordering of the extracted keys\n * - deduplicates extracted keys\n */\n async extractEncryptionsSKs(document: EncryptedEntity, hcpartyId: string): Promise<{ extractedKeys: Array<string>; hcpartyId: string }> {\n if (!document.encryptionKeys) {\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n const eckeysForAllDelegates = document.encryptionKeys\n if (!eckeysForAllDelegates || !Object.keys(eckeysForAllDelegates).length) {\n return Promise.resolve({ extractedKeys: [], hcpartyId: hcpartyId })\n }\n return {\n extractedKeys: await this.entities.encryptionKeysOf(document, hcpartyId),\n hcpartyId: (await this.dataOwnerApi.getCurrentDataOwnerHierarchyIds())[0],\n }\n }\n\n /**\n * @deprecated You should not use this method anymore, depending on what you were passing as {@link delegations} you should replace this method as\n * explained in {@link extractEncryptionsSKs} (if you were passing encryptionKeys), {@link extractCryptedFKs} (cryptedForeignKeys), or\n * {@link extractDelegationsSFKs} (delegations).\n */\n async extractKeysFromDelegationsForHcpHierarchy(\n dataOwnerId: string,\n objectId: string,\n delegations: { [key: string]: Array<Delegation> }\n ): Promise<{ extractedKeys: Array<string>; hcpartyId: string }> {\n return {\n extractedKeys: await this.entities.extractMergedHierarchyFromDelegationAndOwner(\n delegations,\n dataOwnerId,\n (x) => !!x,\n () => Promise.resolve(true)\n ),\n hcpartyId: (await this.dataOwnerApi.getCurrentDataOwnerHierarchyIds())[0],\n }\n }\n\n /**\n * @deprecated you should not need this method anymore: the new API will automatically load on startup all keys available through the key storage\n * facade and/or recoverable through transfer keys or shamir split. If you were using this method to load a key recovered through other means you\n * will have to do so in your implementation of CryptoStrategies.\n * You can convert the private key pkcs8 array to a jwk key using {@link pkcs8ToJwk} then you can extract the full key pair using\n * {@link keyPairFromPrivateKeyJwk}.\n */\n async loadKeyPairsAsTextInBrowserLocalStorage(healthcarePartyId: string, privateKey: Uint8Array) {\n await this.cacheKeyPair(keyPairFromPrivateKeyJwk(pkcs8ToJwk(privateKey)))\n }\n\n /**\n * @deprecated you should not need this method anymore: the new API will automatically load on startup all keys available through the key storage\n * facade and/or recoverable through transfer keys or shamir split. If you were using this method to load a key recovered through other means you\n * will have to do so in your implementation of CryptoStrategies.\n * You can extract the full key pair using {@link keyPairFromPrivateKeyJwk}.\n */\n async loadKeyPairsAsJwkInBrowserLocalStorage(healthcarePartyId: string, privateKey: JsonWebKey) {\n await this.cacheKeyPair(keyPairFromPrivateKeyJwk(privateKey))\n }\n\n /**\n * @deprecated you should not need this method anymore: the new API will automatically load on startup all keys available through the key storage\n * facade and/or recoverable through transfer keys or shamir split. If you were using this method to load a key recovered through other means you\n * will have to do so in your implementation of CryptoStrategies.\n */\n loadKeyPairsInBrowserLocalStorage(healthcarePartyId: string, file: Blob): Promise<void> {\n const fr = new FileReader()\n return new Promise((resolve, reject) => {\n fr.onerror = reject\n fr.onabort = reject\n fr.onload = (e: any) => {\n const privateKey = e.target.result as string\n this.loadKeyPairsAsTextInBrowserLocalStorage(healthcarePartyId, hex2ua(privateKey))\n .then(() => resolve())\n .catch(reject)\n }\n fr.readAsText(file)\n })\n }\n\n // noinspection JSUnusedGlobalSymbols\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n saveKeychainInBrowserLocalStorage(id: string, keychain: number) {\n this._storage.setItem(\n this.keychainLocalStoreIdPrefix + id,\n b2a(new Uint8Array(keychain).reduce((data, byte) => data + String.fromCharCode(byte), ''))\n )\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n saveKeychainInBrowserLocalStorageAsBase64(id: string, keyChainB64: string) {\n this._storage.setItem(this.keychainLocalStoreIdPrefix + id, keyChainB64)\n }\n\n // noinspection JSUnusedGlobalSymbols\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n async saveKeychainValidityDateInBrowserLocalStorage(id: string, date: string) {\n if (!id) return\n\n if (!date) {\n await this._storage.removeItem(this.keychainValidityDateLocalStoreIdPrefix + id)\n } else {\n await this._storage.setItem(this.keychainValidityDateLocalStoreIdPrefix + id, date)\n }\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n *\n * Populate the HCP.options dict with an encrypted eHealth certificate and unencryped expiry date.\n * Any potentially unencrypted certificates will be pruned from the HCP.\n * @param hcpId Id of the hcp to modify\n * @returns modified HCP\n */\n async saveKeyChainInHCPFromLocalStorage(hcpId: string): Promise<HealthcareParty> {\n return await this.hcpartyBaseApi.getHealthcareParty(hcpId).then(async (hcp: HealthcareParty) => {\n let aesKey: CryptoKey | null = null\n try {\n aesKey = _.find(\n await this.decryptAndImportAesHcPartyKeysForDelegators([hcp.id!], hcp.id!),\n (delegator: DelegatorAndKeys) => delegator.delegatorId === hcp.id\n )!.key\n } catch (e) {\n console.error('Error while importing the AES key.')\n }\n if (!aesKey) {\n console.error('No encryption key!')\n }\n\n const opts = hcp.options || {}\n\n const crt = await this.getKeychainInBrowserLocalStorageAsBase64(hcp.id!!)\n if (!!aesKey && !!crt) {\n let crtEncrypted: ArrayBuffer | null = null\n try {\n crtEncrypted = await this.AES.encrypt(aesKey, new Uint8Array(string2ua(atob(crt))))\n } catch (e) {\n console.error('Error while encrypting the certificate', e)\n }\n\n // add the encrypted certificate to the options\n _.set(opts, this.hcpPreferenceKeyEhealthCert, ua2string(new Uint8Array(crtEncrypted!)))\n }\n\n const crtValidityDate = this.getKeychainValidityDateInBrowserLocalStorage(hcp.id!!)\n if (!!crtValidityDate) {\n _.set(opts, this.hcpPreferenceKeyEhealthCertDate, crtValidityDate)\n }\n\n hcp.options = opts\n return hcp\n })\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n importKeychainInBrowserFromHCP(hcpId: string): Promise<void> {\n return this.hcpartyBaseApi.getHealthcareParty(hcpId).then(async (hcp: HealthcareParty) => {\n let crtCryp: Uint8Array | null = null\n if (!!hcp.options && !!hcp.options[this.hcpPreferenceKeyEhealthCert]) {\n crtCryp = string2ua(hcp.options[this.hcpPreferenceKeyEhealthCert])\n }\n\n const crtValidityDate = _.get(hcp.options, this.hcpPreferenceKeyEhealthCertDate)\n\n // store the validity date\n if (!!crtValidityDate) {\n this.saveKeychainValidityDateInBrowserLocalStorage(hcp.id!!, crtValidityDate)\n }\n\n let crt: ArrayBuffer | null = null\n let decryptionKey: CryptoKey | null = null\n try {\n decryptionKey = _.find(\n await this.decryptAndImportAesHcPartyKeysForDelegators([hcp.id!], hcp.id!),\n (delegator: DelegatorAndKeys) => delegator.delegatorId === hcp.id\n )!.key\n } catch (e) {\n console.error('Error while importing the AES key.')\n }\n if (!decryptionKey) {\n throw new Error('No encryption key! eHealth certificate cannot be decrypted.')\n }\n\n if (!!crtCryp && decryptionKey) {\n try {\n crt = await this.AES.decrypt(decryptionKey, crtCryp)\n } catch (e) {\n console.error(e)\n }\n }\n\n if (!crt) {\n throw new Error(`Error while saving certificate in browser local storage! Hcp ${hcp.id} has no certificate.`)\n } else {\n this.saveKeychainInBrowserLocalStorageAsBase64(hcp.id!!, btoa(String.fromCharCode.apply(null, Array.from(new Uint8Array(crt)))))\n }\n\n return\n })\n }\n\n /**\n * @deprecated e-health certificates and keychains are not part of iCure's api: this method will be removed.\n *\n * Synchronizes the eHealth certificate from the database into the LocalStorage, returning information on the presence\n * of certificate data in either place.\n *\n * @param hcpId The healthcare party id\n * @returns A Promise for an object that represents the existence of a certificate in local storage and in the DB,\n * through the two boolean properties \"local\" and \"remote\".\n */\n syncEhealthCertificateFromDatabase(hcpId: string): Promise<{ remote: boolean; local: boolean }> {\n return this.hcpartyBaseApi.getHealthcareParty(hcpId).then((hcp: HealthcareParty) => {\n const remoteCertificate = _.get(hcp.options, this.hcpPreferenceKeyEhealthCert)\n const localCertificate = this.getKeychainInBrowserLocalStorageAsBase64(hcp.id!)\n\n if (remoteCertificate) {\n return this.importKeychainInBrowserFromHCP(hcp.id!)\n .then(() => ({ local: true, remote: true }))\n .catch(() => ({ local: !!localCertificate, remote: true }))\n } else {\n return { local: !!localCertificate, remote: !!remoteCertificate }\n }\n })\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n getKeychainInBrowserLocalStorageAsBase64(id: string) {\n return this._storage.getItem(this.keychainLocalStoreIdPrefix + id)\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n getKeychainValidityDateInBrowserLocalStorage(id: string) {\n return this._storage.getItem(this.keychainValidityDateLocalStoreIdPrefix + id)\n }\n\n /**\n * @deprecated keychains are not part of iCure's api: this method will be removed.\n */\n async loadKeychainFromBrowserLocalStorage(id: string) {\n const lsItem = await this._storage.getItem(this.keychainLocalStoreIdPrefix + id)\n return lsItem !== undefined ? b64_2uas(lsItem) : null\n }\n\n /**\n * @deprecated you should not need this method anymore to deal with the encryption of iCure entities because everything related to entities\n * encryption should be done through the entity-specific extended api.\n * If instead you were using the method for other reasons check {@link getCachedRsaKeyPairForFingerprint} to get an idea of possible replacements.\n */\n async loadKeyPairNotImported(id: string, publicKeyFingerPrint?: string): Promise<{ publicKey: JsonWebKey; privateKey: JsonWebKey } | undefined> {\n if (publicKeyFingerPrint) {\n const cached = this.keyManager.getKeyPairForFingerprint(publicKeyFingerPrint)?.pair\n if (cached) {\n return this.primitives.RSA.exportKeys(cached, 'jwk', 'jwk')\n }\n } else {\n const defaultKey = await this._keyStorage.getKeypair(this.rsaLocalStoreIdPrefix + id)\n if (defaultKey) return defaultKey\n }\n console.warn(`No key can be found in local storage for id ${id} and publicKeyFingerPrint ${publicKeyFingerPrint}`)\n }\n\n /**\n * @deprecated use {@link IccIcureMaintenanceXApi.applyKeyPairUpdate} instead.\n */\n async giveAccessBackTo(delegateUser: User, ownerId: string, ownerNewPublicKey: string): Promise<DataOwnerWithType> {\n await this.exchangeKeys.base.giveAccessBackTo(ownerId, ownerNewPublicKey, this.userKeysManager.getDecryptionKeys())\n return this.dataOwnerApi.getDataOwner(ownerId)\n }\n /**\n * @deprecated You don't need to manually generate exchange keys as they will be automatically created by the api when needed.\n * Note that this method has some changes compared to previous version:\n * - The method may return any data owner (including devices)\n * - The method will throw an exception if the provided ownerId does not match the current data owner\n */\n async generateKeyForDelegate(ownerId: string, delegateId: string): Promise<DataOwner> {\n if (ownerId !== (await this.dataOwnerApi.getCurrentDataOwnerId())) {\n throw new Error('You can only create delegation where the delegator is the current data owner')\n }\n return (\n (await this.exchangeKeysManager.getOrCreateEncryptionExchangeKeysTo(delegateId)).updatedDelegator?.dataOwner ??\n (await this.dataOwnerApi.getDataOwner(ownerId)).dataOwner\n )\n }\n\n /**\n * @deprecated replace with {@link IccDataOwnerXApi.getDataOwner}. Note that data owners are not cached anymore.\n */\n getDataOwner(ownerId: string, loadIfMissingFromCache: boolean = true) {\n return this.dataOwnerApi.getDataOwner(ownerId)\n }\n\n /**\n * @deprecated the crypto api will automatically verify on startup the validity of private keys, but in some cases you may want to verify the\n * validity of keys recovered in your implementation of {@link CryptoStrategies}: in this case the method has been replaced with\n * {@link RSA.checkKeyPairValidity}\n */\n async checkPrivateKeyValidity(dataOwner: HealthcareParty | Patient | Device): Promise<boolean> {\n const publicKeys = Array.from(new Set([dataOwner.publicKey].concat(Object.keys(dataOwner.aesExchangeKeys ?? {})).filter((x) => !!x))) as string[]\n\n return await publicKeys.reduce(async (pres, publicKey) => {\n const res = await pres\n try {\n const k = await this.primitives.RSA.importKey('jwk', spkiToJwk(hex2ua(publicKey)), ['encrypt'])\n const cipher = await this.primitives.RSA.encrypt(k, utf8_2ua('shibboleth'))\n const ikp = await this.getCachedRsaKeyPairForFingerprint(dataOwner.id!, publicKey.slice(-32))\n const plainText = ua2utf8(await this.primitives.RSA.decrypt(ikp.privateKey, new Uint8Array(cipher)))\n return plainText === 'shibboleth' || res\n } catch (e) {\n return res\n }\n }, Promise.resolve(false))\n }\n\n /**\n * @deprecated (See {@link extractEncryptionsSKs} for a detailed explanation).\n */\n async getEncryptionDecryptionKeys(dataOwnerId: string, document: EncryptedEntity): Promise<Array<string> | undefined> {\n return this.entities.encryptionKeysOf(document, dataOwnerId)\n }\n\n /**\n * @deprecated For the encryption/decryption of iCure entities and attachments you should rely solely on the extended apis methods.\n */\n async encryptDecrypt(\n method: 'encrypt' | 'decrypt',\n content: Uint8Array | ArrayBuffer,\n edKey?: string,\n user?: User,\n documentObject?: Document\n ): Promise<Uint8Array | Array<any> | any> {\n if (!content || !(edKey || (user?.healthcarePartyId && documentObject))) return content\n\n if (edKey) {\n const importedEdKey = await this.primitives.AES.importKey('raw', hex2ua(edKey.replace(/-/g, '')))\n try {\n return await this.primitives.AES[method](importedEdKey, content)\n } catch (e) {\n return content\n }\n }\n\n const encryptionKeys = await this.entities.encryptionKeysOf(documentObject!, user?.healthcarePartyId!)\n const importedEdKey = await this.primitives.AES.importKey('raw', hex2ua(encryptionKeys[0].replace(/-/g, '')))\n try {\n return await this.primitives.AES[method](importedEdKey, content)\n } catch (e) {\n return content\n }\n }\n\n /**\n * @deprecated you should not need to interact directly with the storage instance used by the iCure sdk.\n */\n storeKeyPair(id: string, keyPair: { publicKey: any; privateKey: any }) {\n this._storage.setItem(this.rsaLocalStoreIdPrefix + id, JSON.stringify(keyPair))\n }\n}\n"]}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { User } from '../icc-api/model/User';
|
|
2
|
+
import { IccDeviceApi, IccPatientApi, IccUserApi } from '../icc-api';
|
|
3
|
+
import { HealthcareParty } from '../icc-api/model/HealthcareParty';
|
|
4
|
+
import { Patient } from '../icc-api/model/Patient';
|
|
5
|
+
import { Device } from '../icc-api/model/Device';
|
|
6
|
+
import { IccHcpartyXApi } from './icc-hcparty-x-api';
|
|
7
|
+
/**
|
|
8
|
+
* Represents a type of data owner.
|
|
9
|
+
*/
|
|
10
|
+
export type DataOwnerTypeEnum = 'patient' | 'device' | 'hcp';
|
|
11
|
+
export declare const DataOwnerTypeEnum: {
|
|
12
|
+
[key: string]: DataOwnerTypeEnum;
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* Represents any data owner.
|
|
16
|
+
*/
|
|
17
|
+
export type DataOwner = (Patient | Device | HealthcareParty) & {
|
|
18
|
+
id: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Represents any data owner enriched with type information.
|
|
22
|
+
*/
|
|
23
|
+
export type DataOwnerWithType = {
|
|
24
|
+
type: 'patient';
|
|
25
|
+
dataOwner: Patient & DataOwner;
|
|
26
|
+
} | {
|
|
27
|
+
type: 'device';
|
|
28
|
+
dataOwner: Device & DataOwner;
|
|
29
|
+
} | {
|
|
30
|
+
type: 'hcp';
|
|
31
|
+
dataOwner: HealthcareParty & DataOwner;
|
|
32
|
+
};
|
|
33
|
+
export declare class IccDataOwnerXApi {
|
|
34
|
+
private readonly userBaseApi;
|
|
35
|
+
private readonly hcpartyBaseApi;
|
|
36
|
+
private readonly patientBaseApi;
|
|
37
|
+
private readonly deviceBaseApi;
|
|
38
|
+
private currentDataOwnerType;
|
|
39
|
+
private currentDataOwnerHierarchyIds;
|
|
40
|
+
private get selfDataOwnerId();
|
|
41
|
+
constructor(userBaseApi: IccUserApi, hcpartyBaseApi: IccHcpartyXApi, //Init with a hcparty x api for better performances
|
|
42
|
+
patientBaseApi: IccPatientApi, deviceBaseApi: IccDeviceApi);
|
|
43
|
+
/**
|
|
44
|
+
* If the logged user is a data owner get the current data owner. This information is cached without expiration, and will only be updated in case
|
|
45
|
+
* of forced refresh.
|
|
46
|
+
* @throws if the current user is not a data owner.
|
|
47
|
+
*/
|
|
48
|
+
getCurrentDataOwnerId(): Promise<string>;
|
|
49
|
+
/**
|
|
50
|
+
* If the logged user is a data owner get its parent hierarchy. This information is cached without expiration, and will only be updated in case
|
|
51
|
+
* of forced refresh.
|
|
52
|
+
* The resulting array starts with the topmost parent (the only ancestor without a parent) and ends with the data owner itself.
|
|
53
|
+
* @throws if the current user is not a data owner.
|
|
54
|
+
*/
|
|
55
|
+
getCurrentDataOwnerHierarchyIds(): Promise<string[]>;
|
|
56
|
+
/**
|
|
57
|
+
* Get the hierarchy for the current data owner starting from the specified parent.
|
|
58
|
+
* @throws an array starting at the topmost parent and ending at the provided parent id. If the provided id is not part of the hierarchy throws an
|
|
59
|
+
* error.
|
|
60
|
+
*/
|
|
61
|
+
getCurrentDataOwnerHierarchyIdsFrom(parentId: string): Promise<string[]>;
|
|
62
|
+
/**
|
|
63
|
+
* If the logged user is a data owner get the current data owner.
|
|
64
|
+
* @throws if the current user is not a data owner.
|
|
65
|
+
*/
|
|
66
|
+
getCurrentDataOwner(): Promise<DataOwnerWithType>;
|
|
67
|
+
/**
|
|
68
|
+
* If the logged user is a data owner get the current data owner and all of his parents.
|
|
69
|
+
* @throws if the current user is not a data owner.
|
|
70
|
+
* @return the current data owner hierarchy, starting from the topmost parent to the current data owner.
|
|
71
|
+
*/
|
|
72
|
+
getCurrentDataOwnerHierarchy(): Promise<DataOwnerWithType[]>;
|
|
73
|
+
/**
|
|
74
|
+
* If the logged user is a data owner get the type of the current data owner. This information is cached.
|
|
75
|
+
* @throws if the current user is not a data owner
|
|
76
|
+
*/
|
|
77
|
+
getCurrentDataOwnerType(): Promise<DataOwnerTypeEnum>;
|
|
78
|
+
/**
|
|
79
|
+
* Get the id of the data owner entity for a user.
|
|
80
|
+
* @param user a user that is also a data owner.
|
|
81
|
+
* @return the id of the data owner corresponding to the provided user.
|
|
82
|
+
* @throws if the user is not a data owner.
|
|
83
|
+
*/
|
|
84
|
+
getDataOwnerIdOf(user: User): string;
|
|
85
|
+
/**
|
|
86
|
+
* Get a data owner. Uses a cache to improve performance.
|
|
87
|
+
* @param ownerId id of the data owner to retrieve (patient, medical device, hcp, ...)
|
|
88
|
+
* @return the data owner or undefined if loadIfMissingFromCache is false and there is no data owner with provided id in cache.
|
|
89
|
+
* @throws if no data owner with the provided id could be found on an error occurred while attempting to retrieve it.
|
|
90
|
+
*/
|
|
91
|
+
getDataOwner(ownerId: string): Promise<DataOwnerWithType>;
|
|
92
|
+
/**
|
|
93
|
+
* Gets the public keys of a data owner in hex format.
|
|
94
|
+
* @param dataOwner a data owner.
|
|
95
|
+
* @return the public keys for the data owner in hex format.
|
|
96
|
+
*/
|
|
97
|
+
getHexPublicKeysOf(dataOwner: DataOwner): Set<string>;
|
|
98
|
+
/**
|
|
99
|
+
* Clears the cache of current data owner id and parent hierarchy ids. The hierarchy of a data owner should not normally change over time, so this
|
|
100
|
+
* method should be rarely needed.
|
|
101
|
+
*/
|
|
102
|
+
clearCurrentDataOwnerIdsCache(): void;
|
|
103
|
+
/**
|
|
104
|
+
* @internal This method is intended only for internal use and may be changed without notice.
|
|
105
|
+
* Updates a data owner and its cached value.
|
|
106
|
+
* @param dataOwner a data owner with updated value.
|
|
107
|
+
* @return the updated data owner, with updated revision.
|
|
108
|
+
*/
|
|
109
|
+
updateDataOwner(dataOwner: DataOwnerWithType): Promise<DataOwnerWithType>;
|
|
110
|
+
private checkDataOwnerIntegrity;
|
|
111
|
+
private forceLoadCurrentDataOwnerHierarchyAndCacheIds;
|
|
112
|
+
private handleError;
|
|
113
|
+
}
|
|
@@ -0,0 +1,218 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.IccDataOwnerXApi = exports.DataOwnerTypeEnum = void 0;
|
|
13
|
+
const utils_1 = require("./crypto/utils");
|
|
14
|
+
const XHR_1 = require("../icc-api/api/XHR");
|
|
15
|
+
exports.DataOwnerTypeEnum = {
|
|
16
|
+
Patient: 'patient',
|
|
17
|
+
Device: 'device',
|
|
18
|
+
Hcp: 'hcp',
|
|
19
|
+
};
|
|
20
|
+
class IccDataOwnerXApi {
|
|
21
|
+
get selfDataOwnerId() {
|
|
22
|
+
if (!this.currentDataOwnerHierarchyIds)
|
|
23
|
+
return undefined;
|
|
24
|
+
return this.currentDataOwnerHierarchyIds[this.currentDataOwnerHierarchyIds.length - 1];
|
|
25
|
+
}
|
|
26
|
+
constructor(userBaseApi, hcpartyBaseApi, //Init with a hcparty x api for better performances
|
|
27
|
+
patientBaseApi, deviceBaseApi) {
|
|
28
|
+
this.userBaseApi = userBaseApi;
|
|
29
|
+
this.hcpartyBaseApi = hcpartyBaseApi;
|
|
30
|
+
this.patientBaseApi = patientBaseApi;
|
|
31
|
+
this.deviceBaseApi = deviceBaseApi;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* If the logged user is a data owner get the current data owner. This information is cached without expiration, and will only be updated in case
|
|
35
|
+
* of forced refresh.
|
|
36
|
+
* @throws if the current user is not a data owner.
|
|
37
|
+
*/
|
|
38
|
+
getCurrentDataOwnerId() {
|
|
39
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
40
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
41
|
+
yield this.getCurrentDataOwnerHierarchyIds();
|
|
42
|
+
}
|
|
43
|
+
return this.currentDataOwnerHierarchyIds[this.currentDataOwnerHierarchyIds.length - 1];
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* If the logged user is a data owner get its parent hierarchy. This information is cached without expiration, and will only be updated in case
|
|
48
|
+
* of forced refresh.
|
|
49
|
+
* The resulting array starts with the topmost parent (the only ancestor without a parent) and ends with the data owner itself.
|
|
50
|
+
* @throws if the current user is not a data owner.
|
|
51
|
+
*/
|
|
52
|
+
getCurrentDataOwnerHierarchyIds() {
|
|
53
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
54
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
55
|
+
yield this.forceLoadCurrentDataOwnerHierarchyAndCacheIds();
|
|
56
|
+
}
|
|
57
|
+
return [...this.currentDataOwnerHierarchyIds];
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Get the hierarchy for the current data owner starting from the specified parent.
|
|
62
|
+
* @throws an array starting at the topmost parent and ending at the provided parent id. If the provided id is not part of the hierarchy throws an
|
|
63
|
+
* error.
|
|
64
|
+
*/
|
|
65
|
+
getCurrentDataOwnerHierarchyIdsFrom(parentId) {
|
|
66
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
67
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
68
|
+
yield this.getCurrentDataOwnerHierarchyIds();
|
|
69
|
+
}
|
|
70
|
+
const res = [];
|
|
71
|
+
for (const dataOwnerId of this.currentDataOwnerHierarchyIds) {
|
|
72
|
+
res.push(dataOwnerId);
|
|
73
|
+
if (dataOwnerId === parentId)
|
|
74
|
+
return res;
|
|
75
|
+
}
|
|
76
|
+
throw new Error(`${parentId} is not part of the data owner hierarchy for the current user`);
|
|
77
|
+
});
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* If the logged user is a data owner get the current data owner.
|
|
81
|
+
* @throws if the current user is not a data owner.
|
|
82
|
+
*/
|
|
83
|
+
getCurrentDataOwner() {
|
|
84
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
85
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
86
|
+
const dataOwnerHierarchy = yield this.forceLoadCurrentDataOwnerHierarchyAndCacheIds();
|
|
87
|
+
return dataOwnerHierarchy[dataOwnerHierarchy.length - 1];
|
|
88
|
+
}
|
|
89
|
+
else
|
|
90
|
+
return this.getDataOwner(yield this.getCurrentDataOwnerId());
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* If the logged user is a data owner get the current data owner and all of his parents.
|
|
95
|
+
* @throws if the current user is not a data owner.
|
|
96
|
+
* @return the current data owner hierarchy, starting from the topmost parent to the current data owner.
|
|
97
|
+
*/
|
|
98
|
+
getCurrentDataOwnerHierarchy() {
|
|
99
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
100
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
101
|
+
return yield this.forceLoadCurrentDataOwnerHierarchyAndCacheIds();
|
|
102
|
+
}
|
|
103
|
+
else
|
|
104
|
+
return Promise.all(this.currentDataOwnerHierarchyIds.map((id) => this.getDataOwner(id)));
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
/**
|
|
108
|
+
* If the logged user is a data owner get the type of the current data owner. This information is cached.
|
|
109
|
+
* @throws if the current user is not a data owner
|
|
110
|
+
*/
|
|
111
|
+
getCurrentDataOwnerType() {
|
|
112
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
113
|
+
if (!this.currentDataOwnerHierarchyIds) {
|
|
114
|
+
yield this.forceLoadCurrentDataOwnerHierarchyAndCacheIds();
|
|
115
|
+
}
|
|
116
|
+
return this.currentDataOwnerType;
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Get the id of the data owner entity for a user.
|
|
121
|
+
* @param user a user that is also a data owner.
|
|
122
|
+
* @return the id of the data owner corresponding to the provided user.
|
|
123
|
+
* @throws if the user is not a data owner.
|
|
124
|
+
*/
|
|
125
|
+
getDataOwnerIdOf(user) {
|
|
126
|
+
var _a, _b;
|
|
127
|
+
const dataOwnerId = (_b = (_a = user.healthcarePartyId) !== null && _a !== void 0 ? _a : user.patientId) !== null && _b !== void 0 ? _b : user.deviceId;
|
|
128
|
+
if (dataOwnerId == undefined) {
|
|
129
|
+
throw Error(`User ${user.id} is not a data owner`);
|
|
130
|
+
}
|
|
131
|
+
return dataOwnerId;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* Get a data owner. Uses a cache to improve performance.
|
|
135
|
+
* @param ownerId id of the data owner to retrieve (patient, medical device, hcp, ...)
|
|
136
|
+
* @return the data owner or undefined if loadIfMissingFromCache is false and there is no data owner with provided id in cache.
|
|
137
|
+
* @throws if no data owner with the provided id could be found on an error occurred while attempting to retrieve it.
|
|
138
|
+
*/
|
|
139
|
+
getDataOwner(ownerId) {
|
|
140
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
141
|
+
const _url = this.userBaseApi.host + `/dataowner/` + ownerId + '?ts=' + new Date().getTime();
|
|
142
|
+
let headers = this.userBaseApi.headers;
|
|
143
|
+
return XHR_1.XHR.sendCommand('GET', _url, headers, null, this.userBaseApi.fetchImpl, undefined, this.userBaseApi.authenticationProvider.getAuthService())
|
|
144
|
+
.then((doc) => doc.body)
|
|
145
|
+
.then((dowt) => {
|
|
146
|
+
if (dowt.dataOwner.id === this.selfDataOwnerId)
|
|
147
|
+
this.checkDataOwnerIntegrity(dowt.dataOwner);
|
|
148
|
+
return dowt;
|
|
149
|
+
})
|
|
150
|
+
.catch((err) => this.handleError(err));
|
|
151
|
+
});
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Gets the public keys of a data owner in hex format.
|
|
155
|
+
* @param dataOwner a data owner.
|
|
156
|
+
* @return the public keys for the data owner in hex format.
|
|
157
|
+
*/
|
|
158
|
+
getHexPublicKeysOf(dataOwner) {
|
|
159
|
+
return (0, utils_1.hexPublicKeysOf)(dataOwner);
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Clears the cache of current data owner id and parent hierarchy ids. The hierarchy of a data owner should not normally change over time, so this
|
|
163
|
+
* method should be rarely needed.
|
|
164
|
+
*/
|
|
165
|
+
clearCurrentDataOwnerIdsCache() {
|
|
166
|
+
this.currentDataOwnerHierarchyIds = undefined;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* @internal This method is intended only for internal use and may be changed without notice.
|
|
170
|
+
* Updates a data owner and its cached value.
|
|
171
|
+
* @param dataOwner a data owner with updated value.
|
|
172
|
+
* @return the updated data owner, with updated revision.
|
|
173
|
+
*/
|
|
174
|
+
updateDataOwner(dataOwner) {
|
|
175
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
176
|
+
const ownerType = dataOwner.type;
|
|
177
|
+
const ownerToUpdate = dataOwner.dataOwner;
|
|
178
|
+
if (ownerType === 'hcp') {
|
|
179
|
+
return yield this.hcpartyBaseApi
|
|
180
|
+
.modifyHealthcareParty(ownerToUpdate)
|
|
181
|
+
.then((x) => ({ type: 'hcp', dataOwner: x }));
|
|
182
|
+
}
|
|
183
|
+
else if (ownerType === 'patient') {
|
|
184
|
+
return yield this.patientBaseApi.modifyPatient(ownerToUpdate).then((x) => ({ type: 'patient', dataOwner: x }));
|
|
185
|
+
}
|
|
186
|
+
else if (ownerType === 'device') {
|
|
187
|
+
return yield this.deviceBaseApi.updateDevice(ownerToUpdate).then((x) => ({ type: 'device', dataOwner: x }));
|
|
188
|
+
}
|
|
189
|
+
else
|
|
190
|
+
throw new Error(`Unrecognised data owner type: ${ownerType}`);
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
checkDataOwnerIntegrity(dataOwner) {
|
|
194
|
+
const keys = this.getHexPublicKeysOf(dataOwner);
|
|
195
|
+
if (new Set(Array.from(keys).map((x) => x.slice(-32))).size != keys.size)
|
|
196
|
+
throw new Error(`Different public keys for ${dataOwner.id} have the same fingerprint; this should not happen in normal circumstances. Please report this error to iCure.`);
|
|
197
|
+
}
|
|
198
|
+
forceLoadCurrentDataOwnerHierarchyAndCacheIds() {
|
|
199
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
200
|
+
const currentUser = yield this.userBaseApi.getCurrentUser();
|
|
201
|
+
let curr = yield this.getDataOwner(this.getDataOwnerIdOf(currentUser));
|
|
202
|
+
this.checkDataOwnerIntegrity(curr.dataOwner);
|
|
203
|
+
this.currentDataOwnerType = curr.type;
|
|
204
|
+
let res = [curr];
|
|
205
|
+
while (curr.dataOwner.parentId) {
|
|
206
|
+
curr = yield this.getDataOwner(curr.dataOwner.parentId);
|
|
207
|
+
res = [curr, ...res];
|
|
208
|
+
}
|
|
209
|
+
this.currentDataOwnerHierarchyIds = res.map((x) => x.dataOwner.id);
|
|
210
|
+
return res;
|
|
211
|
+
});
|
|
212
|
+
}
|
|
213
|
+
handleError(e) {
|
|
214
|
+
throw e;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
exports.IccDataOwnerXApi = IccDataOwnerXApi;
|
|
218
|
+
//# sourceMappingURL=icc-data-owner-x-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icc-data-owner-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-data-owner-x-api.ts"],"names":[],"mappings":"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","sourcesContent":["import { User } from '../icc-api/model/User'\nimport { IccDeviceApi, IccPatientApi, IccUserApi } from '../icc-api'\nimport { HealthcareParty } from '../icc-api/model/HealthcareParty'\nimport { Patient } from '../icc-api/model/Patient'\nimport { Device } from '../icc-api/model/Device'\nimport { hexPublicKeysOf } from './crypto/utils'\nimport { IccHcpartyXApi } from './icc-hcparty-x-api'\nimport { XHR } from '../icc-api/api/XHR'\n\n/**\n * Represents a type of data owner.\n */\nexport type DataOwnerTypeEnum = 'patient' | 'device' | 'hcp'\nexport const DataOwnerTypeEnum: { [key: string]: DataOwnerTypeEnum } = {\n Patient: 'patient',\n Device: 'device',\n Hcp: 'hcp',\n}\n\n/**\n * Represents any data owner.\n */\n// Trick to make typechecking work: without this you can pass anything to a data owner\nexport type DataOwner = (Patient | Device | HealthcareParty) & { id: string }\n\n/**\n * Represents any data owner enriched with type information.\n */\nexport type DataOwnerWithType =\n | { type: 'patient'; dataOwner: Patient & DataOwner }\n | { type: 'device'; dataOwner: Device & DataOwner }\n | { type: 'hcp'; dataOwner: HealthcareParty & DataOwner }\n\nexport class IccDataOwnerXApi {\n private readonly userBaseApi: IccUserApi\n private readonly hcpartyBaseApi: IccHcpartyXApi\n private readonly patientBaseApi: IccPatientApi\n private readonly deviceBaseApi: IccDeviceApi\n private currentDataOwnerType: DataOwnerTypeEnum | undefined\n private currentDataOwnerHierarchyIds: string[] | undefined\n\n private get selfDataOwnerId(): string | undefined {\n if (!this.currentDataOwnerHierarchyIds) return undefined\n return this.currentDataOwnerHierarchyIds[this.currentDataOwnerHierarchyIds.length - 1]\n }\n\n constructor(\n userBaseApi: IccUserApi,\n hcpartyBaseApi: IccHcpartyXApi, //Init with a hcparty x api for better performances\n patientBaseApi: IccPatientApi,\n deviceBaseApi: IccDeviceApi\n ) {\n this.userBaseApi = userBaseApi\n this.hcpartyBaseApi = hcpartyBaseApi\n this.patientBaseApi = patientBaseApi\n this.deviceBaseApi = deviceBaseApi\n }\n\n /**\n * If the logged user is a data owner get the current data owner. This information is cached without expiration, and will only be updated in case\n * of forced refresh.\n * @throws if the current user is not a data owner.\n */\n async getCurrentDataOwnerId(): Promise<string> {\n if (!this.currentDataOwnerHierarchyIds) {\n await this.getCurrentDataOwnerHierarchyIds()\n }\n return this.currentDataOwnerHierarchyIds![this.currentDataOwnerHierarchyIds!.length - 1]\n }\n\n /**\n * If the logged user is a data owner get its parent hierarchy. This information is cached without expiration, and will only be updated in case\n * of forced refresh.\n * The resulting array starts with the topmost parent (the only ancestor without a parent) and ends with the data owner itself.\n * @throws if the current user is not a data owner.\n */\n async getCurrentDataOwnerHierarchyIds(): Promise<string[]> {\n if (!this.currentDataOwnerHierarchyIds) {\n await this.forceLoadCurrentDataOwnerHierarchyAndCacheIds()\n }\n return [...this.currentDataOwnerHierarchyIds!]\n }\n\n /**\n * Get the hierarchy for the current data owner starting from the specified parent.\n * @throws an array starting at the topmost parent and ending at the provided parent id. If the provided id is not part of the hierarchy throws an\n * error.\n */\n async getCurrentDataOwnerHierarchyIdsFrom(parentId: string): Promise<string[]> {\n if (!this.currentDataOwnerHierarchyIds) {\n await this.getCurrentDataOwnerHierarchyIds()\n }\n const res = []\n for (const dataOwnerId of this.currentDataOwnerHierarchyIds!) {\n res.push(dataOwnerId)\n if (dataOwnerId === parentId) return res\n }\n throw new Error(`${parentId} is not part of the data owner hierarchy for the current user`)\n }\n\n /**\n * If the logged user is a data owner get the current data owner.\n * @throws if the current user is not a data owner.\n */\n async getCurrentDataOwner(): Promise<DataOwnerWithType> {\n if (!this.currentDataOwnerHierarchyIds) {\n const dataOwnerHierarchy = await this.forceLoadCurrentDataOwnerHierarchyAndCacheIds()\n return dataOwnerHierarchy[dataOwnerHierarchy.length - 1]\n } else return this.getDataOwner(await this.getCurrentDataOwnerId())\n }\n\n /**\n * If the logged user is a data owner get the current data owner and all of his parents.\n * @throws if the current user is not a data owner.\n * @return the current data owner hierarchy, starting from the topmost parent to the current data owner.\n */\n async getCurrentDataOwnerHierarchy(): Promise<DataOwnerWithType[]> {\n if (!this.currentDataOwnerHierarchyIds) {\n return await this.forceLoadCurrentDataOwnerHierarchyAndCacheIds()\n } else return Promise.all(this.currentDataOwnerHierarchyIds!.map((id) => this.getDataOwner(id)))\n }\n\n /**\n * If the logged user is a data owner get the type of the current data owner. This information is cached.\n * @throws if the current user is not a data owner\n */\n async getCurrentDataOwnerType(): Promise<DataOwnerTypeEnum> {\n if (!this.currentDataOwnerHierarchyIds) {\n await this.forceLoadCurrentDataOwnerHierarchyAndCacheIds()\n }\n return this.currentDataOwnerType!\n }\n\n /**\n * Get the id of the data owner entity for a user.\n * @param user a user that is also a data owner.\n * @return the id of the data owner corresponding to the provided user.\n * @throws if the user is not a data owner.\n */\n getDataOwnerIdOf(user: User): string {\n const dataOwnerId = user.healthcarePartyId ?? user.patientId ?? user.deviceId\n if (dataOwnerId == undefined) {\n throw Error(`User ${user.id} is not a data owner`)\n }\n return dataOwnerId\n }\n\n /**\n * Get a data owner. Uses a cache to improve performance.\n * @param ownerId id of the data owner to retrieve (patient, medical device, hcp, ...)\n * @return the data owner or undefined if loadIfMissingFromCache is false and there is no data owner with provided id in cache.\n * @throws if no data owner with the provided id could be found on an error occurred while attempting to retrieve it.\n */\n async getDataOwner(ownerId: string): Promise<DataOwnerWithType> {\n const _url = this.userBaseApi.host + `/dataowner/` + ownerId + '?ts=' + new Date().getTime()\n let headers = this.userBaseApi.headers\n return XHR.sendCommand(\n 'GET',\n _url,\n headers,\n null,\n this.userBaseApi.fetchImpl,\n undefined,\n this.userBaseApi.authenticationProvider.getAuthService()\n )\n .then((doc) => doc.body as DataOwnerWithType)\n .then((dowt) => {\n if (dowt.dataOwner.id === this.selfDataOwnerId) this.checkDataOwnerIntegrity(dowt.dataOwner)\n return dowt\n })\n .catch((err) => this.handleError(err))\n }\n\n /**\n * Gets the public keys of a data owner in hex format.\n * @param dataOwner a data owner.\n * @return the public keys for the data owner in hex format.\n */\n getHexPublicKeysOf(dataOwner: DataOwner): Set<string> {\n return hexPublicKeysOf(dataOwner)\n }\n\n /**\n * Clears the cache of current data owner id and parent hierarchy ids. The hierarchy of a data owner should not normally change over time, so this\n * method should be rarely needed.\n */\n clearCurrentDataOwnerIdsCache() {\n this.currentDataOwnerHierarchyIds = undefined\n }\n\n /**\n * @internal This method is intended only for internal use and may be changed without notice.\n * Updates a data owner and its cached value.\n * @param dataOwner a data owner with updated value.\n * @return the updated data owner, with updated revision.\n */\n async updateDataOwner(dataOwner: DataOwnerWithType): Promise<DataOwnerWithType> {\n const ownerType = dataOwner.type\n const ownerToUpdate = dataOwner.dataOwner\n if (ownerType === 'hcp') {\n return await this.hcpartyBaseApi\n .modifyHealthcareParty(ownerToUpdate as HealthcareParty)\n .then((x) => ({ type: 'hcp', dataOwner: x } as DataOwnerWithType))\n } else if (ownerType === 'patient') {\n return await this.patientBaseApi.modifyPatient(ownerToUpdate as Patient).then((x) => ({ type: 'patient', dataOwner: x } as DataOwnerWithType))\n } else if (ownerType === 'device') {\n return await this.deviceBaseApi.updateDevice(ownerToUpdate as Device).then((x) => ({ type: 'device', dataOwner: x } as DataOwnerWithType))\n } else throw new Error(`Unrecognised data owner type: ${ownerType}`)\n }\n\n private checkDataOwnerIntegrity(dataOwner: DataOwner) {\n const keys = this.getHexPublicKeysOf(dataOwner)\n if (new Set(Array.from(keys).map((x) => x.slice(-32))).size != keys.size)\n throw new Error(\n `Different public keys for ${dataOwner.id} have the same fingerprint; this should not happen in normal circumstances. Please report this error to iCure.`\n )\n }\n\n private async forceLoadCurrentDataOwnerHierarchyAndCacheIds(): Promise<DataOwnerWithType[]> {\n const currentUser = await this.userBaseApi.getCurrentUser()\n let curr = await this.getDataOwner(this.getDataOwnerIdOf(currentUser))\n this.checkDataOwnerIntegrity(curr.dataOwner)\n this.currentDataOwnerType = curr.type\n let res = [curr]\n while ((curr.dataOwner as HealthcareParty).parentId) {\n curr = await this.getDataOwner((curr.dataOwner as HealthcareParty).parentId!)\n res = [curr, ...res]\n }\n this.currentDataOwnerHierarchyIds = res.map((x) => x.dataOwner.id!)\n return res\n }\n\n private handleError(e: XHR.XHRError): never {\n throw e\n }\n}\n"]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IccDoctemplateXApi = void 0;
|
|
4
|
+
const icc_api_1 = require("../icc-api");
|
|
5
|
+
const lodash_1 = require("lodash");
|
|
6
|
+
const binary_utils_1 = require("./utils/binary-utils");
|
|
7
|
+
const XHR_1 = require("../icc-api/api/XHR");
|
|
8
|
+
const AuthenticationProvider_1 = require("./auth/AuthenticationProvider");
|
|
9
|
+
// noinspection JSUnusedGlobalSymbols
|
|
10
|
+
class IccDoctemplateXApi extends icc_api_1.IccDoctemplateApi {
|
|
11
|
+
constructor(host, headers, crypto, authenticationProvider = new AuthenticationProvider_1.NoAuthenticationProvider(), fetchImpl = typeof window !== 'undefined'
|
|
12
|
+
? window.fetch
|
|
13
|
+
: typeof self !== 'undefined'
|
|
14
|
+
? self.fetch
|
|
15
|
+
: fetch) {
|
|
16
|
+
super(host, headers, authenticationProvider, fetchImpl);
|
|
17
|
+
this.crypto = crypto;
|
|
18
|
+
this.authenticationProvider = authenticationProvider;
|
|
19
|
+
this.fetchImpl = fetchImpl;
|
|
20
|
+
}
|
|
21
|
+
newInstance(user, template, c) {
|
|
22
|
+
return new Promise((resolve, reject) => {
|
|
23
|
+
const documentTemplate = (0, lodash_1.extend)({
|
|
24
|
+
id: this.crypto.primitives.randomUuid(),
|
|
25
|
+
_type: 'org.taktik.icure.entities.DocumentTemplate',
|
|
26
|
+
owner: user.id,
|
|
27
|
+
created: new Date().getTime(),
|
|
28
|
+
modified: new Date().getTime(),
|
|
29
|
+
guid: this.crypto.primitives.randomUuid(),
|
|
30
|
+
group: null,
|
|
31
|
+
specialty: null,
|
|
32
|
+
attachment: (0, binary_utils_1.string2ua)(template),
|
|
33
|
+
mainUti: 'public.plain-text',
|
|
34
|
+
}, c || {});
|
|
35
|
+
if (documentTemplate.group && documentTemplate.group.guid == null) {
|
|
36
|
+
documentTemplate.group.guid = this.crypto.primitives.randomUuid();
|
|
37
|
+
}
|
|
38
|
+
//sauver l doctemplate vide
|
|
39
|
+
if (template) {
|
|
40
|
+
//save attachement
|
|
41
|
+
}
|
|
42
|
+
return resolve(documentTemplate);
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
// noinspection JSUnusedLocalSymbols
|
|
46
|
+
findAllByOwnerId(ownerId) {
|
|
47
|
+
return new Promise(function (resolve, reject) {
|
|
48
|
+
reject(console.log('findByHCPartyPatientSecretFKeys not implemented in document API!'));
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
// noinspection JSUnusedGlobalSymbols
|
|
52
|
+
getAttachmentUrl(documentId, attachmentId) {
|
|
53
|
+
return (this.host + '/doctemplate/{documentId}/attachment/{attachmentId}'.replace('{documentId}', documentId).replace('{attachmentId}', attachmentId));
|
|
54
|
+
}
|
|
55
|
+
getAttachmentText(documentTemplateId, attachmentId) {
|
|
56
|
+
const _body = null;
|
|
57
|
+
const _url = this.host +
|
|
58
|
+
'/doctemplate/{documentTemplateId}/attachmentText/{attachmentId}'
|
|
59
|
+
.replace('{documentTemplateId}', documentTemplateId + '')
|
|
60
|
+
.replace('{attachmentId}', attachmentId + '') +
|
|
61
|
+
'?ts=' +
|
|
62
|
+
new Date().getTime();
|
|
63
|
+
return XHR_1.XHR.sendCommand('GET', _url, this.headers, _body, this.fetchImpl, undefined, this.authenticationProvider.getAuthService())
|
|
64
|
+
.then((doc) => {
|
|
65
|
+
if (doc.contentType.startsWith('application/octet-stream')) {
|
|
66
|
+
const enc = new TextDecoder('utf-8');
|
|
67
|
+
const arr = new Uint8Array(doc.body);
|
|
68
|
+
return enc.decode(arr);
|
|
69
|
+
}
|
|
70
|
+
else if (doc.contentType.startsWith('text/plain') || doc.contentType.startsWith('text/html') || doc.contentType.startsWith('text/xml')) {
|
|
71
|
+
return doc.body;
|
|
72
|
+
}
|
|
73
|
+
else {
|
|
74
|
+
return false;
|
|
75
|
+
}
|
|
76
|
+
})
|
|
77
|
+
.catch((err) => this.handleError(err));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.IccDoctemplateXApi = IccDoctemplateXApi;
|
|
81
|
+
//# sourceMappingURL=icc-doctemplate-x-api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icc-doctemplate-x-api.js","sourceRoot":"","sources":["../../icc-x-api/icc-doctemplate-x-api.ts"],"names":[],"mappings":";;;AAAA,wCAA8C;AAG9C,mCAA+B;AAG/B,uDAAgD;AAChD,4CAAwC;AACxC,0EAAgG;AAEhG,qCAAqC;AACrC,MAAa,kBAAmB,SAAQ,2BAAiB;IAKvD,YACE,IAAY,EACZ,OAAkC,EAClC,MAAqB,EACrB,yBAAiD,IAAI,iDAAwB,EAAE,EAC/E,YAA2E,OAAO,MAAM,KAAK,WAAW;QACtG,CAAC,CAAC,MAAM,CAAC,KAAK;QACd,CAAC,CAAC,OAAO,IAAI,KAAK,WAAW;YAC7B,CAAC,CAAC,IAAI,CAAC,KAAK;YACZ,CAAC,CAAC,KAAK;QAET,KAAK,CAAC,IAAI,EAAE,OAAO,EAAE,sBAAsB,EAAE,SAAS,CAAC,CAAA;QACvD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;QACpB,IAAI,CAAC,sBAAsB,GAAG,sBAAsB,CAAA;QACpD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;IAC5B,CAAC;IAED,WAAW,CAAC,IAAiB,EAAE,QAAgB,EAAE,CAAM;QACrD,OAAO,IAAI,OAAO,CAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACvD,MAAM,gBAAgB,GAAqB,IAAA,eAAM,EAC/C;gBACE,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,UAAU,EAAE;gBACvC,KAAK,EAAE,4CAA4C;gBACnD,KAAK,EAAE,IAAI,CAAC,EAAE;gBACd,OAAO,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;gBAC7B,QAAQ,EAAE,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE;gBAC9B,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,UAAU,EAAE;gBACzC,KAAK,EAAE,IAAI;gBACX,SAAS,EAAE,IAAI;gBACf,UAAU,EAAE,IAAA,wBAAS,EAAC,QAAQ,CAAC;gBAC/B,OAAO,EAAE,mBAAmB;aAC7B,EACD,CAAC,IAAI,EAAE,CACR,CAAA;YACD,IAAI,gBAAgB,CAAC,KAAK,IAAI,gBAAgB,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE;gBACjE,gBAAgB,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,UAAU,EAAE,CAAA;aAClE;YAED,2BAA2B;YAE3B,IAAI,QAAQ,EAAE;gBACZ,kBAAkB;aACnB;YAED,OAAO,OAAO,CAAC,gBAAgB,CAAC,CAAA;QAClC,CAAC,CAAC,CAAA;IACJ,CAAC;IAED,oCAAoC;IACpC,gBAAgB,CAAC,OAAe;QAC9B,OAAO,IAAI,OAAO,CAAC,UAAU,OAAO,EAAE,MAAM;YAC1C,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,kEAAkE,CAAC,CAAC,CAAA;QACzF,CAAC,CAAC,CAAA;IACJ,CAAC;IAED,qCAAqC;IACrC,gBAAgB,CAAC,UAAkB,EAAE,YAAoB;QACvD,OAAO,CACL,IAAI,CAAC,IAAI,GAAG,qDAAqD,CAAC,OAAO,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,gBAAgB,EAAE,YAAY,CAAC,CAC9I,CAAA;IACH,CAAC;IAED,iBAAiB,CAAC,kBAA0B,EAAE,YAAoB;QAChE,MAAM,KAAK,GAAG,IAAI,CAAA;QAElB,MAAM,IAAI,GACR,IAAI,CAAC,IAAI;YACT,iEAAiE;iBAC9D,OAAO,CAAC,sBAAsB,EAAE,kBAAkB,GAAG,EAAE,CAAC;iBACxD,OAAO,CAAC,gBAAgB,EAAE,YAAY,GAAG,EAAE,CAAC;YAC/C,MAAM;YACN,IAAI,IAAI,EAAE,CAAC,OAAO,EAAE,CAAA;QAEtB,OAAO,SAAG,CAAC,WAAW,CAAC,KAAK,EAAE,IAAI,EAAE,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,SAAS,EAAE,SAAS,EAAE,IAAI,CAAC,sBAAsB,CAAC,cAAc,EAAE,CAAC;aAC9H,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE;YACZ,IAAI,GAAG,CAAC,WAAW,CAAC,UAAU,CAAC,0BAA0B,CAAC,EAAE;gBAC1D,MAAM,GAAG,GAAG,IAAI,WAAW,CAAC,OAAO,CAAC,CAAA;gBACpC,MAAM,GAAG,GAAG,IAAI,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;gBACpC,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;aACvB;iBAAM,IAAI,GAAG,CAAC,WAAW,CAAC,UAAU,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,WAAW,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,CAAC,WAAW,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;gBACxI,OAAO,GAAG,CAAC,IAAI,CAAA;aAChB;iBAAM;gBACL,OAAO,KAAK,CAAA;aACb;QACH,CAAC,CAAC;aACD,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC,CAAA;IAC1C,CAAC;CACF;AA5FD,gDA4FC","sourcesContent":["import { IccDoctemplateApi } from '../icc-api'\nimport { IccCryptoXApi } from './icc-crypto-x-api'\n\nimport { extend } from 'lodash'\nimport * as models from '../icc-api/model/models'\nimport { DocumentTemplate } from '../icc-api/model/models'\nimport { string2ua } from './utils/binary-utils'\nimport { XHR } from '../icc-api/api/XHR'\nimport { AuthenticationProvider, NoAuthenticationProvider } from './auth/AuthenticationProvider'\n\n// noinspection JSUnusedGlobalSymbols\nexport class IccDoctemplateXApi extends IccDoctemplateApi {\n crypto: IccCryptoXApi\n authenticationProvider: AuthenticationProvider\n fetchImpl: (input: RequestInfo, init?: RequestInit) => Promise<Response>\n\n constructor(\n host: string,\n headers: { [key: string]: string },\n crypto: IccCryptoXApi,\n authenticationProvider: AuthenticationProvider = new NoAuthenticationProvider(),\n fetchImpl: (input: RequestInfo, init?: RequestInit) => Promise<Response> = typeof window !== 'undefined'\n ? window.fetch\n : typeof self !== 'undefined'\n ? self.fetch\n : fetch\n ) {\n super(host, headers, authenticationProvider, fetchImpl)\n this.crypto = crypto\n this.authenticationProvider = authenticationProvider\n this.fetchImpl = fetchImpl\n }\n\n newInstance(user: models.User, template: string, c: any): Promise<DocumentTemplate> {\n return new Promise<DocumentTemplate>((resolve, reject) => {\n const documentTemplate: DocumentTemplate = extend(\n {\n id: this.crypto.primitives.randomUuid(),\n _type: 'org.taktik.icure.entities.DocumentTemplate',\n owner: user.id,\n created: new Date().getTime(),\n modified: new Date().getTime(),\n guid: this.crypto.primitives.randomUuid(),\n group: null,\n specialty: null,\n attachment: string2ua(template),\n mainUti: 'public.plain-text',\n },\n c || {}\n )\n if (documentTemplate.group && documentTemplate.group.guid == null) {\n documentTemplate.group.guid = this.crypto.primitives.randomUuid()\n }\n\n //sauver l doctemplate vide\n\n if (template) {\n //save attachement\n }\n\n return resolve(documentTemplate)\n })\n }\n\n // noinspection JSUnusedLocalSymbols\n findAllByOwnerId(ownerId: string): Promise<Array<models.DocumentTemplate>> {\n return new Promise(function (resolve, reject) {\n reject(console.log('findByHCPartyPatientSecretFKeys not implemented in document API!'))\n })\n }\n\n // noinspection JSUnusedGlobalSymbols\n getAttachmentUrl(documentId: string, attachmentId: string) {\n return (\n this.host + '/doctemplate/{documentId}/attachment/{attachmentId}'.replace('{documentId}', documentId).replace('{attachmentId}', attachmentId)\n )\n }\n\n getAttachmentText(documentTemplateId: string, attachmentId: string): Promise<any | boolean> {\n const _body = null\n\n const _url =\n this.host +\n '/doctemplate/{documentTemplateId}/attachmentText/{attachmentId}'\n .replace('{documentTemplateId}', documentTemplateId + '')\n .replace('{attachmentId}', attachmentId + '') +\n '?ts=' +\n new Date().getTime()\n\n return XHR.sendCommand('GET', _url, this.headers, _body, this.fetchImpl, undefined, this.authenticationProvider.getAuthService())\n .then((doc) => {\n if (doc.contentType.startsWith('application/octet-stream')) {\n const enc = new TextDecoder('utf-8')\n const arr = new Uint8Array(doc.body)\n return enc.decode(arr)\n } else if (doc.contentType.startsWith('text/plain') || doc.contentType.startsWith('text/html') || doc.contentType.startsWith('text/xml')) {\n return doc.body\n } else {\n return false\n }\n })\n .catch((err) => this.handleError(err))\n }\n}\n"]}
|