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