Uses of Class
org.projecthusky.common.model.Telecom
Packages that use Telecom
Package
Description
-
Uses of Telecom in org.projecthusky.cda.elga.models
Methods in org.projecthusky.cda.elga.models that return types with arguments of type TelecomMethod parameters in org.projecthusky.cda.elga.models with type arguments of type TelecomModifier and TypeMethodDescriptionvoid
Informant.setTelecoms
(List<Telecom> telecoms) void
ParticipantAt.setTelecoms
(List<Telecom> telecoms) -
Uses of Telecom in org.projecthusky.common.at
Methods in org.projecthusky.common.at that return types with arguments of type TelecomMethod parameters in org.projecthusky.common.at with type arguments of type TelecomModifier and TypeMethodDescriptionvoid
PractitionerAt.setTelecom
(List<Telecom> telecom) void
Guardian.setTelecoms
(List<Telecom> telecoms) -
Uses of Telecom in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return types with arguments of type TelecomModifier and TypeMethodDescriptionAuthor.getTelecoms()
Gets the telecoms.IntendedRecipient.getTelecoms()
Gets the telecoms.ParticipantRole.getTelecoms()
Gets the telecoms.Patient.getTelecoms()
Gets the telecoms.Performer.getTelecoms()
Gets the telecoms.Method parameters in org.projecthusky.common.model with type arguments of type TelecomModifier and TypeMethodDescriptionvoid
Author.setTelecoms
(List<Telecom> telecoms) Sets the telecoms.void
IntendedRecipient.setTelecoms
(List<Telecom> telecoms) Sets the telecoms.void
ParticipantRole.setTelecoms
(List<Telecom> telecoms) Sets the telecoms.void
Patient.setTelecoms
(List<Telecom> telecoms) Sets the telecoms.Constructor parameters in org.projecthusky.common.model with type arguments of type TelecomModifierConstructorDescriptionIntendedRecipient
(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 Telecom in org.projecthusky.common.utils
Methods in org.projecthusky.common.utils that return types with arguments of type TelecomModifier and TypeMethodDescriptionXdsMetadataUtil.convertIpfTelecoms
(List<org.openehealth.ipf.commons.ihe.xds.core.metadata.Telecom> xtnList) -
Uses of Telecom in org.projecthusky.communication
Methods in org.projecthusky.communication with parameters of type TelecomModifier and TypeMethodDescriptionMasterPatientIndexQuery.addPatientTelecom
(Telecom tel) Adds a patient telecom to be queried for. -
Uses of Telecom in org.projecthusky.fhir.structures.gen
Methods in org.projecthusky.fhir.structures.gen that return TelecomModifier and TypeMethodDescriptionFhirPatient.createTelecom
(String value, org.hl7.fhir.r4.model.ContactPoint.ContactPointSystem system, org.hl7.fhir.r4.model.ContactPoint.ContactPointUse usage) Methods in org.projecthusky.fhir.structures.gen that return types with arguments of type TelecomModifier and TypeMethodDescriptionFhirPatient.getTelecommunications()
convert the fhir telecoms to a list of convenience telecomFhirCommon.getTelecoms
(List<org.hl7.fhir.r4.model.ContactPoint> fhirContactPoints) Gets the eHC Telecoms from the given FHIR object.Methods in org.projecthusky.fhir.structures.gen with parameters of type TelecomModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ContactPoint
FhirPatient.convertTelecom
(Telecom tel) Convert telecom from hl7 datatype to fhir datatpye.Method parameters in org.projecthusky.fhir.structures.gen with type arguments of type Telecom