![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Patient.PatientCommunicationComponent
Packages that use Patient.PatientCommunicationComponent
-
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Patient.PatientCommunicationComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type Patient.PatientCommunicationComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type Patient.PatientCommunicationComponentModifier and TypeFieldDescriptionprotected List
<Patient.PatientCommunicationComponent> Patient.communication
A language which may be used to communicate with the patient about his or her health.Methods in org.hl7.fhir.r4.model that return Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionPatient.addCommunication()
Patient.PatientCommunicationComponent.copy()
Patient.getCommunicationFirstRep()
Patient.PatientCommunicationComponent.setLanguage
(CodeableConcept value) Patient.PatientCommunicationComponent.setPreferred
(boolean value) Patient.PatientCommunicationComponent.setPreferredElement
(BooleanType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Patient.PatientCommunicationComponentMethods in org.hl7.fhir.r4.model with parameters of type Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionvoid
Patient.PatientCommunicationComponent.copyValues
(Patient.PatientCommunicationComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionPatient.setCommunication
(List<Patient.PatientCommunicationComponent> theCommunication)