Uses of Class
org.hl7.fhir.dstu2.model.Patient.PatientCommunicationComponent
-
Packages that use Patient.PatientCommunicationComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Patient.PatientCommunicationComponent Modifier and Type Method Description protected Patient.PatientCommunicationComponentJsonParser. parsePatientPatientCommunicationComponent(com.google.gson.JsonObject json, Patient owner)protected Patient.PatientCommunicationComponentXmlParser. parsePatientPatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Patient.PatientCommunicationComponent Modifier and Type Method Description protected voidJsonParser. composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element)protected voidXmlParser. composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element)protected voidJsonParser. composePatientPatientCommunicationComponentInner(Patient.PatientCommunicationComponent element) -
Uses of Patient.PatientCommunicationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Patient.PatientCommunicationComponent Modifier and Type Field Description protected List<Patient.PatientCommunicationComponent>Patient. communicationLanguages which may be used to communicate with the patient about his or her health.Methods in org.hl7.fhir.dstu2.model that return Patient.PatientCommunicationComponent Modifier and Type Method Description Patient.PatientCommunicationComponentPatient. addCommunication()Patient.PatientCommunicationComponentPatient.PatientCommunicationComponent. copy()Patient.PatientCommunicationComponentPatient.PatientCommunicationComponent. setLanguage(CodeableConcept value)Patient.PatientCommunicationComponentPatient.PatientCommunicationComponent. setPreferred(boolean value)Patient.PatientCommunicationComponentPatient.PatientCommunicationComponent. setPreferredElement(BooleanType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Patient.PatientCommunicationComponent Modifier and Type Method Description List<Patient.PatientCommunicationComponent>Patient. getCommunication()Methods in org.hl7.fhir.dstu2.model with parameters of type Patient.PatientCommunicationComponent Modifier and Type Method Description PatientPatient. addCommunication(Patient.PatientCommunicationComponent t)
-