public static class Group.Characteristic extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies the traits shared by members of the group
| Constructor and Description |
|---|
Characteristic() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
Boolean |
getExclude()
Gets the value(s) for exclude ().
|
BooleanDt |
getExcludeElement()
Gets the value(s) for exclude ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
IDatatype |
getValue()
Gets the value(s) for value[x] ().
|
boolean |
isEmpty() |
Group.Characteristic |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
Group.Characteristic |
setExclude(boolean theBoolean)
Sets the value for exclude ()
|
Group.Characteristic |
setExclude(BooleanDt theValue)
Sets the value(s) for exclude ()
|
Group.Characteristic |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Group.Characteristic |
setValue(IDatatype theValue)
Sets the value(s) for value[x] ()
|
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 Characteristic()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getCode()
null.
Definition: A code that identifies the kind of trait being asserted
public Group.Characteristic setCode(CodeableConceptDt theValue)
Definition: A code that identifies the kind of trait being asserted
public IDatatype getValue()
null.
Definition: The value of the trait that holds (or does not hold - see 'exclude') for members of the group
public Group.Characteristic setValue(IDatatype theValue)
Definition: The value of the trait that holds (or does not hold - see 'exclude') for members of the group
public BooleanDt getExcludeElement()
null.
Definition: If true, indicates the characteristic is one that is NOT held by members of the group
public Boolean getExclude()
null.
Definition: If true, indicates the characteristic is one that is NOT held by members of the group
public Group.Characteristic setExclude(BooleanDt theValue)
Definition: If true, indicates the characteristic is one that is NOT held by members of the group
public Group.Characteristic setExclude(boolean theBoolean)
Definition: If true, indicates the characteristic is one that is NOT held by members of the group
public PeriodDt getPeriod()
null.
Definition: The period over which the characteristic is tested; e.g. the patient had an operation during the month of June
public Group.Characteristic setPeriod(PeriodDt theValue)
Definition: The period over which the characteristic is tested; e.g. the patient had an operation during the month of June
Copyright © 2014–2016 University Health Network. All rights reserved.