Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Communication
-
Packages that use Patient.Communication Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Patient.Communication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Patient.Communication Modifier and Type Method Description Patient.CommunicationPatient. addCommunication()Adds and returns a new value for communication ()Patient.CommunicationPatient. getCommunicationFirstRep()Gets the first repetition for communication (), creating it if it does not already exist.Patient.CommunicationPatient.Communication. setLanguage(CodeableConceptDt theValue)Sets the value(s) for language ()Patient.CommunicationPatient.Communication. setPreferred(boolean theBoolean)Sets the value for preferred ()Patient.CommunicationPatient.Communication. setPreferred(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for preferred ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Patient.Communication Modifier and Type Method Description List<Patient.Communication>Patient. getCommunication()Gets the value(s) for communication ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Patient.Communication Modifier and Type Method Description PatientPatient. addCommunication(Patient.Communication theValue)Adds a given new value for communication ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Patient.Communication Modifier and Type Method Description PatientPatient. setCommunication(List<Patient.Communication> theValue)Sets the value(s) for communication ()
-