Uses of Class
org.hl7.fhir.r5.model.Person.PersonCommunicationComponent
-
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Person.PersonCommunicationComponent
JsonParser.parsePersonCommunicationComponent
(com.google.gson.JsonObject json) protected Person.PersonCommunicationComponent
XmlParser.parsePersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePersonCommunicationComponent
(String name, Person.PersonCommunicationComponent element) protected void
RdfParser.composePersonCommunicationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Person.PersonCommunicationComponent element, int index) protected void
XmlParser.composePersonCommunicationComponent
(String name, Person.PersonCommunicationComponent element) protected void
XmlParser.composePersonCommunicationComponentElements
(Person.PersonCommunicationComponent element) protected void
JsonParser.composePersonCommunicationComponentProperties
(Person.PersonCommunicationComponent element) protected boolean
XmlParser.parsePersonCommunicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person.PersonCommunicationComponent res) protected void
JsonParser.parsePersonCommunicationComponentProperties
(com.google.gson.JsonObject json, Person.PersonCommunicationComponent res) -
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Person.PersonCommunicationComponent> Person.communication
A language which may be used to communicate with the person about his or her health.Modifier and TypeMethodDescriptionPerson.addCommunication()
Person.PersonCommunicationComponent.copy()
Person.getCommunicationFirstRep()
Person.PersonCommunicationComponent.setLanguage
(CodeableConcept value) Person.PersonCommunicationComponent.setPreferred
(boolean value) Person.PersonCommunicationComponent.setPreferredElement
(BooleanType value) Modifier and TypeMethodDescriptionvoid
Person.PersonCommunicationComponent.copyValues
(Person.PersonCommunicationComponent dst) Modifier and TypeMethodDescriptionPerson.setCommunication
(List<Person.PersonCommunicationComponent> theCommunication)