Uses of Class
org.hl7.fhir.r4.model.RelatedPerson.RelatedPersonCommunicationComponent
-
Packages that use RelatedPerson.RelatedPersonCommunicationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Method Description protected RelatedPerson.RelatedPersonCommunicationComponentJsonParser. parseRelatedPersonRelatedPersonCommunicationComponent(com.google.gson.JsonObject json, RelatedPerson owner)protected RelatedPerson.RelatedPersonCommunicationComponentXmlParser. parseRelatedPersonRelatedPersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner) -
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Field Description protected List<RelatedPerson.RelatedPersonCommunicationComponent>RelatedPerson. communicationA language which may be used to communicate with about the patient's health.Methods in org.hl7.fhir.r4.model that return RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Method Description RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson. addCommunication()RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson.RelatedPersonCommunicationComponent. copy()RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson. getCommunicationFirstRep()RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson.RelatedPersonCommunicationComponent. setLanguage(CodeableConcept value)RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson.RelatedPersonCommunicationComponent. setPreferred(boolean value)RelatedPerson.RelatedPersonCommunicationComponentRelatedPerson.RelatedPersonCommunicationComponent. setPreferredElement(BooleanType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Method Description List<RelatedPerson.RelatedPersonCommunicationComponent>RelatedPerson. getCommunication()Methods in org.hl7.fhir.r4.model with parameters of type RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Method Description RelatedPersonRelatedPerson. addCommunication(RelatedPerson.RelatedPersonCommunicationComponent t)voidRelatedPerson.RelatedPersonCommunicationComponent. copyValues(RelatedPerson.RelatedPersonCommunicationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type RelatedPerson.RelatedPersonCommunicationComponent Modifier and Type Method Description RelatedPersonRelatedPerson. setCommunication(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication)
-