
Uses of Class
org.hl7.fhir.r5.model.Person.PersonCommunicationComponent
Packages that use Person.PersonCommunicationComponent
-
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Person.PersonCommunicationComponentModifier and TypeMethodDescriptionprotected Person.PersonCommunicationComponent
JsonParser.parsePersonCommunicationComponent
(com.google.gson.JsonObject json) protected Person.PersonCommunicationComponent
XmlParser.parsePersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Person.PersonCommunicationComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Person.PersonCommunicationComponentModifier and TypeFieldDescriptionprotected List
<Person.PersonCommunicationComponent> Person.communication
A 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.PersonCommunicationComponentModifier and TypeMethodDescriptionPerson.addCommunication()
Person.PersonCommunicationComponent.copy()
Person.getCommunicationFirstRep()
Person.PersonCommunicationComponent.setLanguage
(CodeableConcept value) Person.PersonCommunicationComponent.setPreferred
(boolean value) Person.PersonCommunicationComponent.setPreferredElement
(BooleanType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Person.PersonCommunicationComponentMethods in org.hl7.fhir.r5.model with parameters of type Person.PersonCommunicationComponentModifier and TypeMethodDescriptionvoid
Person.PersonCommunicationComponent.copyValues
(Person.PersonCommunicationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Person.PersonCommunicationComponentModifier and TypeMethodDescriptionPerson.setCommunication
(List<Person.PersonCommunicationComponent> theCommunication)