
Uses of Class
org.hl7.fhir.r5.model.RelatedPerson.RelatedPersonCommunicationComponent
Packages that use RelatedPerson.RelatedPersonCommunicationComponent
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionJsonParser.parseRelatedPersonCommunicationComponent
(com.google.gson.JsonObject json) XmlParser.parseRelatedPersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeFieldDescriptionRelatedPerson.communication
A language which may be used to communicate with the related person about the patient's health.Methods in org.hl7.fhir.r5.model that return RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.addCommunication()
RelatedPerson.RelatedPersonCommunicationComponent.copy()
RelatedPerson.getCommunicationFirstRep()
RelatedPerson.RelatedPersonCommunicationComponent.setLanguage
(CodeableConcept value) RelatedPerson.RelatedPersonCommunicationComponent.setPreferred
(boolean value) RelatedPerson.RelatedPersonCommunicationComponent.setPreferredElement
(BooleanType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type RelatedPerson.RelatedPersonCommunicationComponentMethods in org.hl7.fhir.r5.model with parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.addCommunication
(RelatedPerson.RelatedPersonCommunicationComponent t) void
RelatedPerson.RelatedPersonCommunicationComponent.copyValues
(RelatedPerson.RelatedPersonCommunicationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.setCommunication
(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication)