| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Patient.Communication |
Patient.addCommunication()
Adds and returns a new value for communication ()
|
Patient.Communication |
Patient.getCommunicationFirstRep()
Gets the first repetition for communication (),
creating it if it does not already exist.
|
Patient.Communication |
Patient.Communication.setLanguage(CodeableConceptDt theValue)
Sets the value(s) for language ()
|
Patient.Communication |
Patient.Communication.setPreferred(boolean theBoolean)
Sets the value for preferred ()
|
Patient.Communication |
Patient.Communication.setPreferred(BooleanDt theValue)
Sets the value(s) for preferred ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Patient.Communication> |
Patient.getCommunication()
Gets the value(s) for communication ().
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.addCommunication(Patient.Communication theValue)
Adds a given new value for communication ()
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
Patient.setCommunication(List<Patient.Communication> theValue)
Sets the value(s) for communication ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.