Uses of Class
org.projecthusky.common.model.Name
Packages that use Name
Package
Description
-
Uses of Name in org.projecthusky.cda.elga.models
Methods in org.projecthusky.cda.elga.models that return NameMethods in org.projecthusky.cda.elga.models with parameters of type Name -
Uses of Name in org.projecthusky.common.at
Methods in org.projecthusky.common.at that return NameMethods in org.projecthusky.common.at that return types with arguments of type NameMethods in org.projecthusky.common.at with parameters of type NameModifier and TypeMethodDescriptionvoid
void
Method parameters in org.projecthusky.common.at with type arguments of type Name -
Uses of Name in org.projecthusky.common.ch
Constructors in org.projecthusky.common.ch with parameters of type Name -
Uses of Name in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return NameModifier and TypeMethodDescriptionAuthor.getName()
Gets the (first) family name.Patient.getName()
Performer.getName()
Gets the (first) family name.Person.getName()
Gets the (first) name.Methods in org.projecthusky.common.model that return types with arguments of type NameModifier and TypeMethodDescriptionAuthor.getNames()
Gets the names.Patient.getNames()
Performer.getNames()
Gets the names.Person.getNames()
Gets the names.PlayingEntity.getNames()
Gets the names.Methods in org.projecthusky.common.model with parameters of type NameModifier and TypeMethodDescriptionvoid
Adds the name.void
Adds the name.void
Adds the name.void
Adds the name.void
Adds the name.Constructors in org.projecthusky.common.model with parameters of type NameModifierConstructorDescriptionInstantiates a new human author.Instantiates a new author.IntendedRecipient
(Name name, Identificator id, Address address, List<Telecom> telecoms) Convenience constructor with (for CDA-CH-LRTP) required elements, if the recipient is a person.Patient
(Name name, AdministrativeGender sex, Calendar birthDay) Erstellt einen neuen Patienten.Patient
(Name name, AdministrativeGender sex, Calendar birthDay, Identificator id) Erstellt einen neuen Patienten inkl.Default constructor to instanciate the objectErstellt einen neuen Perfomer (Dieser Konstruktor wird oft gebraucht für GesundheitsfachpersonenErstellt eine neue Person (Dieser Konstruktor wird oft gebraucht für Behandelnde). -
Uses of Name in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return NameModifier and TypeMethodDescriptionstatic Name
XdsMetadataUtil.convertOhtXpn
(org.openehealth.ipf.commons.ihe.xds.core.metadata.Name<?> xpn) Converts an IPF XPN (Name) to an eHC Name -
Uses of Name in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type NameModifier and TypeMethodDescriptionMasterPatientIndexQuery.addMothersMaidenName
(boolean useFuzzySearch, Name name) Adds the mothers maiden name to the queryMasterPatientIndexQuery.addPatientName
(boolean useFuzzySearch, Name name) Adds a patient name to the query. -
Uses of Name in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return NameModifier and TypeMethodDescriptionstatic Name
FhirCommon.fhirNameToEhcName
(org.hl7.fhir.r4.model.HumanName fName) Converts a FHIR name to a eHC nameFhirPatient.getConvenienceName()
convert the fhir patient human name to convenience nameMethods in org.projecthusky.fhir.structures.gen with parameters of type NameModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.HumanName
FhirPatient.convertName
(Name name) Converts the convenience name to the fhir nameMethod parameters in org.projecthusky.fhir.structures.gen with type arguments of type Name