
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Patient.Communication
Packages that use Patient.Communication
-
Uses of Patient.Communication in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Patient.CommunicationModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Patient.CommunicationModifier and TypeMethodDescriptionPatient.getCommunication()
Gets the value(s) for communication ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Patient.CommunicationModifier and TypeMethodDescriptionPatient.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.CommunicationModifier and TypeMethodDescriptionPatient.setCommunication
(List<Patient.Communication> theValue) Sets the value(s) for communication ()