public static class Patient.Communication extends BaseIdentifiableElement implements IResourceBlock
Definition: Languages which may be used to communicate with the patient about his or her health
| Constructor and Description |
|---|
Communication() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getLanguage()
Gets the value(s) for language ().
|
Boolean |
getPreferred()
Gets the value(s) for preferred ().
|
BooleanDt |
getPreferredElement()
Gets the value(s) for preferred ().
|
boolean |
isEmpty() |
Patient.Communication |
setLanguage(CodeableConceptDt theValue)
Sets the value(s) for language ()
|
Patient.Communication |
setPreferred(boolean theBoolean)
Sets the value for preferred ()
|
Patient.Communication |
setPreferred(BooleanDt theValue)
Sets the value(s) for preferred ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Communication()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getLanguage()
null.
Definition: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English
public Patient.Communication setLanguage(CodeableConceptDt theValue)
Definition: The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English
public BooleanDt getPreferredElement()
null.
Definition: Indicates whether or not the patient prefers this language (over other languages he masters up a certain level)
public Boolean getPreferred()
null.
Definition: Indicates whether or not the patient prefers this language (over other languages he masters up a certain level)
public Patient.Communication setPreferred(BooleanDt theValue)
Definition: Indicates whether or not the patient prefers this language (over other languages he masters up a certain level)
public Patient.Communication setPreferred(boolean theBoolean)
Definition: Indicates whether or not the patient prefers this language (over other languages he masters up a certain level)
Copyright © 2014–2016 University Health Network. All rights reserved.