Uses of Class
org.hl7.fhir.r5.model.Person.PersonCommunicationComponent
-
Packages that use Person.PersonCommunicationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Person.PersonCommunicationComponent Modifier and Type Method Description protected Person.PersonCommunicationComponentJsonParser. parsePersonCommunicationComponent(com.google.gson.JsonObject json)protected Person.PersonCommunicationComponentXmlParser. parsePersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Person.PersonCommunicationComponent Modifier and Type Field Description protected List<Person.PersonCommunicationComponent>Person. communicationA language which may be used to communicate with the person about his or her health.Methods in org.hl7.fhir.r5.model that return Person.PersonCommunicationComponent Modifier and Type Method Description Person.PersonCommunicationComponentPerson. addCommunication()Person.PersonCommunicationComponentPerson.PersonCommunicationComponent. copy()Person.PersonCommunicationComponentPerson. getCommunicationFirstRep()Person.PersonCommunicationComponentPerson.PersonCommunicationComponent. setLanguage(CodeableConcept value)Person.PersonCommunicationComponentPerson.PersonCommunicationComponent. setPreferred(boolean value)Person.PersonCommunicationComponentPerson.PersonCommunicationComponent. setPreferredElement(BooleanType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type Person.PersonCommunicationComponent Modifier and Type Method Description List<Person.PersonCommunicationComponent>Person. getCommunication()Methods in org.hl7.fhir.r5.model with parameters of type Person.PersonCommunicationComponent Modifier and Type Method Description PersonPerson. addCommunication(Person.PersonCommunicationComponent t)voidPerson.PersonCommunicationComponent. copyValues(Person.PersonCommunicationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Person.PersonCommunicationComponent Modifier and Type Method Description PersonPerson. setCommunication(List<Person.PersonCommunicationComponent> theCommunication)
-