
Uses of Class
org.hl7.fhir.r5.model.Patient.PatientCommunicationComponent
Packages that use Patient.PatientCommunicationComponent
- 
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionprotected Patient.PatientCommunicationComponentJsonParser.parsePatientCommunicationComponent(com.google.gson.JsonObject json) protected Patient.PatientCommunicationComponentXmlParser.parsePatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) protected voidRdfParser.composePatientCommunicationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Patient.PatientCommunicationComponent element, int index) protected voidXmlParser.composePatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) protected voidXmlParser.composePatientCommunicationComponentElements(Patient.PatientCommunicationComponent element) protected voidJsonParser.composePatientCommunicationComponentProperties(Patient.PatientCommunicationComponent element) protected booleanXmlParser.parsePatientCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient.PatientCommunicationComponent res) protected voidJsonParser.parsePatientCommunicationComponentProperties(com.google.gson.JsonObject json, Patient.PatientCommunicationComponent res) 
- 
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type Patient.PatientCommunicationComponentModifier and TypeFieldDescriptionprotected List<Patient.PatientCommunicationComponent> Patient.communicationA language which may be used to communicate with the patient about his or her health.Methods in org.hl7.fhir.r5.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.r5.model that return types with arguments of type Patient.PatientCommunicationComponentMethods in org.hl7.fhir.r5.model with parameters of type Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionvoidPatient.PatientCommunicationComponent.copyValues(Patient.PatientCommunicationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Patient.PatientCommunicationComponentModifier and TypeMethodDescriptionPatient.setCommunication(List<Patient.PatientCommunicationComponent> theCommunication)