@icure/be-fhc-api 0.4.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 +8 -0
- package/.swagger-codegen/VERSION +1 -0
- package/.swagger-codegen-ignore +23 -0
- package/LICENSE +201 -0
- package/api/XHR.ts +142 -0
- package/api/fhcAddressbookApi.ts +274 -0
- package/api/fhcAdminApi.ts +86 -0
- package/api/fhcChapter4Api.ts +516 -0
- package/api/fhcConsentApi.ts +196 -0
- package/api/fhcConsultrnApi.ts +177 -0
- package/api/fhcCryptoApi.ts +182 -0
- package/api/fhcDmgApi.ts +413 -0
- package/api/fhcEattestApi.ts +227 -0
- package/api/fhcEattestV2Api.ts +403 -0
- package/api/fhcEfactApi.ts +261 -0
- package/api/fhcEhboxApi.ts +329 -0
- package/api/fhcEhboxV3Api.ts +378 -0
- package/api/fhcGenInsApi.ts +141 -0
- package/api/fhcHubApi.ts +1400 -0
- package/api/fhcMemberDataApi.ts +445 -0
- package/api/fhcMhmApi.ts +231 -0
- package/api/fhcRecipeApi.ts +473 -0
- package/api/fhcStsApi.ts +252 -0
- package/api/fhcTarificationApi.ts +120 -0
- package/api/fhcTherLinkApi.ts +431 -0
- package/dist/api/XHR.d.ts +21 -0
- package/dist/api/XHR.js +110 -0
- package/dist/api/fhcAddressbookApi.d.ts +93 -0
- package/dist/api/fhcAddressbookApi.js +202 -0
- package/dist/api/fhcAdminApi.d.ts +38 -0
- package/dist/api/fhcAdminApi.js +72 -0
- package/dist/api/fhcChapter4Api.d.ts +165 -0
- package/dist/api/fhcChapter4Api.js +371 -0
- package/dist/api/fhcConsentApi.d.ts +69 -0
- package/dist/api/fhcConsentApi.js +144 -0
- package/dist/api/fhcConsultrnApi.d.ts +67 -0
- package/dist/api/fhcConsultrnApi.js +130 -0
- package/dist/api/fhcCryptoApi.d.ts +58 -0
- package/dist/api/fhcCryptoApi.js +139 -0
- package/dist/api/fhcDmgApi.d.ts +134 -0
- package/dist/api/fhcDmgApi.js +304 -0
- package/dist/api/fhcEattestApi.d.ts +75 -0
- package/dist/api/fhcEattestApi.js +169 -0
- package/dist/api/fhcEattestV2Api.d.ts +125 -0
- package/dist/api/fhcEattestV2Api.js +297 -0
- package/dist/api/fhcEfactApi.d.ts +91 -0
- package/dist/api/fhcEfactApi.js +203 -0
- package/dist/api/fhcEhboxApi.d.ts +107 -0
- package/dist/api/fhcEhboxApi.js +244 -0
- package/dist/api/fhcEhboxV3Api.d.ts +121 -0
- package/dist/api/fhcEhboxV3Api.js +282 -0
- package/dist/api/fhcGenInsApi.d.ts +54 -0
- package/dist/api/fhcGenInsApi.js +103 -0
- package/dist/api/fhcHubApi.d.ts +450 -0
- package/dist/api/fhcHubApi.js +986 -0
- package/dist/api/fhcMemberDataApi.d.ts +146 -0
- package/dist/api/fhcMemberDataApi.js +323 -0
- package/dist/api/fhcMhmApi.d.ts +81 -0
- package/dist/api/fhcMhmApi.js +169 -0
- package/dist/api/fhcRecipeApi.d.ts +158 -0
- package/dist/api/fhcRecipeApi.js +346 -0
- package/dist/api/fhcStsApi.d.ts +88 -0
- package/dist/api/fhcStsApi.js +201 -0
- package/dist/api/fhcTarificationApi.d.ts +44 -0
- package/dist/api/fhcTarificationApi.js +91 -0
- package/dist/api/fhcTherLinkApi.d.ts +140 -0
- package/dist/api/fhcTherLinkApi.js +309 -0
- package/dist/fhcApi.d.ts +20 -0
- package/dist/fhcApi.js +32 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +17 -0
- package/dist/model/AccessRightListType.d.ts +16 -0
- package/dist/model/AccessRightListType.js +9 -0
- package/dist/model/AccessRightType.d.ts +20 -0
- package/dist/model/AccessRightType.js +9 -0
- package/dist/model/AcknowledgeType.d.ts +17 -0
- package/dist/model/AcknowledgeType.js +9 -0
- package/dist/model/AcknowledgmentType.d.ts +16 -0
- package/dist/model/AcknowledgmentType.js +9 -0
- package/dist/model/AddedDocumentPreview.d.ts +22 -0
- package/dist/model/AddedDocumentPreview.js +20 -0
- package/dist/model/Address.d.ts +35 -0
- package/dist/model/Address.js +20 -0
- package/dist/model/AddressType.d.ts +29 -0
- package/dist/model/AddressType.js +9 -0
- package/dist/model/AddressTypeBase.d.ts +29 -0
- package/dist/model/AddressTypeBase.js +9 -0
- package/dist/model/Addressee.d.ts +23 -0
- package/dist/model/Addressee.js +9 -0
- package/dist/model/AdministrationQuantity.d.ts +18 -0
- package/dist/model/AdministrationQuantity.js +9 -0
- package/dist/model/AdministrationunitType.d.ts +16 -0
- package/dist/model/AdministrationunitType.js +9 -0
- package/dist/model/AdviceType.d.ts +16 -0
- package/dist/model/AdviceType.js +9 -0
- package/dist/model/AgreementResponse.d.ts +25 -0
- package/dist/model/AgreementResponse.js +10 -0
- package/dist/model/AgreementTransaction.d.ts +37 -0
- package/dist/model/AgreementTransaction.js +21 -0
- package/dist/model/AltKeystore.d.ts +16 -0
- package/dist/model/AltKeystore.js +20 -0
- package/dist/model/AltKeystoresList.d.ts +16 -0
- package/dist/model/AltKeystoresList.js +9 -0
- package/dist/model/Appendix.d.ts +19 -0
- package/dist/model/Appendix.js +21 -0
- package/dist/model/Assertion.d.ts +30 -0
- package/dist/model/Assertion.js +9 -0
- package/dist/model/AuthorDto.d.ts +16 -0
- package/dist/model/AuthorDto.js +9 -0
- package/dist/model/AuthorType.d.ts +16 -0
- package/dist/model/AuthorType.js +9 -0
- package/dist/model/AuthorWithPatientDto.d.ts +18 -0
- package/dist/model/AuthorWithPatientDto.js +9 -0
- package/dist/model/Base64EncryptedDataType.d.ts +18 -0
- package/dist/model/Base64EncryptedDataType.js +9 -0
- package/dist/model/Base64EncryptedValueType.d.ts +16 -0
- package/dist/model/Base64EncryptedValueType.js +21 -0
- package/dist/model/BaseID.d.ts +16 -0
- package/dist/model/BaseID.js +20 -0
- package/dist/model/BearerToken.d.ts +15 -0
- package/dist/model/BearerToken.js +20 -0
- package/dist/model/BirthDeceaseType.d.ts +26 -0
- package/dist/model/BirthDeceaseType.js +15 -0
- package/dist/model/BirthPlace.d.ts +17 -0
- package/dist/model/BirthPlace.js +20 -0
- package/dist/model/BirthResponseType.d.ts +17 -0
- package/dist/model/BirthResponseType.js +9 -0
- package/dist/model/BoxInfo.d.ts +21 -0
- package/dist/model/BoxInfo.js +9 -0
- package/dist/model/BusinessAnomalyType.d.ts +17 -0
- package/dist/model/BusinessAnomalyType.js +20 -0
- package/dist/model/CDACCESSRIGHT.d.ts +32 -0
- package/dist/model/CDACCESSRIGHT.js +30 -0
- package/dist/model/CDACKNOWLEDGMENT.d.ts +28 -0
- package/dist/model/CDACKNOWLEDGMENT.js +28 -0
- package/dist/model/CDADDRESS.d.ts +27 -0
- package/dist/model/CDADDRESS.js +26 -0
- package/dist/model/CDADMINISTRATIONUNIT.d.ts +19 -0
- package/dist/model/CDADMINISTRATIONUNIT.js +20 -0
- package/dist/model/CDCARENETPERSONALPART.d.ts +27 -0
- package/dist/model/CDCARENETPERSONALPART.js +27 -0
- package/dist/model/CDCARENETTHIRDPAYERCONTRACT.d.ts +19 -0
- package/dist/model/CDCARENETTHIRDPAYERCONTRACT.js +20 -0
- package/dist/model/CDCERTAINTY.d.ts +29 -0
- package/dist/model/CDCERTAINTY.js +29 -0
- package/dist/model/CDCIVILSTATE.d.ts +20 -0
- package/dist/model/CDCIVILSTATE.js +20 -0
- package/dist/model/CDCONSENT.d.ts +33 -0
- package/dist/model/CDCONSENT.js +31 -0
- package/dist/model/CDCONTENT.d.ts +194 -0
- package/dist/model/CDCONTENT.js +192 -0
- package/dist/model/CDCOUNTRY.d.ts +27 -0
- package/dist/model/CDCOUNTRY.js +26 -0
- package/dist/model/CDDAYPERIOD.d.ts +43 -0
- package/dist/model/CDDAYPERIOD.js +43 -0
- package/dist/model/CDDRUGCNK.d.ts +26 -0
- package/dist/model/CDDRUGCNK.js +26 -0
- package/dist/model/CDDRUGPRESENTATION.d.ts +19 -0
- package/dist/model/CDDRUGPRESENTATION.js +20 -0
- package/dist/model/CDDRUGROUTE.d.ts +19 -0
- package/dist/model/CDDRUGROUTE.js +20 -0
- package/dist/model/CDEBIRTHPLACE.d.ts +27 -0
- package/dist/model/CDEBIRTHPLACE.js +27 -0
- package/dist/model/CDEMPLOYMENTSITUATION.d.ts +28 -0
- package/dist/model/CDEMPLOYMENTSITUATION.js +27 -0
- package/dist/model/CDENCRYPTIONMETHOD.d.ts +29 -0
- package/dist/model/CDENCRYPTIONMETHOD.js +28 -0
- package/dist/model/CDERROR.d.ts +27 -0
- package/dist/model/CDERROR.js +26 -0
- package/dist/model/CDEXTERNALSOURCE.d.ts +27 -0
- package/dist/model/CDEXTERNALSOURCE.js +26 -0
- package/dist/model/CDFORMULARY.d.ts +26 -0
- package/dist/model/CDFORMULARY.js +26 -0
- package/dist/model/CDGALENICFORM.d.ts +26 -0
- package/dist/model/CDGALENICFORM.js +26 -0
- package/dist/model/CDHCPARTY.d.ts +30 -0
- package/dist/model/CDHCPARTY.js +29 -0
- package/dist/model/CDHEADING.d.ts +30 -0
- package/dist/model/CDHEADING.js +29 -0
- package/dist/model/CDINCAPACITY.d.ts +32 -0
- package/dist/model/CDINCAPACITY.js +32 -0
- package/dist/model/CDINCAPACITYREASON.d.ts +35 -0
- package/dist/model/CDINCAPACITYREASON.js +35 -0
- package/dist/model/CDINNCLUSTER.d.ts +26 -0
- package/dist/model/CDINNCLUSTER.js +26 -0
- package/dist/model/CDITEM.d.ts +56 -0
- package/dist/model/CDITEM.js +54 -0
- package/dist/model/CDLIFECYCLE.d.ts +52 -0
- package/dist/model/CDLIFECYCLE.js +52 -0
- package/dist/model/CDMEDICATION.d.ts +28 -0
- package/dist/model/CDMEDICATION.js +27 -0
- package/dist/model/CDMESSAGE.d.ts +30 -0
- package/dist/model/CDMESSAGE.js +30 -0
- package/dist/model/CDPERIODICITY.d.ts +19 -0
- package/dist/model/CDPERIODICITY.js +20 -0
- package/dist/model/CDQUANTITYPREFIX.d.ts +28 -0
- package/dist/model/CDQUANTITYPREFIX.js +28 -0
- package/dist/model/CDREFSCOPE.d.ts +27 -0
- package/dist/model/CDREFSCOPE.js +27 -0
- package/dist/model/CDSEVERITY.d.ts +26 -0
- package/dist/model/CDSEVERITY.js +26 -0
- package/dist/model/CDSEX.d.ts +29 -0
- package/dist/model/CDSEX.js +29 -0
- package/dist/model/CDSITE.d.ts +26 -0
- package/dist/model/CDSITE.js +26 -0
- package/dist/model/CDSTANDARD.d.ts +19 -0
- package/dist/model/CDSTANDARD.js +20 -0
- package/dist/model/CDSUBSTANCE.d.ts +28 -0
- package/dist/model/CDSUBSTANCE.js +28 -0
- package/dist/model/CDTELECOM.d.ts +26 -0
- package/dist/model/CDTELECOM.js +26 -0
- package/dist/model/CDTEMPORALITY.d.ts +30 -0
- package/dist/model/CDTEMPORALITY.js +30 -0
- package/dist/model/CDTIMEUNIT.d.ts +27 -0
- package/dist/model/CDTIMEUNIT.js +26 -0
- package/dist/model/CDTRANSACTION.d.ts +35 -0
- package/dist/model/CDTRANSACTION.js +34 -0
- package/dist/model/CDUNIT.d.ts +28 -0
- package/dist/model/CDUNIT.js +28 -0
- package/dist/model/CDURGENCY.d.ts +19 -0
- package/dist/model/CDURGENCY.js +20 -0
- package/dist/model/CancelSubscriptionResultWithResponse.d.ts +26 -0
- package/dist/model/CancelSubscriptionResultWithResponse.js +10 -0
- package/dist/model/CanonicalizationMethod.d.ts +16 -0
- package/dist/model/CanonicalizationMethod.js +20 -0
- package/dist/model/CertaintyType.d.ts +16 -0
- package/dist/model/CertaintyType.js +9 -0
- package/dist/model/CertificateInfo.d.ts +19 -0
- package/dist/model/CertificateInfo.js +20 -0
- package/dist/model/CipherData.d.ts +17 -0
- package/dist/model/CipherData.js +10 -0
- package/dist/model/CipherReference.d.ts +17 -0
- package/dist/model/CipherReference.js +9 -0
- package/dist/model/CivilStateResponseType.d.ts +23 -0
- package/dist/model/CivilStateResponseType.js +9 -0
- package/dist/model/CivilStateType.d.ts +30 -0
- package/dist/model/CivilStateType.js +15 -0
- package/dist/model/CivilStatesResponseType.d.ts +16 -0
- package/dist/model/CivilStatesResponseType.js +9 -0
- package/dist/model/Civilstate.d.ts +16 -0
- package/dist/model/Civilstate.js +9 -0
- package/dist/model/Code.d.ts +27 -0
- package/dist/model/Code.js +20 -0
- package/dist/model/CodeResult.d.ts +21 -0
- package/dist/model/CodeResult.js +9 -0
- package/dist/model/CommonOutput.d.ts +17 -0
- package/dist/model/CommonOutput.js +20 -0
- package/dist/model/CommonOutputType.d.ts +17 -0
- package/dist/model/CommonOutputType.js +20 -0
- package/dist/model/CompoundPrescription.d.ts +18 -0
- package/dist/model/CompoundPrescription.js +9 -0
- package/dist/model/CompoundType.d.ts +24 -0
- package/dist/model/CompoundType.js +9 -0
- package/dist/model/CompoundprescriptionType.d.ts +26 -0
- package/dist/model/CompoundprescriptionType.js +9 -0
- package/dist/model/ConditionAbstractType.d.ts +14 -0
- package/dist/model/ConditionAbstractType.js +20 -0
- package/dist/model/Conditions.d.ts +19 -0
- package/dist/model/Conditions.js +9 -0
- package/dist/model/ConfidentialityType.d.ts +16 -0
- package/dist/model/ConfidentialityType.js +9 -0
- package/dist/model/Consent.d.ts +22 -0
- package/dist/model/Consent.js +9 -0
- package/dist/model/ConsentMessageDto.d.ts +19 -0
- package/dist/model/ConsentMessageDto.js +9 -0
- package/dist/model/ConsentTypeDto.d.ts +22 -0
- package/dist/model/ConsentTypeDto.js +9 -0
- package/dist/model/ConsultCurrentSsinResponse.d.ts +21 -0
- package/dist/model/ConsultCurrentSsinResponse.js +9 -0
- package/dist/model/ConsultRnAddressDto.d.ts +27 -0
- package/dist/model/ConsultRnAddressDto.js +15 -0
- package/dist/model/ConsultRnPersonDataDto.d.ts +27 -0
- package/dist/model/ConsultRnPersonDataDto.js +9 -0
- package/dist/model/ConsultRnPersonDto.d.ts +27 -0
- package/dist/model/ConsultRnPersonDto.js +15 -0
- package/dist/model/ConsultRnPlainAddressDto.d.ts +17 -0
- package/dist/model/ConsultRnPlainAddressDto.js +9 -0
- package/dist/model/Content.d.ts +24 -0
- package/dist/model/Content.js +10 -0
- package/dist/model/ContentType.d.ts +62 -0
- package/dist/model/ContentType.js +9 -0
- package/dist/model/ContentlocalitemattributeType.d.ts +31 -0
- package/dist/model/ContentlocalitemattributeType.js +9 -0
- package/dist/model/CostType.d.ts +17 -0
- package/dist/model/CostType.js +9 -0
- package/dist/model/CountryType.d.ts +16 -0
- package/dist/model/CountryType.js +9 -0
- package/dist/model/DateType.d.ts +21 -0
- package/dist/model/DateType.js +9 -0
- package/dist/model/DayperiodType.d.ts +16 -0
- package/dist/model/DayperiodType.js +9 -0
- package/dist/model/DeceaseResponseType.d.ts +17 -0
- package/dist/model/DeceaseResponseType.js +9 -0
- package/dist/model/Denominator.d.ts +16 -0
- package/dist/model/Denominator.js +9 -0
- package/dist/model/DetailType.d.ts +19 -0
- package/dist/model/DetailType.js +9 -0
- package/dist/model/DetailsType.d.ts +16 -0
- package/dist/model/DetailsType.js +9 -0
- package/dist/model/DigestMethod.d.ts +16 -0
- package/dist/model/DigestMethod.js +20 -0
- package/dist/model/DimensionDto.d.ts +16 -0
- package/dist/model/DimensionDto.js +20 -0
- package/dist/model/DiplomaticInformationType.d.ts +19 -0
- package/dist/model/DiplomaticInformationType.js +9 -0
- package/dist/model/DiplomaticPostType.d.ts +19 -0
- package/dist/model/DiplomaticPostType.js +9 -0
- package/dist/model/DmgAcknowledge.d.ts +29 -0
- package/dist/model/DmgAcknowledge.js +9 -0
- package/dist/model/DmgClosure.d.ts +39 -0
- package/dist/model/DmgClosure.js +9 -0
- package/dist/model/DmgConsultation.d.ts +38 -0
- package/dist/model/DmgConsultation.js +9 -0
- package/dist/model/DmgExtension.d.ts +37 -0
- package/dist/model/DmgExtension.js +9 -0
- package/dist/model/DmgInscription.d.ts +45 -0
- package/dist/model/DmgInscription.js +9 -0
- package/dist/model/DmgNotification.d.ts +29 -0
- package/dist/model/DmgNotification.js +9 -0
- package/dist/model/DmgRegistration.d.ts +27 -0
- package/dist/model/DmgRegistration.js +9 -0
- package/dist/model/DmgsList.d.ts +35 -0
- package/dist/model/DmgsList.js +9 -0
- package/dist/model/Document.d.ts +21 -0
- package/dist/model/Document.js +10 -0
- package/dist/model/DocumentMessage.d.ts +45 -0
- package/dist/model/DocumentMessage.js +9 -0
- package/dist/model/Duration.d.ts +17 -0
- package/dist/model/Duration.js +9 -0
- package/dist/model/DurationType.d.ts +17 -0
- package/dist/model/DurationType.js +9 -0
- package/dist/model/EHealthBoxType.d.ts +18 -0
- package/dist/model/EHealthBoxType.js +20 -0
- package/dist/model/EIDItem.d.ts +19 -0
- package/dist/model/EIDItem.js +20 -0
- package/dist/model/Eattest.d.ts +16 -0
- package/dist/model/Eattest.js +9 -0
- package/dist/model/EattestAcknowledgeType.d.ts +17 -0
- package/dist/model/EattestAcknowledgeType.js +9 -0
- package/dist/model/EattestCardReading.d.ts +21 -0
- package/dist/model/EattestCardReading.js +20 -0
- package/dist/model/EattestCode.d.ts +50 -0
- package/dist/model/EattestCode.js +21 -0
- package/dist/model/EattestHcParty.d.ts +19 -0
- package/dist/model/EattestHcParty.js +20 -0
- package/dist/model/EattestRequestor.d.ts +17 -0
- package/dist/model/EattestRequestor.js +9 -0
- package/dist/model/EfactMessage.d.ts +25 -0
- package/dist/model/EfactMessage.js +9 -0
- package/dist/model/EfactSendResponse.d.ts +25 -0
- package/dist/model/EfactSendResponse.js +9 -0
- package/dist/model/EncodedSSINType.d.ts +16 -0
- package/dist/model/EncodedSSINType.js +20 -0
- package/dist/model/EncryptedData.d.ts +26 -0
- package/dist/model/EncryptedData.js +9 -0
- package/dist/model/EncryptedElementType.d.ts +18 -0
- package/dist/model/EncryptedElementType.js +9 -0
- package/dist/model/EncryptedKey.d.ts +30 -0
- package/dist/model/EncryptedKey.js +9 -0
- package/dist/model/EncryptedType.d.ts +26 -0
- package/dist/model/EncryptedType.js +9 -0
- package/dist/model/EncryptionMethodType.d.ts +16 -0
- package/dist/model/EncryptionMethodType.js +20 -0
- package/dist/model/EncryptionProperties.d.ts +17 -0
- package/dist/model/EncryptionProperties.js +9 -0
- package/dist/model/EncryptionProperty.d.ts +20 -0
- package/dist/model/EncryptionProperty.js +20 -0
- package/dist/model/EndSubscriptionResultWithResponse.d.ts +26 -0
- package/dist/model/EndSubscriptionResultWithResponse.js +10 -0
- package/dist/model/EndpointDistributorStatusDto.d.ts +16 -0
- package/dist/model/EndpointDistributorStatusDto.js +20 -0
- package/dist/model/ErrorDetail.d.ts +39 -0
- package/dist/model/ErrorDetail.js +20 -0
- package/dist/model/ErrorDto.d.ts +21 -0
- package/dist/model/ErrorDto.js +20 -0
- package/dist/model/ErrorType.d.ts +21 -0
- package/dist/model/ErrorType.js +9 -0
- package/dist/model/ExistingPersonsType.d.ts +16 -0
- package/dist/model/ExistingPersonsType.js +9 -0
- package/dist/model/Externalsource.d.ts +16 -0
- package/dist/model/Externalsource.js +9 -0
- package/dist/model/FCMAXType.d.ts +16 -0
- package/dist/model/FCMAXType.js +20 -0
- package/dist/model/FCMINType.d.ts +16 -0
- package/dist/model/FCMINType.js +20 -0
- package/dist/model/FacetDto.d.ts +17 -0
- package/dist/model/FacetDto.js +9 -0
- package/dist/model/FaultType.d.ts +20 -0
- package/dist/model/FaultType.js +9 -0
- package/dist/model/Feedback.d.ts +18 -0
- package/dist/model/Feedback.js +20 -0
- package/dist/model/FinancialInstitutionInformation.d.ts +20 -0
- package/dist/model/FinancialInstitutionInformation.js +20 -0
- package/dist/model/FlatFileMetadata.d.ts +26 -0
- package/dist/model/FlatFileMetadata.js +20 -0
- package/dist/model/FlatFileWithMetadata.d.ts +17 -0
- package/dist/model/FlatFileWithMetadata.js +9 -0
- package/dist/model/FolderType.d.ts +26 -0
- package/dist/model/FolderType.js +9 -0
- package/dist/model/FormularyreferenceType.d.ts +17 -0
- package/dist/model/FormularyreferenceType.js +9 -0
- package/dist/model/FrequencyType.d.ts +25 -0
- package/dist/model/FrequencyType.js +9 -0
- package/dist/model/GalenicForm.d.ts +17 -0
- package/dist/model/GalenicForm.js +9 -0
- package/dist/model/GalenicformType.d.ts +18 -0
- package/dist/model/GalenicformType.js +9 -0
- package/dist/model/GenAsyncResponse.d.ts +21 -0
- package/dist/model/GenAsyncResponse.js +9 -0
- package/dist/model/GenderType.d.ts +32 -0
- package/dist/model/GenderType.js +31 -0
- package/dist/model/GetAccessRightResponse.d.ts +20 -0
- package/dist/model/GetAccessRightResponse.js +9 -0
- package/dist/model/GetPatientAuditTrailResponse.d.ts +20 -0
- package/dist/model/GetPatientAuditTrailResponse.js +9 -0
- package/dist/model/HasTherapeuticLinkMessage.d.ts +17 -0
- package/dist/model/HasTherapeuticLinkMessage.js +20 -0
- package/dist/model/HcPartyConsentDto.d.ts +21 -0
- package/dist/model/HcPartyConsentDto.js +9 -0
- package/dist/model/HcPartyDto.d.ts +28 -0
- package/dist/model/HcPartyDto.js +9 -0
- package/dist/model/HcPartyIdDto.d.ts +16 -0
- package/dist/model/HcPartyIdDto.js +9 -0
- package/dist/model/HcpartyType.d.ts +25 -0
- package/dist/model/HcpartyType.js +9 -0
- package/dist/model/HeaderType.d.ts +37 -0
- package/dist/model/HeaderType.js +9 -0
- package/dist/model/HeadingType.d.ts +27 -0
- package/dist/model/HeadingType.js +9 -0
- package/dist/model/HealthcareParty.d.ts +50 -0
- package/dist/model/HealthcareParty.js +20 -0
- package/dist/model/HolterType.d.ts +42 -0
- package/dist/model/HolterType.js +9 -0
- package/dist/model/HospitalizedInfoDto.d.ts +17 -0
- package/dist/model/HospitalizedInfoDto.js +20 -0
- package/dist/model/IDHCPARTY.d.ts +31 -0
- package/dist/model/IDHCPARTY.js +32 -0
- package/dist/model/IDINSURANCE.d.ts +25 -0
- package/dist/model/IDINSURANCE.js +26 -0
- package/dist/model/IDKMEHR.d.ts +28 -0
- package/dist/model/IDKMEHR.js +29 -0
- package/dist/model/IDPATIENT.d.ts +29 -0
- package/dist/model/IDPATIENT.js +30 -0
- package/dist/model/IDPROFESSION.d.ts +25 -0
- package/dist/model/IDPROFESSION.js +26 -0
- package/dist/model/IdentifierType.d.ts +15 -0
- package/dist/model/IdentifierType.js +20 -0
- package/dist/model/IncapacityType.d.ts +20 -0
- package/dist/model/IncapacityType.js +9 -0
- package/dist/model/IncapacityreasonType.d.ts +16 -0
- package/dist/model/IncapacityreasonType.js +9 -0
- package/dist/model/InformationType.d.ts +16 -0
- package/dist/model/InformationType.js +20 -0
- package/dist/model/InhabitantType.d.ts +20 -0
- package/dist/model/InhabitantType.js +9 -0
- package/dist/model/InputStream.d.ts +14 -0
- package/dist/model/InputStream.js +20 -0
- package/dist/model/Insurability.d.ts +26 -0
- package/dist/model/Insurability.js +20 -0
- package/dist/model/InsurabilityInfoDto.d.ts +40 -0
- package/dist/model/InsurabilityInfoDto.js +9 -0
- package/dist/model/InsurabilityItemDto.d.ts +22 -0
- package/dist/model/InsurabilityItemDto.js +9 -0
- package/dist/model/InsuranceType.d.ts +31 -0
- package/dist/model/InsuranceType.js +9 -0
- package/dist/model/Invoice.d.ts +42 -0
- package/dist/model/Invoice.js +18 -0
- package/dist/model/InvoiceItem.d.ts +90 -0
- package/dist/model/InvoiceItem.js +54 -0
- package/dist/model/InvoiceSender.d.ts +25 -0
- package/dist/model/InvoiceSender.js +20 -0
- package/dist/model/InvoicesBatch.d.ts +27 -0
- package/dist/model/InvoicesBatch.js +9 -0
- package/dist/model/ItemType.d.ts +77 -0
- package/dist/model/ItemType.js +9 -0
- package/dist/model/JAXBElementReferenceType.d.ts +21 -0
- package/dist/model/JAXBElementReferenceType.js +9 -0
- package/dist/model/JAXBElementSignature.d.ts +21 -0
- package/dist/model/JAXBElementSignature.js +9 -0
- package/dist/model/JAXBElementobject.d.ts +20 -0
- package/dist/model/JAXBElementobject.js +9 -0
- package/dist/model/KeyInfo.d.ts +16 -0
- package/dist/model/KeyInfo.js +20 -0
- package/dist/model/KmehrCd.d.ts +20 -0
- package/dist/model/KmehrCd.js +20 -0
- package/dist/model/KmehrId.d.ts +20 -0
- package/dist/model/KmehrId.js +20 -0
- package/dist/model/KmehrPatientDto.d.ts +26 -0
- package/dist/model/KmehrPatientDto.js +9 -0
- package/dist/model/KmehrQuantity.d.ts +17 -0
- package/dist/model/KmehrQuantity.js +9 -0
- package/dist/model/Kmehrmessage.d.ts +18 -0
- package/dist/model/Kmehrmessage.js +9 -0
- package/dist/model/LOCAL.d.ts +20 -0
- package/dist/model/LOCAL.js +20 -0
- package/dist/model/LifecycleType.d.ts +16 -0
- package/dist/model/LifecycleType.js +9 -0
- package/dist/model/LnkType.d.ts +61 -0
- package/dist/model/LnkType.js +61 -0
- package/dist/model/LocalisedString.d.ts +26 -0
- package/dist/model/LocalisedString.js +29 -0
- package/dist/model/LocalitemattributeType.d.ts +20 -0
- package/dist/model/LocalitemattributeType.js +9 -0
- package/dist/model/LocationBirthPlaceType.d.ts +20 -0
- package/dist/model/LocationBirthPlaceType.js +9 -0
- package/dist/model/MaxrefType.d.ts +17 -0
- package/dist/model/MaxrefType.js +9 -0
- package/dist/model/MdaStatus.d.ts +16 -0
- package/dist/model/MdaStatus.js +20 -0
- package/dist/model/Measure.d.ts +22 -0
- package/dist/model/Measure.js +9 -0
- package/dist/model/MedicalHouseInfoDto.d.ts +19 -0
- package/dist/model/MedicalHouseInfoDto.js +20 -0
- package/dist/model/Medication.d.ts +57 -0
- package/dist/model/Medication.js +21 -0
- package/dist/model/MedicationRenewal.d.ts +17 -0
- package/dist/model/MedicationRenewal.js +9 -0
- package/dist/model/MedicationType.d.ts +35 -0
- package/dist/model/MedicationType.js +9 -0
- package/dist/model/MedicinalProductType.d.ts +19 -0
- package/dist/model/MedicinalProductType.js +9 -0
- package/dist/model/Medicinalproduct.d.ts +20 -0
- package/dist/model/Medicinalproduct.js +9 -0
- package/dist/model/MemberDataAck.d.ts +18 -0
- package/dist/model/MemberDataAck.js +20 -0
- package/dist/model/MemberDataBatchRequestDto.d.ts +18 -0
- package/dist/model/MemberDataBatchRequestDto.js +9 -0
- package/dist/model/MemberDataBatchResponse.d.ts +25 -0
- package/dist/model/MemberDataBatchResponse.js +9 -0
- package/dist/model/MemberDataList.d.ts +23 -0
- package/dist/model/MemberDataList.js +9 -0
- package/dist/model/MemberDataMessage.d.ts +27 -0
- package/dist/model/MemberDataMessage.js +9 -0
- package/dist/model/MemberDataResponse.d.ts +26 -0
- package/dist/model/MemberDataResponse.js +9 -0
- package/dist/model/MemberInfoDto.d.ts +19 -0
- package/dist/model/MemberInfoDto.js +20 -0
- package/dist/model/MemberinsuranceType.d.ts +17 -0
- package/dist/model/MemberinsuranceType.js +9 -0
- package/dist/model/Message.d.ts +33 -0
- package/dist/model/Message.js +9 -0
- package/dist/model/MessageOperationResponse.d.ts +16 -0
- package/dist/model/MessageOperationResponse.js +20 -0
- package/dist/model/MessageResponse.d.ts +17 -0
- package/dist/model/MessageResponse.js +9 -0
- package/dist/model/MessagesResponse.d.ts +17 -0
- package/dist/model/MessagesResponse.js +9 -0
- package/dist/model/MiddleNameType.d.ts +16 -0
- package/dist/model/MiddleNameType.js +20 -0
- package/dist/model/MinrefType.d.ts +17 -0
- package/dist/model/MinrefType.js +9 -0
- package/dist/model/ModelError.d.ts +21 -0
- package/dist/model/ModelError.js +20 -0
- package/dist/model/ModelHelper.d.ts +1 -0
- package/dist/model/ModelHelper.js +21 -0
- package/dist/model/ModelObject.d.ts +18 -0
- package/dist/model/ModelObject.js +20 -0
- package/dist/model/MomentType.d.ts +21 -0
- package/dist/model/MomentType.js +9 -0
- package/dist/model/MppId.d.ts +16 -0
- package/dist/model/MppId.js +20 -0
- package/dist/model/MppPreview.d.ts +41 -0
- package/dist/model/MppPreview.js +9 -0
- package/dist/model/MunicipalityType.d.ts +18 -0
- package/dist/model/MunicipalityType.js +9 -0
- package/dist/model/MycarenetConversation.d.ts +18 -0
- package/dist/model/MycarenetConversation.js +20 -0
- package/dist/model/MycarenetError.d.ts +29 -0
- package/dist/model/MycarenetError.js +20 -0
- package/dist/model/NameIDType.d.ts +19 -0
- package/dist/model/NameIDType.js +20 -0
- package/dist/model/NameType.d.ts +28 -0
- package/dist/model/NameType.js +26 -0
- package/dist/model/NationalitiesType.d.ts +16 -0
- package/dist/model/NationalitiesType.js +9 -0
- package/dist/model/Nationality.d.ts +16 -0
- package/dist/model/Nationality.js +9 -0
- package/dist/model/NationalityType.d.ts +31 -0
- package/dist/model/NationalityType.js +15 -0
- package/dist/model/NobilityTitleType.d.ts +17 -0
- package/dist/model/NobilityTitleType.js +9 -0
- package/dist/model/Nominator.d.ts +16 -0
- package/dist/model/Nominator.js +9 -0
- package/dist/model/PackageType.d.ts +16 -0
- package/dist/model/PackageType.js +9 -0
- package/dist/model/Paginationrequestinfo.d.ts +15 -0
- package/dist/model/Paginationrequestinfo.js +20 -0
- package/dist/model/Paginationresponseinfo.d.ts +16 -0
- package/dist/model/Paginationresponseinfo.js +20 -0
- package/dist/model/ParagraphInfos.d.ts +34 -0
- package/dist/model/ParagraphInfos.js +9 -0
- package/dist/model/ParagraphPreview.d.ts +20 -0
- package/dist/model/ParagraphPreview.js +20 -0
- package/dist/model/PartnerType.d.ts +19 -0
- package/dist/model/PartnerType.js +9 -0
- package/dist/model/Patient.d.ts +70 -0
- package/dist/model/Patient.js +30 -0
- package/dist/model/PatientId.d.ts +16 -0
- package/dist/model/PatientId.js +9 -0
- package/dist/model/PatientIdType.d.ts +16 -0
- package/dist/model/PatientIdType.js +9 -0
- package/dist/model/Payment.d.ts +16 -0
- package/dist/model/Payment.js +20 -0
- package/dist/model/PeriodDto.d.ts +16 -0
- package/dist/model/PeriodDto.js +20 -0
- package/dist/model/PeriodicityType.d.ts +16 -0
- package/dist/model/PeriodicityType.js +9 -0
- package/dist/model/PersonMid.d.ts +23 -0
- package/dist/model/PersonMid.js +9 -0
- package/dist/model/PersonNameResponseType.d.ts +19 -0
- package/dist/model/PersonNameResponseType.js +9 -0
- package/dist/model/PersonResponseType.d.ts +32 -0
- package/dist/model/PersonResponseType.js +9 -0
- package/dist/model/PersonType.d.ts +44 -0
- package/dist/model/PersonType.js +9 -0
- package/dist/model/Personalpart.d.ts +21 -0
- package/dist/model/Personalpart.js +9 -0
- package/dist/model/Posology.d.ts +16 -0
- package/dist/model/Posology.js +9 -0
- package/dist/model/Prescription.d.ts +20 -0
- package/dist/model/Prescription.js +20 -0
- package/dist/model/PrescriptionFullWithFeedback.d.ts +28 -0
- package/dist/model/PrescriptionFullWithFeedback.js +9 -0
- package/dist/model/PrescriptionRequest.d.ts +33 -0
- package/dist/model/PrescriptionRequest.js +9 -0
- package/dist/model/PresentationType.d.ts +16 -0
- package/dist/model/PresentationType.js +9 -0
- package/dist/model/ProfessionCode.d.ts +17 -0
- package/dist/model/ProfessionCode.js +20 -0
- package/dist/model/ProfessionType.d.ts +18 -0
- package/dist/model/ProfessionType.js +9 -0
- package/dist/model/PutAccessRightResponse.d.ts +18 -0
- package/dist/model/PutAccessRightResponse.js +9 -0
- package/dist/model/PutPatientConsentResponse.d.ts +18 -0
- package/dist/model/PutPatientConsentResponse.js +9 -0
- package/dist/model/PutTherapeuticLinkResponse.d.ts +18 -0
- package/dist/model/PutTherapeuticLinkResponse.js +9 -0
- package/dist/model/PutTransactionResponseDto.d.ts +18 -0
- package/dist/model/PutTransactionResponseDto.js +9 -0
- package/dist/model/PutTransactionSetResponse.d.ts +20 -0
- package/dist/model/PutTransactionSetResponse.js +9 -0
- package/dist/model/QName.d.ts +17 -0
- package/dist/model/QName.js +20 -0
- package/dist/model/QuantityType.d.ts +17 -0
- package/dist/model/QuantityType.js +9 -0
- package/dist/model/Quantityprefix.d.ts +16 -0
- package/dist/model/Quantityprefix.js +9 -0
- package/dist/model/RRMAXType.d.ts +16 -0
- package/dist/model/RRMAXType.js +20 -0
- package/dist/model/RRMINType.d.ts +16 -0
- package/dist/model/RRMINType.js +20 -0
- package/dist/model/RecipeCDHEADING.d.ts +30 -0
- package/dist/model/RecipeCDHEADING.js +29 -0
- package/dist/model/RecipeCDINNCLUSTER.d.ts +26 -0
- package/dist/model/RecipeCDINNCLUSTER.js +26 -0
- package/dist/model/RecipeCDITEM.d.ts +56 -0
- package/dist/model/RecipeCDITEM.js +54 -0
- package/dist/model/RecipeCDTRANSACTION.d.ts +34 -0
- package/dist/model/RecipeCDTRANSACTION.js +33 -0
- package/dist/model/RecipeauthorType.d.ts +16 -0
- package/dist/model/RecipeauthorType.js +9 -0
- package/dist/model/RecipebasicIDKMEHR.d.ts +28 -0
- package/dist/model/RecipebasicIDKMEHR.js +29 -0
- package/dist/model/RecipecompoundprescriptionType.d.ts +16 -0
- package/dist/model/RecipecompoundprescriptionType.js +9 -0
- package/dist/model/RecipecontentType.d.ts +20 -0
- package/dist/model/RecipecontentType.js +9 -0
- package/dist/model/RecipedurationType.d.ts +17 -0
- package/dist/model/RecipedurationType.js +9 -0
- package/dist/model/RecipefolderType.d.ts +20 -0
- package/dist/model/RecipefolderType.js +9 -0
- package/dist/model/RecipefrequencyType.d.ts +25 -0
- package/dist/model/RecipefrequencyType.js +9 -0
- package/dist/model/RecipeheaderType.d.ts +35 -0
- package/dist/model/RecipeheaderType.js +9 -0
- package/dist/model/RecipeitemType.d.ts +47 -0
- package/dist/model/RecipeitemType.js +9 -0
- package/dist/model/RecipelifecycleType.d.ts +16 -0
- package/dist/model/RecipelifecycleType.js +9 -0
- package/dist/model/RecipemedicinalProductType.d.ts +19 -0
- package/dist/model/RecipemedicinalProductType.js +9 -0
- package/dist/model/RecipemomentType.d.ts +21 -0
- package/dist/model/RecipemomentType.js +9 -0
- package/dist/model/RecipepatientpersonType.d.ts +45 -0
- package/dist/model/RecipepatientpersonType.js +9 -0
- package/dist/model/RecipequantityType.d.ts +17 -0
- package/dist/model/RecipequantityType.js +9 -0
- package/dist/model/ReciperenewalType.d.ts +17 -0
- package/dist/model/ReciperenewalType.js +9 -0
- package/dist/model/ReciperouteType.d.ts +16 -0
- package/dist/model/ReciperouteType.js +9 -0
- package/dist/model/RecipetemporalityType.d.ts +16 -0
- package/dist/model/RecipetemporalityType.js +9 -0
- package/dist/model/RecipetransactionType.d.ts +27 -0
- package/dist/model/RecipetransactionType.js +9 -0
- package/dist/model/RecipetransactionheadingType.d.ts +20 -0
- package/dist/model/RecipetransactionheadingType.js +9 -0
- package/dist/model/RecipientType.d.ts +17 -0
- package/dist/model/RecipientType.js +9 -0
- package/dist/model/Record.d.ts +20 -0
- package/dist/model/Record.js +9 -0
- package/dist/model/RecordOrSegmentDescription.d.ts +16 -0
- package/dist/model/RecordOrSegmentDescription.js +9 -0
- package/dist/model/Reference.d.ts +22 -0
- package/dist/model/Reference.js +10 -0
- package/dist/model/ReferenceList.d.ts +16 -0
- package/dist/model/ReferenceList.js +9 -0
- package/dist/model/ReferenceType.d.ts +16 -0
- package/dist/model/ReferenceType.js +20 -0
- package/dist/model/RefscopeType.d.ts +18 -0
- package/dist/model/RefscopeType.js +9 -0
- package/dist/model/Refvalue.d.ts +20 -0
- package/dist/model/Refvalue.js +9 -0
- package/dist/model/Regimen.d.ts +15 -0
- package/dist/model/Regimen.js +20 -0
- package/dist/model/RegimenItem.d.ts +23 -0
- package/dist/model/RegimenItem.js +9 -0
- package/dist/model/RegisterPersonResponseDto.d.ts +23 -0
- package/dist/model/RegisterPersonResponseDto.js +9 -0
- package/dist/model/RenewalType.d.ts +19 -0
- package/dist/model/RenewalType.js +9 -0
- package/dist/model/RequestListType.d.ts +24 -0
- package/dist/model/RequestListType.js +9 -0
- package/dist/model/RequestType.d.ts +22 -0
- package/dist/model/RequestType.js +9 -0
- package/dist/model/ResidentialAddressResponseType.d.ts +25 -0
- package/dist/model/ResidentialAddressResponseType.js +9 -0
- package/dist/model/ResponseListType.d.ts +24 -0
- package/dist/model/ResponseListType.js +9 -0
- package/dist/model/ResponseType.d.ts +22 -0
- package/dist/model/ResponseType.js +9 -0
- package/dist/model/ResultType.d.ts +18 -0
- package/dist/model/ResultType.js +9 -0
- package/dist/model/RevokeAccessRightResponse.d.ts +18 -0
- package/dist/model/RevokeAccessRightResponse.js +9 -0
- package/dist/model/RevokePatientConsentResponse.d.ts +18 -0
- package/dist/model/RevokePatientConsentResponse.js +9 -0
- package/dist/model/RevokeTherapeuticLinkResponse.d.ts +18 -0
- package/dist/model/RevokeTherapeuticLinkResponse.js +9 -0
- package/dist/model/RouteType.d.ts +16 -0
- package/dist/model/RouteType.js +9 -0
- package/dist/model/SamlTokenResult.d.ts +19 -0
- package/dist/model/SamlTokenResult.js +20 -0
- package/dist/model/SearchBySSINReplyDto.d.ts +21 -0
- package/dist/model/SearchBySSINReplyDto.js +9 -0
- package/dist/model/SearchPhoneticReplyDto.d.ts +21 -0
- package/dist/model/SearchPhoneticReplyDto.js +9 -0
- package/dist/model/SendAttestResult.d.ts +23 -0
- package/dist/model/SendAttestResult.js +9 -0
- package/dist/model/SendAttestResultWithResponse.d.ts +25 -0
- package/dist/model/SendAttestResultWithResponse.js +10 -0
- package/dist/model/SenderType.d.ts +16 -0
- package/dist/model/SenderType.js +9 -0
- package/dist/model/Serializable.d.ts +14 -0
- package/dist/model/Serializable.js +20 -0
- package/dist/model/SeverityType.d.ts +16 -0
- package/dist/model/SeverityType.js +9 -0
- package/dist/model/SexType.d.ts +16 -0
- package/dist/model/SexType.js +9 -0
- package/dist/model/Signature.d.ts +22 -0
- package/dist/model/Signature.js +9 -0
- package/dist/model/SignatureMethod.d.ts +16 -0
- package/dist/model/SignatureMethod.js +20 -0
- package/dist/model/SignatureValue.d.ts +16 -0
- package/dist/model/SignatureValue.js +21 -0
- package/dist/model/SignedInfo.d.ts +21 -0
- package/dist/model/SignedInfo.js +9 -0
- package/dist/model/SigningValue.d.ts +17 -0
- package/dist/model/SigningValue.js +20 -0
- package/dist/model/SiteType.d.ts +18 -0
- package/dist/model/SiteType.js +9 -0
- package/dist/model/Source.d.ts +19 -0
- package/dist/model/Source.js +9 -0
- package/dist/model/Specialisation.d.ts +17 -0
- package/dist/model/Specialisation.js +9 -0
- package/dist/model/SsinStatusType.d.ts +17 -0
- package/dist/model/SsinStatusType.js +20 -0
- package/dist/model/StandardAddressType.d.ts +22 -0
- package/dist/model/StandardAddressType.js +9 -0
- package/dist/model/StandardType.d.ts +18 -0
- package/dist/model/StandardType.js +9 -0
- package/dist/model/StartSubscriptionResultWithResponse.d.ts +27 -0
- package/dist/model/StartSubscriptionResultWithResponse.js +10 -0
- package/dist/model/StatementAbstractType.d.ts +14 -0
- package/dist/model/StatementAbstractType.js +20 -0
- package/dist/model/Status.d.ts +19 -0
- package/dist/model/Status.js +9 -0
- package/dist/model/StatusCode.d.ts +16 -0
- package/dist/model/StatusCode.js +20 -0
- package/dist/model/StatusDetail.d.ts +15 -0
- package/dist/model/StatusDetail.js +20 -0
- package/dist/model/StatusDto.d.ts +17 -0
- package/dist/model/StatusDto.js +9 -0
- package/dist/model/StreetType.d.ts +16 -0
- package/dist/model/StreetType.js +9 -0
- package/dist/model/StrengthType.d.ts +17 -0
- package/dist/model/StrengthType.js +9 -0
- package/dist/model/StringLangType.d.ts +16 -0
- package/dist/model/StringLangType.js +20 -0
- package/dist/model/Subject.d.ts +22 -0
- package/dist/model/Subject.js +9 -0
- package/dist/model/SubjectConfirmation.d.ts +23 -0
- package/dist/model/SubjectConfirmation.js +9 -0
- package/dist/model/SubjectConfirmationDataType.d.ts +24 -0
- package/dist/model/SubjectConfirmationDataType.js +9 -0
- package/dist/model/SubstanceType.d.ts +17 -0
- package/dist/model/SubstanceType.js +9 -0
- package/dist/model/Substanceproduct.d.ts +22 -0
- package/dist/model/Substanceproduct.js +9 -0
- package/dist/model/TAck.d.ts +22 -0
- package/dist/model/TAck.js +21 -0
- package/dist/model/Takes.d.ts +16 -0
- package/dist/model/Takes.js +20 -0
- package/dist/model/TarificationConsultationResult.d.ts +40 -0
- package/dist/model/TarificationConsultationResult.js +15 -0
- package/dist/model/Telecom.d.ts +33 -0
- package/dist/model/Telecom.js +36 -0
- package/dist/model/TelecomType.d.ts +19 -0
- package/dist/model/TelecomType.js +9 -0
- package/dist/model/TemporalityType.d.ts +16 -0
- package/dist/model/TemporalityType.js +9 -0
- package/dist/model/TemporaryAddressType.d.ts +19 -0
- package/dist/model/TemporaryAddressType.js +9 -0
- package/dist/model/TextType.d.ts +16 -0
- package/dist/model/TextType.js +20 -0
- package/dist/model/TextWithLayoutType.d.ts +16 -0
- package/dist/model/TextWithLayoutType.js +20 -0
- package/dist/model/TherapeuticLinkDto.d.ts +23 -0
- package/dist/model/TherapeuticLinkDto.js +9 -0
- package/dist/model/TherapeuticLinkMessageDto.d.ts +19 -0
- package/dist/model/TherapeuticLinkMessageDto.js +9 -0
- package/dist/model/Thirdpayercontract.d.ts +16 -0
- package/dist/model/Thirdpayercontract.js +9 -0
- package/dist/model/TimequantityType.d.ts +17 -0
- package/dist/model/TimequantityType.js +9 -0
- package/dist/model/TimeunitType.d.ts +16 -0
- package/dist/model/TimeunitType.js +9 -0
- package/dist/model/TransactionAccessListType.d.ts +16 -0
- package/dist/model/TransactionAccessListType.js +9 -0
- package/dist/model/TransactionIdType.d.ts +16 -0
- package/dist/model/TransactionIdType.js +9 -0
- package/dist/model/TransactionSummaryDto.d.ts +27 -0
- package/dist/model/TransactionSummaryDto.js +9 -0
- package/dist/model/TransactionType.d.ts +40 -0
- package/dist/model/TransactionType.js +9 -0
- package/dist/model/TransactionWithSpecificTime.d.ts +22 -0
- package/dist/model/TransactionWithSpecificTime.js +9 -0
- package/dist/model/Transactionaccess.d.ts +22 -0
- package/dist/model/Transactionaccess.js +9 -0
- package/dist/model/TransferDto.d.ts +17 -0
- package/dist/model/TransferDto.js +20 -0
- package/dist/model/Transform.d.ts +16 -0
- package/dist/model/Transform.js +20 -0
- package/dist/model/Transforms.d.ts +16 -0
- package/dist/model/Transforms.js +9 -0
- package/dist/model/TransformsType.d.ts +16 -0
- package/dist/model/TransformsType.js +9 -0
- package/dist/model/UUIDType.d.ts +15 -0
- package/dist/model/UUIDType.js +20 -0
- package/dist/model/UnitType.d.ts +16 -0
- package/dist/model/UnitType.js +9 -0
- package/dist/model/UrgencyType.d.ts +16 -0
- package/dist/model/UrgencyType.js +9 -0
- package/dist/model/VerseInfos.d.ts +54 -0
- package/dist/model/VerseInfos.js +20 -0
- package/dist/model/Weekday.d.ts +17 -0
- package/dist/model/Weekday.js +9 -0
- package/dist/model/WhereResponseType.d.ts +19 -0
- package/dist/model/WhereResponseType.js +9 -0
- package/dist/model/WhereType.d.ts +20 -0
- package/dist/model/WhereType.js +9 -0
- package/dist/model/XMLGregorianCalendar.d.ts +28 -0
- package/dist/model/XMLGregorianCalendar.js +9 -0
- package/dist/model/Zone.d.ts +19 -0
- package/dist/model/Zone.js +9 -0
- package/dist/model/ZoneDescription.d.ts +29 -0
- package/dist/model/ZoneDescription.js +26 -0
- package/dist/model/models.d.ts +402 -0
- package/dist/model/models.js +414 -0
- package/fhcApi.ts +20 -0
- package/index.ts +3 -0
- package/model/AccessRightListType.ts +22 -0
- package/model/AccessRightType.ts +26 -0
- package/model/AcknowledgeType.ts +23 -0
- package/model/AcknowledgmentType.ts +22 -0
- package/model/AddedDocumentPreview.ts +28 -0
- package/model/Address.ts +48 -0
- package/model/AddressType.ts +35 -0
- package/model/AddressTypeBase.ts +35 -0
- package/model/Addressee.ts +29 -0
- package/model/AdministrationQuantity.ts +24 -0
- package/model/AdministrationunitType.ts +22 -0
- package/model/AdviceType.ts +22 -0
- package/model/AgreementResponse.ts +35 -0
- package/model/AgreementTransaction.ts +45 -0
- package/model/AltKeystore.ts +22 -0
- package/model/AltKeystoresList.ts +22 -0
- package/model/Appendix.ts +25 -0
- package/model/Assertion.ts +36 -0
- package/model/AuthorDto.ts +22 -0
- package/model/AuthorType.ts +22 -0
- package/model/AuthorWithPatientDto.ts +24 -0
- package/model/Base64EncryptedDataType.ts +24 -0
- package/model/Base64EncryptedValueType.ts +26 -0
- package/model/BaseID.ts +22 -0
- package/model/BearerToken.ts +21 -0
- package/model/BirthDeceaseType.ts +32 -0
- package/model/BirthPlace.ts +23 -0
- package/model/BirthResponseType.ts +23 -0
- package/model/BoxInfo.ts +27 -0
- package/model/BusinessAnomalyType.ts +23 -0
- package/model/CDACCESSRIGHT.ts +38 -0
- package/model/CDACKNOWLEDGMENT.ts +34 -0
- package/model/CDADDRESS.ts +33 -0
- package/model/CDADMINISTRATIONUNIT.ts +25 -0
- package/model/CDCARENETPERSONALPART.ts +33 -0
- package/model/CDCARENETTHIRDPAYERCONTRACT.ts +25 -0
- package/model/CDCERTAINTY.ts +35 -0
- package/model/CDCIVILSTATE.ts +26 -0
- package/model/CDCONSENT.ts +39 -0
- package/model/CDCONTENT.ts +368 -0
- package/model/CDCOUNTRY.ts +33 -0
- package/model/CDDAYPERIOD.ts +68 -0
- package/model/CDDRUGCNK.ts +32 -0
- package/model/CDDRUGPRESENTATION.ts +25 -0
- package/model/CDDRUGROUTE.ts +25 -0
- package/model/CDEBIRTHPLACE.ts +33 -0
- package/model/CDEMPLOYMENTSITUATION.ts +34 -0
- package/model/CDENCRYPTIONMETHOD.ts +35 -0
- package/model/CDERROR.ts +33 -0
- package/model/CDEXTERNALSOURCE.ts +33 -0
- package/model/CDFORMULARY.ts +32 -0
- package/model/CDGALENICFORM.ts +32 -0
- package/model/CDHCPARTY.ts +36 -0
- package/model/CDHEADING.ts +36 -0
- package/model/CDINCAPACITY.ts +46 -0
- package/model/CDINCAPACITYREASON.ts +52 -0
- package/model/CDINNCLUSTER.ts +32 -0
- package/model/CDITEM.ts +92 -0
- package/model/CDLIFECYCLE.ts +86 -0
- package/model/CDMEDICATION.ts +34 -0
- package/model/CDMESSAGE.ts +42 -0
- package/model/CDPERIODICITY.ts +25 -0
- package/model/CDQUANTITYPREFIX.ts +34 -0
- package/model/CDREFSCOPE.ts +33 -0
- package/model/CDSEVERITY.ts +32 -0
- package/model/CDSEX.ts +35 -0
- package/model/CDSITE.ts +32 -0
- package/model/CDSTANDARD.ts +25 -0
- package/model/CDSUBSTANCE.ts +34 -0
- package/model/CDTELECOM.ts +32 -0
- package/model/CDTEMPORALITY.ts +42 -0
- package/model/CDTIMEUNIT.ts +33 -0
- package/model/CDTRANSACTION.ts +51 -0
- package/model/CDUNIT.ts +34 -0
- package/model/CDURGENCY.ts +25 -0
- package/model/CancelSubscriptionResultWithResponse.ts +37 -0
- package/model/CanonicalizationMethod.ts +22 -0
- package/model/CertaintyType.ts +22 -0
- package/model/CertificateInfo.ts +25 -0
- package/model/CipherData.ts +27 -0
- package/model/CipherReference.ts +23 -0
- package/model/CivilStateResponseType.ts +29 -0
- package/model/CivilStateType.ts +36 -0
- package/model/CivilStatesResponseType.ts +22 -0
- package/model/Civilstate.ts +22 -0
- package/model/Code.ts +29 -0
- package/model/CodeResult.ts +27 -0
- package/model/CommonOutput.ts +23 -0
- package/model/CommonOutputType.ts +23 -0
- package/model/CompoundPrescription.ts +24 -0
- package/model/CompoundType.ts +30 -0
- package/model/CompoundprescriptionType.ts +32 -0
- package/model/ConditionAbstractType.ts +19 -0
- package/model/Conditions.ts +25 -0
- package/model/ConfidentialityType.ts +22 -0
- package/model/Consent.ts +28 -0
- package/model/ConsentMessageDto.ts +25 -0
- package/model/ConsentTypeDto.ts +28 -0
- package/model/ConsultCurrentSsinResponse.ts +27 -0
- package/model/ConsultRnAddressDto.ts +33 -0
- package/model/ConsultRnPersonDataDto.ts +33 -0
- package/model/ConsultRnPersonDto.ts +33 -0
- package/model/ConsultRnPlainAddressDto.ts +23 -0
- package/model/Content.ts +30 -0
- package/model/ContentType.ts +68 -0
- package/model/ContentlocalitemattributeType.ts +37 -0
- package/model/CostType.ts +23 -0
- package/model/CountryType.ts +22 -0
- package/model/DateType.ts +27 -0
- package/model/DayperiodType.ts +22 -0
- package/model/DeceaseResponseType.ts +23 -0
- package/model/Denominator.ts +22 -0
- package/model/DetailType.ts +25 -0
- package/model/DetailsType.ts +22 -0
- package/model/DigestMethod.ts +22 -0
- package/model/DimensionDto.ts +22 -0
- package/model/DiplomaticInformationType.ts +25 -0
- package/model/DiplomaticPostType.ts +25 -0
- package/model/DmgAcknowledge.ts +35 -0
- package/model/DmgClosure.ts +45 -0
- package/model/DmgConsultation.ts +44 -0
- package/model/DmgExtension.ts +43 -0
- package/model/DmgInscription.ts +51 -0
- package/model/DmgNotification.ts +35 -0
- package/model/DmgRegistration.ts +33 -0
- package/model/DmgsList.ts +41 -0
- package/model/Document.ts +31 -0
- package/model/DocumentMessage.ts +47 -0
- package/model/Duration.ts +23 -0
- package/model/DurationType.ts +23 -0
- package/model/EHealthBoxType.ts +24 -0
- package/model/EIDItem.ts +25 -0
- package/model/Eattest.ts +22 -0
- package/model/EattestAcknowledgeType.ts +23 -0
- package/model/EattestCardReading.ts +27 -0
- package/model/EattestCode.ts +56 -0
- package/model/EattestHcParty.ts +25 -0
- package/model/EattestRequestor.ts +23 -0
- package/model/EfactMessage.ts +31 -0
- package/model/EfactSendResponse.ts +31 -0
- package/model/EncodedSSINType.ts +22 -0
- package/model/EncryptedData.ts +32 -0
- package/model/EncryptedElementType.ts +24 -0
- package/model/EncryptedKey.ts +36 -0
- package/model/EncryptedType.ts +32 -0
- package/model/EncryptionMethodType.ts +22 -0
- package/model/EncryptionProperties.ts +23 -0
- package/model/EncryptionProperty.ts +24 -0
- package/model/EndSubscriptionResultWithResponse.ts +37 -0
- package/model/EndpointDistributorStatusDto.ts +22 -0
- package/model/ErrorDetail.ts +45 -0
- package/model/ErrorDto.ts +25 -0
- package/model/ErrorType.ts +27 -0
- package/model/ExistingPersonsType.ts +22 -0
- package/model/Externalsource.ts +22 -0
- package/model/FCMAXType.ts +22 -0
- package/model/FCMINType.ts +22 -0
- package/model/FacetDto.ts +23 -0
- package/model/FaultType.ts +26 -0
- package/model/Feedback.ts +24 -0
- package/model/FinancialInstitutionInformation.ts +26 -0
- package/model/FlatFileMetadata.ts +26 -0
- package/model/FlatFileWithMetadata.ts +23 -0
- package/model/FolderType.ts +32 -0
- package/model/FormularyreferenceType.ts +23 -0
- package/model/FrequencyType.ts +31 -0
- package/model/GalenicForm.ts +23 -0
- package/model/GalenicformType.ts +24 -0
- package/model/GenAsyncResponse.ts +27 -0
- package/model/GenderType.ts +38 -0
- package/model/GetAccessRightResponse.ts +26 -0
- package/model/GetPatientAuditTrailResponse.ts +26 -0
- package/model/HasTherapeuticLinkMessage.ts +23 -0
- package/model/HcPartyConsentDto.ts +27 -0
- package/model/HcPartyDto.ts +34 -0
- package/model/HcPartyIdDto.ts +22 -0
- package/model/HcpartyType.ts +31 -0
- package/model/HeaderType.ts +43 -0
- package/model/HeadingType.ts +33 -0
- package/model/HealthcareParty.ts +56 -0
- package/model/HolterType.ts +48 -0
- package/model/HospitalizedInfoDto.ts +23 -0
- package/model/IDHCPARTY.ts +45 -0
- package/model/IDINSURANCE.ts +31 -0
- package/model/IDKMEHR.ts +34 -0
- package/model/IDPATIENT.ts +35 -0
- package/model/IDPROFESSION.ts +31 -0
- package/model/IdentifierType.ts +21 -0
- package/model/IncapacityType.ts +26 -0
- package/model/IncapacityreasonType.ts +22 -0
- package/model/InformationType.ts +22 -0
- package/model/InhabitantType.ts +26 -0
- package/model/InputStream.ts +19 -0
- package/model/Insurability.ts +30 -0
- package/model/InsurabilityInfoDto.ts +46 -0
- package/model/InsurabilityItemDto.ts +28 -0
- package/model/InsuranceType.ts +37 -0
- package/model/Invoice.ts +53 -0
- package/model/InvoiceItem.ts +116 -0
- package/model/InvoiceSender.ts +31 -0
- package/model/InvoicesBatch.ts +33 -0
- package/model/ItemType.ts +83 -0
- package/model/JAXBElementReferenceType.ts +27 -0
- package/model/JAXBElementSignature.ts +27 -0
- package/model/JAXBElementobject.ts +26 -0
- package/model/KeyInfo.ts +22 -0
- package/model/KmehrCd.ts +26 -0
- package/model/KmehrId.ts +26 -0
- package/model/KmehrPatientDto.ts +32 -0
- package/model/KmehrQuantity.ts +23 -0
- package/model/Kmehrmessage.ts +24 -0
- package/model/LOCAL.ts +26 -0
- package/model/LifecycleType.ts +22 -0
- package/model/LnkType.ts +101 -0
- package/model/LocalisedString.ts +32 -0
- package/model/LocalitemattributeType.ts +26 -0
- package/model/LocationBirthPlaceType.ts +26 -0
- package/model/MaxrefType.ts +23 -0
- package/model/MdaStatus.ts +22 -0
- package/model/Measure.ts +28 -0
- package/model/MedicalHouseInfoDto.ts +25 -0
- package/model/Medication.ts +69 -0
- package/model/MedicationRenewal.ts +23 -0
- package/model/MedicationType.ts +41 -0
- package/model/MedicinalProductType.ts +25 -0
- package/model/Medicinalproduct.ts +26 -0
- package/model/MemberDataAck.ts +24 -0
- package/model/MemberDataBatchRequestDto.ts +24 -0
- package/model/MemberDataBatchResponse.ts +31 -0
- package/model/MemberDataList.ts +29 -0
- package/model/MemberDataMessage.ts +33 -0
- package/model/MemberDataResponse.ts +32 -0
- package/model/MemberInfoDto.ts +25 -0
- package/model/MemberinsuranceType.ts +23 -0
- package/model/Message.ts +37 -0
- package/model/MessageOperationResponse.ts +22 -0
- package/model/MessageResponse.ts +23 -0
- package/model/MessagesResponse.ts +23 -0
- package/model/MiddleNameType.ts +22 -0
- package/model/MinrefType.ts +23 -0
- package/model/ModelError.ts +25 -0
- package/model/ModelHelper.ts +17 -0
- package/model/ModelObject.ts +24 -0
- package/model/MomentType.ts +27 -0
- package/model/MppId.ts +22 -0
- package/model/MppPreview.ts +47 -0
- package/model/MunicipalityType.ts +24 -0
- package/model/MycarenetConversation.ts +24 -0
- package/model/MycarenetError.ts +35 -0
- package/model/NameIDType.ts +25 -0
- package/model/NameType.ts +34 -0
- package/model/NationalitiesType.ts +22 -0
- package/model/Nationality.ts +22 -0
- package/model/NationalityType.ts +37 -0
- package/model/NobilityTitleType.ts +23 -0
- package/model/Nominator.ts +22 -0
- package/model/PackageType.ts +22 -0
- package/model/Paginationrequestinfo.ts +21 -0
- package/model/Paginationresponseinfo.ts +22 -0
- package/model/ParagraphInfos.ts +40 -0
- package/model/ParagraphPreview.ts +26 -0
- package/model/PartnerType.ts +25 -0
- package/model/Patient.ts +82 -0
- package/model/PatientId.ts +22 -0
- package/model/PatientIdType.ts +22 -0
- package/model/Payment.ts +22 -0
- package/model/PeriodDto.ts +22 -0
- package/model/PeriodicityType.ts +22 -0
- package/model/PersonMid.ts +29 -0
- package/model/PersonNameResponseType.ts +25 -0
- package/model/PersonResponseType.ts +38 -0
- package/model/PersonType.ts +50 -0
- package/model/Personalpart.ts +27 -0
- package/model/Posology.ts +22 -0
- package/model/Prescription.ts +26 -0
- package/model/PrescriptionFullWithFeedback.ts +34 -0
- package/model/PrescriptionRequest.ts +39 -0
- package/model/PresentationType.ts +22 -0
- package/model/ProfessionCode.ts +23 -0
- package/model/ProfessionType.ts +24 -0
- package/model/PutAccessRightResponse.ts +24 -0
- package/model/PutPatientConsentResponse.ts +24 -0
- package/model/PutTherapeuticLinkResponse.ts +24 -0
- package/model/PutTransactionResponseDto.ts +24 -0
- package/model/PutTransactionSetResponse.ts +26 -0
- package/model/QName.ts +23 -0
- package/model/QuantityType.ts +23 -0
- package/model/Quantityprefix.ts +22 -0
- package/model/RRMAXType.ts +22 -0
- package/model/RRMINType.ts +22 -0
- package/model/RecipeCDHEADING.ts +36 -0
- package/model/RecipeCDINNCLUSTER.ts +32 -0
- package/model/RecipeCDITEM.ts +92 -0
- package/model/RecipeCDTRANSACTION.ts +49 -0
- package/model/RecipeauthorType.ts +22 -0
- package/model/RecipebasicIDKMEHR.ts +34 -0
- package/model/RecipecompoundprescriptionType.ts +22 -0
- package/model/RecipecontentType.ts +26 -0
- package/model/RecipedurationType.ts +23 -0
- package/model/RecipefolderType.ts +26 -0
- package/model/RecipefrequencyType.ts +31 -0
- package/model/RecipeheaderType.ts +41 -0
- package/model/RecipeitemType.ts +53 -0
- package/model/RecipelifecycleType.ts +22 -0
- package/model/RecipemedicinalProductType.ts +25 -0
- package/model/RecipemomentType.ts +27 -0
- package/model/RecipepatientpersonType.ts +51 -0
- package/model/RecipequantityType.ts +23 -0
- package/model/ReciperenewalType.ts +23 -0
- package/model/ReciperouteType.ts +22 -0
- package/model/RecipetemporalityType.ts +22 -0
- package/model/RecipetransactionType.ts +33 -0
- package/model/RecipetransactionheadingType.ts +26 -0
- package/model/RecipientType.ts +23 -0
- package/model/Record.ts +26 -0
- package/model/RecordOrSegmentDescription.ts +22 -0
- package/model/Reference.ts +32 -0
- package/model/ReferenceList.ts +22 -0
- package/model/ReferenceType.ts +22 -0
- package/model/RefscopeType.ts +24 -0
- package/model/Refvalue.ts +26 -0
- package/model/Regimen.ts +21 -0
- package/model/RegimenItem.ts +29 -0
- package/model/RegisterPersonResponseDto.ts +29 -0
- package/model/RenewalType.ts +25 -0
- package/model/RequestListType.ts +30 -0
- package/model/RequestType.ts +28 -0
- package/model/ResidentialAddressResponseType.ts +31 -0
- package/model/ResponseListType.ts +30 -0
- package/model/ResponseType.ts +28 -0
- package/model/ResultType.ts +24 -0
- package/model/RevokeAccessRightResponse.ts +24 -0
- package/model/RevokePatientConsentResponse.ts +24 -0
- package/model/RevokeTherapeuticLinkResponse.ts +24 -0
- package/model/RouteType.ts +22 -0
- package/model/SamlTokenResult.ts +25 -0
- package/model/SearchBySSINReplyDto.ts +27 -0
- package/model/SearchPhoneticReplyDto.ts +27 -0
- package/model/SendAttestResult.ts +29 -0
- package/model/SendAttestResultWithResponse.ts +36 -0
- package/model/SenderType.ts +22 -0
- package/model/Serializable.ts +19 -0
- package/model/SeverityType.ts +22 -0
- package/model/SexType.ts +22 -0
- package/model/Signature.ts +28 -0
- package/model/SignatureMethod.ts +22 -0
- package/model/SignatureValue.ts +26 -0
- package/model/SignedInfo.ts +27 -0
- package/model/SigningValue.ts +23 -0
- package/model/SiteType.ts +24 -0
- package/model/Source.ts +25 -0
- package/model/Specialisation.ts +23 -0
- package/model/SsinStatusType.ts +23 -0
- package/model/StandardAddressType.ts +28 -0
- package/model/StandardType.ts +24 -0
- package/model/StartSubscriptionResultWithResponse.ts +38 -0
- package/model/StatementAbstractType.ts +19 -0
- package/model/Status.ts +25 -0
- package/model/StatusCode.ts +22 -0
- package/model/StatusDetail.ts +21 -0
- package/model/StatusDto.ts +23 -0
- package/model/StreetType.ts +22 -0
- package/model/StrengthType.ts +23 -0
- package/model/StringLangType.ts +22 -0
- package/model/Subject.ts +28 -0
- package/model/SubjectConfirmation.ts +29 -0
- package/model/SubjectConfirmationDataType.ts +28 -0
- package/model/SubstanceType.ts +23 -0
- package/model/Substanceproduct.ts +28 -0
- package/model/TAck.ts +28 -0
- package/model/Takes.ts +22 -0
- package/model/TarificationConsultationResult.ts +46 -0
- package/model/Telecom.ts +51 -0
- package/model/TelecomType.ts +25 -0
- package/model/TemporalityType.ts +22 -0
- package/model/TemporaryAddressType.ts +25 -0
- package/model/TextType.ts +22 -0
- package/model/TextWithLayoutType.ts +22 -0
- package/model/TherapeuticLinkDto.ts +29 -0
- package/model/TherapeuticLinkMessageDto.ts +25 -0
- package/model/Thirdpayercontract.ts +22 -0
- package/model/TimequantityType.ts +23 -0
- package/model/TimeunitType.ts +22 -0
- package/model/TransactionAccessListType.ts +22 -0
- package/model/TransactionIdType.ts +22 -0
- package/model/TransactionSummaryDto.ts +33 -0
- package/model/TransactionType.ts +46 -0
- package/model/TransactionWithSpecificTime.ts +28 -0
- package/model/Transactionaccess.ts +28 -0
- package/model/TransferDto.ts +23 -0
- package/model/Transform.ts +22 -0
- package/model/Transforms.ts +22 -0
- package/model/TransformsType.ts +22 -0
- package/model/UUIDType.ts +21 -0
- package/model/UnitType.ts +22 -0
- package/model/UrgencyType.ts +22 -0
- package/model/VerseInfos.ts +60 -0
- package/model/Weekday.ts +23 -0
- package/model/WhereResponseType.ts +25 -0
- package/model/WhereType.ts +26 -0
- package/model/XMLGregorianCalendar.ts +34 -0
- package/model/Zone.ts +25 -0
- package/model/ZoneDescription.ts +35 -0
- package/model/models.ts +402 -0
- package/package.json +50 -0
- package/swagger-codegen-generators.jar +0 -0
- package/tsconfig.json +21 -0
- package/x-api/message-x-api.ts +1169 -0
- package/x-api/utils/efact-parser.ts +1600 -0
- package/x-api/utils/efact-util.ts +451 -0
- package/x-api/utils/fhc-invoice-sender-util.ts +36 -0
- package/x-api/utils/fhc-patient-util.ts +18 -0
- package/x-api/utils/formatting-util.ts +220 -0
- package/x-api/utils/hcp-util.ts +138 -0
- package/x-api/utils/insurability-util.ts +57 -0
- package/x-api/utils/uuid-encoder.ts +127 -0
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./AccessRightListType"), exports);
|
|
14
|
+
__exportStar(require("./AccessRightType"), exports);
|
|
15
|
+
__exportStar(require("./AcknowledgeType"), exports);
|
|
16
|
+
__exportStar(require("./AcknowledgmentType"), exports);
|
|
17
|
+
__exportStar(require("./AddedDocumentPreview"), exports);
|
|
18
|
+
__exportStar(require("./Address"), exports);
|
|
19
|
+
__exportStar(require("./AddressType"), exports);
|
|
20
|
+
__exportStar(require("./AddressTypeBase"), exports);
|
|
21
|
+
__exportStar(require("./Addressee"), exports);
|
|
22
|
+
__exportStar(require("./AdministrationQuantity"), exports);
|
|
23
|
+
__exportStar(require("./AdministrationunitType"), exports);
|
|
24
|
+
__exportStar(require("./AdviceType"), exports);
|
|
25
|
+
__exportStar(require("./AgreementResponse"), exports);
|
|
26
|
+
__exportStar(require("./AgreementTransaction"), exports);
|
|
27
|
+
__exportStar(require("./AltKeystore"), exports);
|
|
28
|
+
__exportStar(require("./AltKeystoresList"), exports);
|
|
29
|
+
__exportStar(require("./Appendix"), exports);
|
|
30
|
+
__exportStar(require("./Assertion"), exports);
|
|
31
|
+
__exportStar(require("./AuthorDto"), exports);
|
|
32
|
+
__exportStar(require("./AuthorType"), exports);
|
|
33
|
+
__exportStar(require("./AuthorWithPatientDto"), exports);
|
|
34
|
+
__exportStar(require("./Base64EncryptedDataType"), exports);
|
|
35
|
+
__exportStar(require("./Base64EncryptedValueType"), exports);
|
|
36
|
+
__exportStar(require("./BaseID"), exports);
|
|
37
|
+
__exportStar(require("./BearerToken"), exports);
|
|
38
|
+
__exportStar(require("./BirthDeceaseType"), exports);
|
|
39
|
+
__exportStar(require("./BirthPlace"), exports);
|
|
40
|
+
__exportStar(require("./BirthResponseType"), exports);
|
|
41
|
+
__exportStar(require("./BoxInfo"), exports);
|
|
42
|
+
__exportStar(require("./BusinessAnomalyType"), exports);
|
|
43
|
+
__exportStar(require("./CDACCESSRIGHT"), exports);
|
|
44
|
+
__exportStar(require("./CDACKNOWLEDGMENT"), exports);
|
|
45
|
+
__exportStar(require("./CDADDRESS"), exports);
|
|
46
|
+
__exportStar(require("./CDADMINISTRATIONUNIT"), exports);
|
|
47
|
+
__exportStar(require("./CDCARENETPERSONALPART"), exports);
|
|
48
|
+
__exportStar(require("./CDCARENETTHIRDPAYERCONTRACT"), exports);
|
|
49
|
+
__exportStar(require("./CDCERTAINTY"), exports);
|
|
50
|
+
__exportStar(require("./CDCIVILSTATE"), exports);
|
|
51
|
+
__exportStar(require("./CDCONSENT"), exports);
|
|
52
|
+
__exportStar(require("./CDCONTENT"), exports);
|
|
53
|
+
__exportStar(require("./CDCOUNTRY"), exports);
|
|
54
|
+
__exportStar(require("./CDDAYPERIOD"), exports);
|
|
55
|
+
__exportStar(require("./CDDRUGCNK"), exports);
|
|
56
|
+
__exportStar(require("./CDDRUGPRESENTATION"), exports);
|
|
57
|
+
__exportStar(require("./CDDRUGROUTE"), exports);
|
|
58
|
+
__exportStar(require("./CDEBIRTHPLACE"), exports);
|
|
59
|
+
__exportStar(require("./CDEMPLOYMENTSITUATION"), exports);
|
|
60
|
+
__exportStar(require("./CDENCRYPTIONMETHOD"), exports);
|
|
61
|
+
__exportStar(require("./CDERROR"), exports);
|
|
62
|
+
__exportStar(require("./CDEXTERNALSOURCE"), exports);
|
|
63
|
+
__exportStar(require("./CDFORMULARY"), exports);
|
|
64
|
+
__exportStar(require("./CDGALENICFORM"), exports);
|
|
65
|
+
__exportStar(require("./CDHCPARTY"), exports);
|
|
66
|
+
__exportStar(require("./CDHEADING"), exports);
|
|
67
|
+
__exportStar(require("./CDINCAPACITY"), exports);
|
|
68
|
+
__exportStar(require("./CDINCAPACITYREASON"), exports);
|
|
69
|
+
__exportStar(require("./CDINNCLUSTER"), exports);
|
|
70
|
+
__exportStar(require("./CDITEM"), exports);
|
|
71
|
+
__exportStar(require("./CDLIFECYCLE"), exports);
|
|
72
|
+
__exportStar(require("./CDMEDICATION"), exports);
|
|
73
|
+
__exportStar(require("./CDMESSAGE"), exports);
|
|
74
|
+
__exportStar(require("./CDPERIODICITY"), exports);
|
|
75
|
+
__exportStar(require("./CDQUANTITYPREFIX"), exports);
|
|
76
|
+
__exportStar(require("./CDREFSCOPE"), exports);
|
|
77
|
+
__exportStar(require("./CDSEVERITY"), exports);
|
|
78
|
+
__exportStar(require("./CDSEX"), exports);
|
|
79
|
+
__exportStar(require("./CDSITE"), exports);
|
|
80
|
+
__exportStar(require("./CDSTANDARD"), exports);
|
|
81
|
+
__exportStar(require("./CDSUBSTANCE"), exports);
|
|
82
|
+
__exportStar(require("./CDTELECOM"), exports);
|
|
83
|
+
__exportStar(require("./CDTEMPORALITY"), exports);
|
|
84
|
+
__exportStar(require("./CDTIMEUNIT"), exports);
|
|
85
|
+
__exportStar(require("./CDTRANSACTION"), exports);
|
|
86
|
+
__exportStar(require("./CDUNIT"), exports);
|
|
87
|
+
__exportStar(require("./CDURGENCY"), exports);
|
|
88
|
+
__exportStar(require("./CancelSubscriptionResultWithResponse"), exports);
|
|
89
|
+
__exportStar(require("./CanonicalizationMethod"), exports);
|
|
90
|
+
__exportStar(require("./CertaintyType"), exports);
|
|
91
|
+
__exportStar(require("./CertificateInfo"), exports);
|
|
92
|
+
__exportStar(require("./CipherData"), exports);
|
|
93
|
+
__exportStar(require("./CipherReference"), exports);
|
|
94
|
+
__exportStar(require("./CivilStateResponseType"), exports);
|
|
95
|
+
__exportStar(require("./CivilStateType"), exports);
|
|
96
|
+
__exportStar(require("./CivilStatesResponseType"), exports);
|
|
97
|
+
__exportStar(require("./Civilstate"), exports);
|
|
98
|
+
__exportStar(require("./Code"), exports);
|
|
99
|
+
__exportStar(require("./CodeResult"), exports);
|
|
100
|
+
__exportStar(require("./CommonOutput"), exports);
|
|
101
|
+
__exportStar(require("./CommonOutputType"), exports);
|
|
102
|
+
__exportStar(require("./CompoundPrescription"), exports);
|
|
103
|
+
__exportStar(require("./CompoundType"), exports);
|
|
104
|
+
__exportStar(require("./CompoundprescriptionType"), exports);
|
|
105
|
+
__exportStar(require("./ConditionAbstractType"), exports);
|
|
106
|
+
__exportStar(require("./Conditions"), exports);
|
|
107
|
+
__exportStar(require("./ConfidentialityType"), exports);
|
|
108
|
+
__exportStar(require("./Consent"), exports);
|
|
109
|
+
__exportStar(require("./ConsentMessageDto"), exports);
|
|
110
|
+
__exportStar(require("./ConsentTypeDto"), exports);
|
|
111
|
+
__exportStar(require("./ConsultCurrentSsinResponse"), exports);
|
|
112
|
+
__exportStar(require("./ConsultRnAddressDto"), exports);
|
|
113
|
+
__exportStar(require("./ConsultRnPersonDataDto"), exports);
|
|
114
|
+
__exportStar(require("./ConsultRnPersonDto"), exports);
|
|
115
|
+
__exportStar(require("./ConsultRnPlainAddressDto"), exports);
|
|
116
|
+
__exportStar(require("./Content"), exports);
|
|
117
|
+
__exportStar(require("./ContentType"), exports);
|
|
118
|
+
__exportStar(require("./ContentlocalitemattributeType"), exports);
|
|
119
|
+
__exportStar(require("./CostType"), exports);
|
|
120
|
+
__exportStar(require("./CountryType"), exports);
|
|
121
|
+
__exportStar(require("./DateType"), exports);
|
|
122
|
+
__exportStar(require("./DayperiodType"), exports);
|
|
123
|
+
__exportStar(require("./DeceaseResponseType"), exports);
|
|
124
|
+
__exportStar(require("./Denominator"), exports);
|
|
125
|
+
__exportStar(require("./DetailType"), exports);
|
|
126
|
+
__exportStar(require("./DetailsType"), exports);
|
|
127
|
+
__exportStar(require("./DigestMethod"), exports);
|
|
128
|
+
__exportStar(require("./DimensionDto"), exports);
|
|
129
|
+
__exportStar(require("./DiplomaticInformationType"), exports);
|
|
130
|
+
__exportStar(require("./DiplomaticPostType"), exports);
|
|
131
|
+
__exportStar(require("./DmgAcknowledge"), exports);
|
|
132
|
+
__exportStar(require("./DmgClosure"), exports);
|
|
133
|
+
__exportStar(require("./DmgConsultation"), exports);
|
|
134
|
+
__exportStar(require("./DmgExtension"), exports);
|
|
135
|
+
__exportStar(require("./DmgInscription"), exports);
|
|
136
|
+
__exportStar(require("./DmgNotification"), exports);
|
|
137
|
+
__exportStar(require("./DmgRegistration"), exports);
|
|
138
|
+
__exportStar(require("./DmgsList"), exports);
|
|
139
|
+
__exportStar(require("./Document"), exports);
|
|
140
|
+
__exportStar(require("./DocumentMessage"), exports);
|
|
141
|
+
__exportStar(require("./Duration"), exports);
|
|
142
|
+
__exportStar(require("./DurationType"), exports);
|
|
143
|
+
__exportStar(require("./EHealthBoxType"), exports);
|
|
144
|
+
__exportStar(require("./EIDItem"), exports);
|
|
145
|
+
__exportStar(require("./Eattest"), exports);
|
|
146
|
+
__exportStar(require("./EattestAcknowledgeType"), exports);
|
|
147
|
+
__exportStar(require("./EattestCardReading"), exports);
|
|
148
|
+
__exportStar(require("./EattestCode"), exports);
|
|
149
|
+
__exportStar(require("./EattestHcParty"), exports);
|
|
150
|
+
__exportStar(require("./EattestRequestor"), exports);
|
|
151
|
+
__exportStar(require("./EfactMessage"), exports);
|
|
152
|
+
__exportStar(require("./EfactSendResponse"), exports);
|
|
153
|
+
__exportStar(require("./EncodedSSINType"), exports);
|
|
154
|
+
__exportStar(require("./EncryptedData"), exports);
|
|
155
|
+
__exportStar(require("./EncryptedElementType"), exports);
|
|
156
|
+
__exportStar(require("./EncryptedKey"), exports);
|
|
157
|
+
__exportStar(require("./EncryptedType"), exports);
|
|
158
|
+
__exportStar(require("./EncryptionMethodType"), exports);
|
|
159
|
+
__exportStar(require("./EncryptionProperties"), exports);
|
|
160
|
+
__exportStar(require("./EncryptionProperty"), exports);
|
|
161
|
+
__exportStar(require("./EndSubscriptionResultWithResponse"), exports);
|
|
162
|
+
__exportStar(require("./EndpointDistributorStatusDto"), exports);
|
|
163
|
+
__exportStar(require("./ErrorDetail"), exports);
|
|
164
|
+
__exportStar(require("./ErrorDto"), exports);
|
|
165
|
+
__exportStar(require("./ErrorType"), exports);
|
|
166
|
+
__exportStar(require("./ExistingPersonsType"), exports);
|
|
167
|
+
__exportStar(require("./Externalsource"), exports);
|
|
168
|
+
__exportStar(require("./FCMAXType"), exports);
|
|
169
|
+
__exportStar(require("./FCMINType"), exports);
|
|
170
|
+
__exportStar(require("./FacetDto"), exports);
|
|
171
|
+
__exportStar(require("./FaultType"), exports);
|
|
172
|
+
__exportStar(require("./Feedback"), exports);
|
|
173
|
+
__exportStar(require("./FinancialInstitutionInformation"), exports);
|
|
174
|
+
__exportStar(require("./FlatFileMetadata"), exports);
|
|
175
|
+
__exportStar(require("./FlatFileWithMetadata"), exports);
|
|
176
|
+
__exportStar(require("./FolderType"), exports);
|
|
177
|
+
__exportStar(require("./FormularyreferenceType"), exports);
|
|
178
|
+
__exportStar(require("./FrequencyType"), exports);
|
|
179
|
+
__exportStar(require("./GalenicForm"), exports);
|
|
180
|
+
__exportStar(require("./GalenicformType"), exports);
|
|
181
|
+
__exportStar(require("./GenAsyncResponse"), exports);
|
|
182
|
+
__exportStar(require("./GenderType"), exports);
|
|
183
|
+
__exportStar(require("./GetAccessRightResponse"), exports);
|
|
184
|
+
__exportStar(require("./GetPatientAuditTrailResponse"), exports);
|
|
185
|
+
__exportStar(require("./HasTherapeuticLinkMessage"), exports);
|
|
186
|
+
__exportStar(require("./HcPartyConsentDto"), exports);
|
|
187
|
+
__exportStar(require("./HcPartyDto"), exports);
|
|
188
|
+
__exportStar(require("./HcPartyIdDto"), exports);
|
|
189
|
+
__exportStar(require("./HcpartyType"), exports);
|
|
190
|
+
__exportStar(require("./HeaderType"), exports);
|
|
191
|
+
__exportStar(require("./HeadingType"), exports);
|
|
192
|
+
__exportStar(require("./HealthcareParty"), exports);
|
|
193
|
+
__exportStar(require("./HolterType"), exports);
|
|
194
|
+
__exportStar(require("./HospitalizedInfoDto"), exports);
|
|
195
|
+
__exportStar(require("./IDHCPARTY"), exports);
|
|
196
|
+
__exportStar(require("./IDINSURANCE"), exports);
|
|
197
|
+
__exportStar(require("./IDKMEHR"), exports);
|
|
198
|
+
__exportStar(require("./IDPATIENT"), exports);
|
|
199
|
+
__exportStar(require("./IDPROFESSION"), exports);
|
|
200
|
+
__exportStar(require("./IdentifierType"), exports);
|
|
201
|
+
__exportStar(require("./IncapacityType"), exports);
|
|
202
|
+
__exportStar(require("./IncapacityreasonType"), exports);
|
|
203
|
+
__exportStar(require("./InformationType"), exports);
|
|
204
|
+
__exportStar(require("./InhabitantType"), exports);
|
|
205
|
+
__exportStar(require("./InputStream"), exports);
|
|
206
|
+
__exportStar(require("./Insurability"), exports);
|
|
207
|
+
__exportStar(require("./InsurabilityInfoDto"), exports);
|
|
208
|
+
__exportStar(require("./InsurabilityItemDto"), exports);
|
|
209
|
+
__exportStar(require("./InsuranceType"), exports);
|
|
210
|
+
__exportStar(require("./Invoice"), exports);
|
|
211
|
+
__exportStar(require("./InvoiceItem"), exports);
|
|
212
|
+
__exportStar(require("./InvoiceSender"), exports);
|
|
213
|
+
__exportStar(require("./InvoicesBatch"), exports);
|
|
214
|
+
__exportStar(require("./ItemType"), exports);
|
|
215
|
+
__exportStar(require("./JAXBElementReferenceType"), exports);
|
|
216
|
+
__exportStar(require("./JAXBElementSignature"), exports);
|
|
217
|
+
__exportStar(require("./JAXBElementobject"), exports);
|
|
218
|
+
__exportStar(require("./KeyInfo"), exports);
|
|
219
|
+
__exportStar(require("./KmehrCd"), exports);
|
|
220
|
+
__exportStar(require("./KmehrId"), exports);
|
|
221
|
+
__exportStar(require("./KmehrPatientDto"), exports);
|
|
222
|
+
__exportStar(require("./KmehrQuantity"), exports);
|
|
223
|
+
__exportStar(require("./Kmehrmessage"), exports);
|
|
224
|
+
__exportStar(require("./LOCAL"), exports);
|
|
225
|
+
__exportStar(require("./LifecycleType"), exports);
|
|
226
|
+
__exportStar(require("./LnkType"), exports);
|
|
227
|
+
__exportStar(require("./LocalisedString"), exports);
|
|
228
|
+
__exportStar(require("./LocalitemattributeType"), exports);
|
|
229
|
+
__exportStar(require("./LocationBirthPlaceType"), exports);
|
|
230
|
+
__exportStar(require("./MaxrefType"), exports);
|
|
231
|
+
__exportStar(require("./MdaStatus"), exports);
|
|
232
|
+
__exportStar(require("./Measure"), exports);
|
|
233
|
+
__exportStar(require("./MedicalHouseInfoDto"), exports);
|
|
234
|
+
__exportStar(require("./Medication"), exports);
|
|
235
|
+
__exportStar(require("./MedicationRenewal"), exports);
|
|
236
|
+
__exportStar(require("./MedicationType"), exports);
|
|
237
|
+
__exportStar(require("./MedicinalProductType"), exports);
|
|
238
|
+
__exportStar(require("./Medicinalproduct"), exports);
|
|
239
|
+
__exportStar(require("./MemberDataAck"), exports);
|
|
240
|
+
__exportStar(require("./MemberDataBatchRequestDto"), exports);
|
|
241
|
+
__exportStar(require("./MemberDataBatchResponse"), exports);
|
|
242
|
+
__exportStar(require("./MemberDataList"), exports);
|
|
243
|
+
__exportStar(require("./MemberDataMessage"), exports);
|
|
244
|
+
__exportStar(require("./MemberDataResponse"), exports);
|
|
245
|
+
__exportStar(require("./MemberInfoDto"), exports);
|
|
246
|
+
__exportStar(require("./MemberinsuranceType"), exports);
|
|
247
|
+
__exportStar(require("./Message"), exports);
|
|
248
|
+
__exportStar(require("./MessageOperationResponse"), exports);
|
|
249
|
+
__exportStar(require("./MessageResponse"), exports);
|
|
250
|
+
__exportStar(require("./MessagesResponse"), exports);
|
|
251
|
+
__exportStar(require("./MiddleNameType"), exports);
|
|
252
|
+
__exportStar(require("./MinrefType"), exports);
|
|
253
|
+
__exportStar(require("./ModelError"), exports);
|
|
254
|
+
__exportStar(require("./ModelObject"), exports);
|
|
255
|
+
__exportStar(require("./MomentType"), exports);
|
|
256
|
+
__exportStar(require("./MppId"), exports);
|
|
257
|
+
__exportStar(require("./MppPreview"), exports);
|
|
258
|
+
__exportStar(require("./MunicipalityType"), exports);
|
|
259
|
+
__exportStar(require("./MycarenetConversation"), exports);
|
|
260
|
+
__exportStar(require("./MycarenetError"), exports);
|
|
261
|
+
__exportStar(require("./NameIDType"), exports);
|
|
262
|
+
__exportStar(require("./NameType"), exports);
|
|
263
|
+
__exportStar(require("./NationalitiesType"), exports);
|
|
264
|
+
__exportStar(require("./Nationality"), exports);
|
|
265
|
+
__exportStar(require("./NationalityType"), exports);
|
|
266
|
+
__exportStar(require("./NobilityTitleType"), exports);
|
|
267
|
+
__exportStar(require("./Nominator"), exports);
|
|
268
|
+
__exportStar(require("./PackageType"), exports);
|
|
269
|
+
__exportStar(require("./Paginationrequestinfo"), exports);
|
|
270
|
+
__exportStar(require("./Paginationresponseinfo"), exports);
|
|
271
|
+
__exportStar(require("./ParagraphInfos"), exports);
|
|
272
|
+
__exportStar(require("./ParagraphPreview"), exports);
|
|
273
|
+
__exportStar(require("./PartnerType"), exports);
|
|
274
|
+
__exportStar(require("./Patient"), exports);
|
|
275
|
+
__exportStar(require("./PatientId"), exports);
|
|
276
|
+
__exportStar(require("./PatientIdType"), exports);
|
|
277
|
+
__exportStar(require("./Payment"), exports);
|
|
278
|
+
__exportStar(require("./PeriodDto"), exports);
|
|
279
|
+
__exportStar(require("./PeriodicityType"), exports);
|
|
280
|
+
__exportStar(require("./PersonMid"), exports);
|
|
281
|
+
__exportStar(require("./PersonNameResponseType"), exports);
|
|
282
|
+
__exportStar(require("./PersonResponseType"), exports);
|
|
283
|
+
__exportStar(require("./PersonType"), exports);
|
|
284
|
+
__exportStar(require("./Personalpart"), exports);
|
|
285
|
+
__exportStar(require("./Posology"), exports);
|
|
286
|
+
__exportStar(require("./Prescription"), exports);
|
|
287
|
+
__exportStar(require("./PrescriptionFullWithFeedback"), exports);
|
|
288
|
+
__exportStar(require("./PrescriptionRequest"), exports);
|
|
289
|
+
__exportStar(require("./PresentationType"), exports);
|
|
290
|
+
__exportStar(require("./ProfessionCode"), exports);
|
|
291
|
+
__exportStar(require("./ProfessionType"), exports);
|
|
292
|
+
__exportStar(require("./PutAccessRightResponse"), exports);
|
|
293
|
+
__exportStar(require("./PutPatientConsentResponse"), exports);
|
|
294
|
+
__exportStar(require("./PutTherapeuticLinkResponse"), exports);
|
|
295
|
+
__exportStar(require("./PutTransactionResponseDto"), exports);
|
|
296
|
+
__exportStar(require("./PutTransactionSetResponse"), exports);
|
|
297
|
+
__exportStar(require("./QName"), exports);
|
|
298
|
+
__exportStar(require("./QuantityType"), exports);
|
|
299
|
+
__exportStar(require("./Quantityprefix"), exports);
|
|
300
|
+
__exportStar(require("./RRMAXType"), exports);
|
|
301
|
+
__exportStar(require("./RRMINType"), exports);
|
|
302
|
+
__exportStar(require("./RecipeCDHEADING"), exports);
|
|
303
|
+
__exportStar(require("./RecipeCDINNCLUSTER"), exports);
|
|
304
|
+
__exportStar(require("./RecipeCDITEM"), exports);
|
|
305
|
+
__exportStar(require("./RecipeCDTRANSACTION"), exports);
|
|
306
|
+
__exportStar(require("./RecipeauthorType"), exports);
|
|
307
|
+
__exportStar(require("./RecipebasicIDKMEHR"), exports);
|
|
308
|
+
__exportStar(require("./RecipecompoundprescriptionType"), exports);
|
|
309
|
+
__exportStar(require("./RecipecontentType"), exports);
|
|
310
|
+
__exportStar(require("./RecipedurationType"), exports);
|
|
311
|
+
__exportStar(require("./RecipefolderType"), exports);
|
|
312
|
+
__exportStar(require("./RecipefrequencyType"), exports);
|
|
313
|
+
__exportStar(require("./RecipeheaderType"), exports);
|
|
314
|
+
__exportStar(require("./RecipeitemType"), exports);
|
|
315
|
+
__exportStar(require("./RecipelifecycleType"), exports);
|
|
316
|
+
__exportStar(require("./RecipemedicinalProductType"), exports);
|
|
317
|
+
__exportStar(require("./RecipemomentType"), exports);
|
|
318
|
+
__exportStar(require("./RecipepatientpersonType"), exports);
|
|
319
|
+
__exportStar(require("./RecipequantityType"), exports);
|
|
320
|
+
__exportStar(require("./ReciperenewalType"), exports);
|
|
321
|
+
__exportStar(require("./ReciperouteType"), exports);
|
|
322
|
+
__exportStar(require("./RecipetemporalityType"), exports);
|
|
323
|
+
__exportStar(require("./RecipetransactionType"), exports);
|
|
324
|
+
__exportStar(require("./RecipetransactionheadingType"), exports);
|
|
325
|
+
__exportStar(require("./RecipientType"), exports);
|
|
326
|
+
__exportStar(require("./Record"), exports);
|
|
327
|
+
__exportStar(require("./RecordOrSegmentDescription"), exports);
|
|
328
|
+
__exportStar(require("./Reference"), exports);
|
|
329
|
+
__exportStar(require("./ReferenceList"), exports);
|
|
330
|
+
__exportStar(require("./ReferenceType"), exports);
|
|
331
|
+
__exportStar(require("./RefscopeType"), exports);
|
|
332
|
+
__exportStar(require("./Refvalue"), exports);
|
|
333
|
+
__exportStar(require("./Regimen"), exports);
|
|
334
|
+
__exportStar(require("./RegimenItem"), exports);
|
|
335
|
+
__exportStar(require("./RegisterPersonResponseDto"), exports);
|
|
336
|
+
__exportStar(require("./RenewalType"), exports);
|
|
337
|
+
__exportStar(require("./RequestListType"), exports);
|
|
338
|
+
__exportStar(require("./RequestType"), exports);
|
|
339
|
+
__exportStar(require("./ResidentialAddressResponseType"), exports);
|
|
340
|
+
__exportStar(require("./ResponseListType"), exports);
|
|
341
|
+
__exportStar(require("./ResponseType"), exports);
|
|
342
|
+
__exportStar(require("./ResultType"), exports);
|
|
343
|
+
__exportStar(require("./RevokeAccessRightResponse"), exports);
|
|
344
|
+
__exportStar(require("./RevokePatientConsentResponse"), exports);
|
|
345
|
+
__exportStar(require("./RevokeTherapeuticLinkResponse"), exports);
|
|
346
|
+
__exportStar(require("./RouteType"), exports);
|
|
347
|
+
__exportStar(require("./SamlTokenResult"), exports);
|
|
348
|
+
__exportStar(require("./SearchBySSINReplyDto"), exports);
|
|
349
|
+
__exportStar(require("./SearchPhoneticReplyDto"), exports);
|
|
350
|
+
__exportStar(require("./SendAttestResult"), exports);
|
|
351
|
+
__exportStar(require("./SendAttestResultWithResponse"), exports);
|
|
352
|
+
__exportStar(require("./SenderType"), exports);
|
|
353
|
+
__exportStar(require("./Serializable"), exports);
|
|
354
|
+
__exportStar(require("./SeverityType"), exports);
|
|
355
|
+
__exportStar(require("./SexType"), exports);
|
|
356
|
+
__exportStar(require("./Signature"), exports);
|
|
357
|
+
__exportStar(require("./SignatureMethod"), exports);
|
|
358
|
+
__exportStar(require("./SignatureValue"), exports);
|
|
359
|
+
__exportStar(require("./SignedInfo"), exports);
|
|
360
|
+
__exportStar(require("./SigningValue"), exports);
|
|
361
|
+
__exportStar(require("./SiteType"), exports);
|
|
362
|
+
__exportStar(require("./Source"), exports);
|
|
363
|
+
__exportStar(require("./Specialisation"), exports);
|
|
364
|
+
__exportStar(require("./SsinStatusType"), exports);
|
|
365
|
+
__exportStar(require("./StandardAddressType"), exports);
|
|
366
|
+
__exportStar(require("./StandardType"), exports);
|
|
367
|
+
__exportStar(require("./StartSubscriptionResultWithResponse"), exports);
|
|
368
|
+
__exportStar(require("./StatementAbstractType"), exports);
|
|
369
|
+
__exportStar(require("./Status"), exports);
|
|
370
|
+
__exportStar(require("./StatusCode"), exports);
|
|
371
|
+
__exportStar(require("./StatusDetail"), exports);
|
|
372
|
+
__exportStar(require("./StatusDto"), exports);
|
|
373
|
+
__exportStar(require("./StreetType"), exports);
|
|
374
|
+
__exportStar(require("./StrengthType"), exports);
|
|
375
|
+
__exportStar(require("./StringLangType"), exports);
|
|
376
|
+
__exportStar(require("./Subject"), exports);
|
|
377
|
+
__exportStar(require("./SubjectConfirmation"), exports);
|
|
378
|
+
__exportStar(require("./SubjectConfirmationDataType"), exports);
|
|
379
|
+
__exportStar(require("./SubstanceType"), exports);
|
|
380
|
+
__exportStar(require("./Substanceproduct"), exports);
|
|
381
|
+
__exportStar(require("./TAck"), exports);
|
|
382
|
+
__exportStar(require("./Takes"), exports);
|
|
383
|
+
__exportStar(require("./TarificationConsultationResult"), exports);
|
|
384
|
+
__exportStar(require("./Telecom"), exports);
|
|
385
|
+
__exportStar(require("./TelecomType"), exports);
|
|
386
|
+
__exportStar(require("./TemporalityType"), exports);
|
|
387
|
+
__exportStar(require("./TemporaryAddressType"), exports);
|
|
388
|
+
__exportStar(require("./TextType"), exports);
|
|
389
|
+
__exportStar(require("./TextWithLayoutType"), exports);
|
|
390
|
+
__exportStar(require("./TherapeuticLinkDto"), exports);
|
|
391
|
+
__exportStar(require("./TherapeuticLinkMessageDto"), exports);
|
|
392
|
+
__exportStar(require("./Thirdpayercontract"), exports);
|
|
393
|
+
__exportStar(require("./TimequantityType"), exports);
|
|
394
|
+
__exportStar(require("./TimeunitType"), exports);
|
|
395
|
+
__exportStar(require("./TransactionAccessListType"), exports);
|
|
396
|
+
__exportStar(require("./TransactionIdType"), exports);
|
|
397
|
+
__exportStar(require("./TransactionSummaryDto"), exports);
|
|
398
|
+
__exportStar(require("./TransactionType"), exports);
|
|
399
|
+
__exportStar(require("./TransactionWithSpecificTime"), exports);
|
|
400
|
+
__exportStar(require("./Transactionaccess"), exports);
|
|
401
|
+
__exportStar(require("./TransferDto"), exports);
|
|
402
|
+
__exportStar(require("./Transform"), exports);
|
|
403
|
+
__exportStar(require("./Transforms"), exports);
|
|
404
|
+
__exportStar(require("./TransformsType"), exports);
|
|
405
|
+
__exportStar(require("./UUIDType"), exports);
|
|
406
|
+
__exportStar(require("./UnitType"), exports);
|
|
407
|
+
__exportStar(require("./UrgencyType"), exports);
|
|
408
|
+
__exportStar(require("./VerseInfos"), exports);
|
|
409
|
+
__exportStar(require("./Weekday"), exports);
|
|
410
|
+
__exportStar(require("./WhereResponseType"), exports);
|
|
411
|
+
__exportStar(require("./WhereType"), exports);
|
|
412
|
+
__exportStar(require("./XMLGregorianCalendar"), exports);
|
|
413
|
+
__exportStar(require("./Zone"), exports);
|
|
414
|
+
__exportStar(require("./ZoneDescription"), exports);
|
package/fhcApi.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export * from "./api/fhcAddressbookApi"
|
|
2
|
+
export * from "./api/fhcAdminApi"
|
|
3
|
+
export * from "./api/fhcChapter4Api"
|
|
4
|
+
export * from "./api/fhcConsentApi"
|
|
5
|
+
export * from "./api/fhcConsultrnApi"
|
|
6
|
+
export * from "./api/fhcCryptoApi"
|
|
7
|
+
export * from "./api/fhcDmgApi"
|
|
8
|
+
export * from "./api/fhcEattestApi"
|
|
9
|
+
export * from "./api/fhcEattestV2Api"
|
|
10
|
+
export * from "./api/fhcEfactApi"
|
|
11
|
+
export * from "./api/fhcEhboxApi"
|
|
12
|
+
export * from "./api/fhcEhboxV3Api"
|
|
13
|
+
export * from "./api/fhcGenInsApi"
|
|
14
|
+
export * from "./api/fhcHubApi"
|
|
15
|
+
export * from "./api/fhcMemberDataApi"
|
|
16
|
+
export * from "./api/fhcMhmApi"
|
|
17
|
+
export * from "./api/fhcRecipeApi"
|
|
18
|
+
export * from "./api/fhcStsApi"
|
|
19
|
+
export * from "./api/fhcTarificationApi"
|
|
20
|
+
export * from "./api/fhcTherLinkApi"
|
package/index.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AccessRightType } from "./AccessRightType"
|
|
13
|
+
|
|
14
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
15
|
+
|
|
16
|
+
export class AccessRightListType {
|
|
17
|
+
constructor(json: JSON | any) {
|
|
18
|
+
Object.assign(this as AccessRightListType, json)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
accessrights?: Array<AccessRightType>
|
|
22
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CDACCESSRIGHT } from "./CDACCESSRIGHT"
|
|
13
|
+
import { HcpartyType } from "./HcpartyType"
|
|
14
|
+
import { TransactionIdType } from "./TransactionIdType"
|
|
15
|
+
|
|
16
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
17
|
+
|
|
18
|
+
export class AccessRightType {
|
|
19
|
+
constructor(json: JSON | any) {
|
|
20
|
+
Object.assign(this as AccessRightType, json)
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
cd?: CDACCESSRIGHT
|
|
24
|
+
hcparty?: HcpartyType
|
|
25
|
+
transaction?: TransactionIdType
|
|
26
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ErrorType } from "./ErrorType"
|
|
13
|
+
|
|
14
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
15
|
+
|
|
16
|
+
export class AcknowledgeType {
|
|
17
|
+
constructor(json: JSON | any) {
|
|
18
|
+
Object.assign(this as AcknowledgeType, json)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
errors?: Array<ErrorType>
|
|
22
|
+
iscomplete?: boolean
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CDACKNOWLEDGMENT } from "./CDACKNOWLEDGMENT"
|
|
13
|
+
|
|
14
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
15
|
+
|
|
16
|
+
export class AcknowledgmentType {
|
|
17
|
+
constructor(json: JSON | any) {
|
|
18
|
+
Object.assign(this as AcknowledgmentType, json)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
cd?: CDACKNOWLEDGMENT
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
14
|
+
|
|
15
|
+
export class AddedDocumentPreview {
|
|
16
|
+
constructor(json: JSON | any) {
|
|
17
|
+
Object.assign(this as AddedDocumentPreview, json)
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
addressUrl?: string
|
|
21
|
+
descrFr?: string
|
|
22
|
+
descrNl?: string
|
|
23
|
+
documentSeq?: number
|
|
24
|
+
id?: number
|
|
25
|
+
localPath?: string
|
|
26
|
+
mimeType?: string
|
|
27
|
+
verseSeq?: number
|
|
28
|
+
}
|
package/model/Address.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Telecom } from "./Telecom"
|
|
13
|
+
|
|
14
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
15
|
+
|
|
16
|
+
export class Address {
|
|
17
|
+
constructor(json: JSON | any) {
|
|
18
|
+
Object.assign(this as Address, json)
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
addressType?: Address.AddressTypeEnum
|
|
22
|
+
city?: string
|
|
23
|
+
country?: string
|
|
24
|
+
houseNumber?: string
|
|
25
|
+
postalCode?: string
|
|
26
|
+
postboxNumber?: string
|
|
27
|
+
street?: string
|
|
28
|
+
telecoms?: Array<Telecom>
|
|
29
|
+
}
|
|
30
|
+
export namespace Address {
|
|
31
|
+
export type AddressTypeEnum =
|
|
32
|
+
| "home"
|
|
33
|
+
| "work"
|
|
34
|
+
| "vacation"
|
|
35
|
+
| "hospital"
|
|
36
|
+
| "clinic"
|
|
37
|
+
| "hq"
|
|
38
|
+
| "other"
|
|
39
|
+
export const AddressTypeEnum = {
|
|
40
|
+
Home: "home" as AddressTypeEnum,
|
|
41
|
+
Work: "work" as AddressTypeEnum,
|
|
42
|
+
Vacation: "vacation" as AddressTypeEnum,
|
|
43
|
+
Hospital: "hospital" as AddressTypeEnum,
|
|
44
|
+
Clinic: "clinic" as AddressTypeEnum,
|
|
45
|
+
Hq: "hq" as AddressTypeEnum,
|
|
46
|
+
Other: "other" as AddressTypeEnum
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Api Documentation
|
|
3
|
+
* Api Documentation
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CDADDRESS } from "./CDADDRESS"
|
|
13
|
+
import { CountryType } from "./CountryType"
|
|
14
|
+
import { IDKMEHR } from "./IDKMEHR"
|
|
15
|
+
import { TextType } from "./TextType"
|
|
16
|
+
|
|
17
|
+
import { decodeBase64 } from "./ModelHelper"
|
|
18
|
+
|
|
19
|
+
export class AddressType {
|
|
20
|
+
constructor(json: JSON | any) {
|
|
21
|
+
Object.assign(this as AddressType, json)
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
cds?: Array<CDADDRESS>
|
|
25
|
+
city?: string
|
|
26
|
+
country?: CountryType
|
|
27
|
+
district?: string
|
|
28
|
+
housenumber?: string
|
|
29
|
+
ids?: Array<IDKMEHR>
|
|
30
|
+
nis?: string
|
|
31
|
+
postboxnumber?: string
|
|
32
|
+
street?: string
|
|
33
|
+
texts?: Array<TextType>
|
|
34
|
+
zip?: string
|
|
35
|
+
}
|