Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Communication
-
Uses of Patient.Communication in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionPatient.addCommunication()
Adds and returns a new value for communication ()Patient.getCommunicationFirstRep()
Gets the first repetition for communication (), creating it if it does not already exist.Patient.Communication.setLanguage
(CodeableConceptDt theValue) Sets the value(s) for language ()Patient.Communication.setPreferred
(boolean theBoolean) Sets the value for preferred ()Patient.Communication.setPreferred
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for preferred ()Modifier and TypeMethodDescriptionPatient.getCommunication()
Gets the value(s) for communication ().Modifier and TypeMethodDescriptionPatient.addCommunication
(Patient.Communication theValue) Adds a given new value for communication ()Modifier and TypeMethodDescriptionPatient.setCommunication
(List<Patient.Communication> theValue) Sets the value(s) for communication ()