Uses of Class
org.hl7.fhir.r4.model.Patient.PatientCommunicationComponent
-
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Patient.PatientCommunicationComponent
JsonParser.parsePatientPatientCommunicationComponent
(com.google.gson.JsonObject json, Patient owner) protected Patient.PatientCommunicationComponent
XmlParser.parsePatientPatientCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp, Patient owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composePatientPatientCommunicationComponent
(String name, Patient.PatientCommunicationComponent element) protected void
RdfParser.composePatientPatientCommunicationComponent
(Turtle.Complex parent, String parentType, String name, Patient.PatientCommunicationComponent element, int index) protected void
XmlParser.composePatientPatientCommunicationComponent
(String name, Patient.PatientCommunicationComponent element) protected void
XmlParser.composePatientPatientCommunicationComponentElements
(Patient.PatientCommunicationComponent element) protected void
JsonParser.composePatientPatientCommunicationComponentInner
(Patient.PatientCommunicationComponent element) protected boolean
XmlParser.parsePatientPatientCommunicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.PatientCommunicationComponent res) protected void
JsonParser.parsePatientPatientCommunicationComponentProperties
(com.google.gson.JsonObject json, Patient owner, Patient.PatientCommunicationComponent res) -
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.r4.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)