Uses of Class
org.hl7.fhir.r4.model.RelatedPerson.RelatedPersonCommunicationComponent
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseRelatedPersonRelatedPersonCommunicationComponent
(com.google.gson.JsonObject json, RelatedPerson owner) XmlParser.parseRelatedPersonRelatedPersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeRelatedPersonRelatedPersonCommunicationComponent
(String name, RelatedPerson.RelatedPersonCommunicationComponent element) protected void
RdfParser.composeRelatedPersonRelatedPersonCommunicationComponent
(Turtle.Complex parent, String parentType, String name, RelatedPerson.RelatedPersonCommunicationComponent element, int index) protected void
XmlParser.composeRelatedPersonRelatedPersonCommunicationComponent
(String name, RelatedPerson.RelatedPersonCommunicationComponent element) protected void
XmlParser.composeRelatedPersonRelatedPersonCommunicationComponentElements
(RelatedPerson.RelatedPersonCommunicationComponent element) protected void
JsonParser.composeRelatedPersonRelatedPersonCommunicationComponentInner
(RelatedPerson.RelatedPersonCommunicationComponent element) protected boolean
XmlParser.parseRelatedPersonRelatedPersonCommunicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) protected void
JsonParser.parseRelatedPersonRelatedPersonCommunicationComponentProperties
(com.google.gson.JsonObject json, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) -
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionRelatedPerson.communication
A language which may be used to communicate with 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)