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 POCDMT000040Birthplace
PatientCdaAt.createBirthPlace
(Address address) protected POCDMT000040Place
PatientCdaAt.createPlace
(Address address) void
Method 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 TypeMethodDescriptionvoid
Guardian.setAddress
(Address address) void
PatientAt.setBirthPlace
(Address birthPlace) Method parameters in org.projecthusky.common.at with type arguments of type AddressModifier and TypeMethodDescriptionvoid
PatientAt.setAddresses
(List<Address> addresses) void
PractitionerAt.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 TypeMethodDescriptionvoid
Author.addAddress
(Address address) Weist dem Autor eine Postadresse zu.void
IntendedRecipient.addAddress
(Address address) Assigns a post address.void
ParticipantRole.addAddress
(Address address) Adds the address.void
Patient.addAddress
(Address address) Fügt eine Adresse hinzu.void
Performer.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 Address
XdsMetadataUtil.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 Address
FhirCommon.fhirAddressToEhcAddress
(org.hl7.fhir.r4.model.Address fAddr) Converts a FHIR address to a eHC addressstatic Address
FhirCommon.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.Address
FhirPatient.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 TypeMethodDescriptionvoid
FhirPatient.setAddresses
(List<Address> addresses) set addresses of patient