Uses of Class
org.hl7.fhir.r5.model.RelatedPerson.RelatedPersonCommunicationComponent
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseRelatedPersonCommunicationComponent
(com.google.gson.JsonObject json) XmlParser.parseRelatedPersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRelatedPersonCommunicationComponent
(String name, RelatedPerson.RelatedPersonCommunicationComponent element) protected void
RdfParser.composeRelatedPersonCommunicationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RelatedPerson.RelatedPersonCommunicationComponent element, int index) protected void
XmlParser.composeRelatedPersonCommunicationComponent
(String name, RelatedPerson.RelatedPersonCommunicationComponent element) protected void
XmlParser.composeRelatedPersonCommunicationComponentElements
(RelatedPerson.RelatedPersonCommunicationComponent element) protected void
JsonParser.composeRelatedPersonCommunicationComponentProperties
(RelatedPerson.RelatedPersonCommunicationComponent element) protected boolean
XmlParser.parseRelatedPersonCommunicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson.RelatedPersonCommunicationComponent res) protected void
JsonParser.parseRelatedPersonCommunicationComponentProperties
(com.google.gson.JsonObject json, RelatedPerson.RelatedPersonCommunicationComponent res) -
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionRelatedPerson.communication
A language which may be used to communicate with the related person about the patient's health.Modifier and TypeMethodDescriptionRelatedPerson.addCommunication()
RelatedPerson.RelatedPersonCommunicationComponent.copy()
RelatedPerson.getCommunicationFirstRep()
RelatedPerson.RelatedPersonCommunicationComponent.setLanguage
(CodeableConcept value) RelatedPerson.RelatedPersonCommunicationComponent.setPreferred
(boolean value) RelatedPerson.RelatedPersonCommunicationComponent.setPreferredElement
(BooleanType value) Modifier and TypeMethodDescriptionRelatedPerson.addCommunication
(RelatedPerson.RelatedPersonCommunicationComponent t) void
RelatedPerson.RelatedPersonCommunicationComponent.copyValues
(RelatedPerson.RelatedPersonCommunicationComponent dst) Modifier and TypeMethodDescriptionRelatedPerson.setCommunication
(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication)