Uses of Class
org.projecthusky.common.model.Address
Packages that use Address
Package
Description
-
Uses of Address in org.projecthusky.cda.elga.models
Methods in org.projecthusky.cda.elga.models that return AddressMethods in org.projecthusky.cda.elga.models that return types with arguments of type AddressMethods in org.projecthusky.cda.elga.models with parameters of type AddressModifier and TypeMethodDescriptionprotected POCDMT000040BirthplacePatientCdaAt.createBirthPlace(Address address) protected POCDMT000040PlacePatientCdaAt.createPlace(Address address) voidMethod parameters in org.projecthusky.cda.elga.models with type arguments of type Address -
Uses of Address in org.projecthusky.common.at
Methods in org.projecthusky.common.at that return AddressMethods in org.projecthusky.common.at that return types with arguments of type AddressMethods in org.projecthusky.common.at with parameters of type AddressModifier and TypeMethodDescriptionvoidGuardian.setAddress(Address address) voidPatientAt.setBirthPlace(Address birthPlace) Method parameters in org.projecthusky.common.at with type arguments of type AddressModifier and TypeMethodDescriptionvoidPatientAt.setAddresses(List<Address> addresses) voidPractitionerAt.setAddresses(List<Address> addresses) -
Uses of Address in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return AddressModifier and TypeMethodDescriptionAuthor.getAddress()Gets the address.Patient.getAddress()Gets the address.Performer.getAddress()Gets the address.Methods in org.projecthusky.common.model that return types with arguments of type AddressModifier and TypeMethodDescriptionAuthor.getAddresses()Gets the addresses.IntendedRecipient.getAddresses()Gets the addresses.ParticipantRole.getAddresses()Gets the addresses.Patient.getAddresses()Gets the adresses.Performer.getAddresses()Gets the addresses.Methods in org.projecthusky.common.model with parameters of type AddressModifier and TypeMethodDescriptionvoidAuthor.addAddress(Address address) Weist dem Autor eine Postadresse zu.voidIntendedRecipient.addAddress(Address address) Assigns a post address.voidParticipantRole.addAddress(Address address) Adds the address.voidPatient.addAddress(Address address) Fügt eine Adresse hinzu.voidPerformer.addAddress(Address address) Weist dem Autor eine Postadresse zu.Constructors in org.projecthusky.common.model with parameters of type AddressModifierConstructorDescriptionIntendedRecipient(Name name, Identificator id, Address address, List<Telecom> telecoms) Convenience constructor with (for CDA-CH-LRTP) required elements, if the recipient is a person. -
Uses of Address in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return AddressModifier and TypeMethodDescriptionstatic AddressXdsMetadataUtil.convertOhtXad(org.openehealth.ipf.commons.ihe.xds.core.metadata.Address xad) Converts an IPF Address to an eHC Address -
Uses of Address in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type AddressModifier and TypeMethodDescriptionMasterPatientIndexQuery.addPatientAddress(Address address) Adds a patient address to the query. -
Uses of Address in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return AddressModifier and TypeMethodDescriptionstatic AddressFhirCommon.fhirAddressToEhcAddress(org.hl7.fhir.r4.model.Address fAddr) Converts a FHIR address to a eHC addressstatic AddressFhirCommon.getAddress(org.hl7.fhir.r4.model.Address addr) Methods in org.projecthusky.fhir.structures.gen with parameters of type AddressModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.AddressFhirPatient.convertAddress(Address mdhtAddr) converts the mdht AD to the fhir addressMethod parameters in org.projecthusky.fhir.structures.gen with type arguments of type AddressModifier and TypeMethodDescriptionvoidFhirPatient.setAddresses(List<Address> addresses) set addresses of patient