public static class Group.Characteristic extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Identifies the traits shared by members of the group
| Constructor and Description |
|---|
Characteristic() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
Boolean |
getExclude()
Gets the value(s) for exclude ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getExcludeElement()
Gets the value(s) for exclude ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
ca.uhn.fhir.model.api.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(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for exclude ()
|
Group.Characteristic |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Group.Characteristic |
setValue(ca.uhn.fhir.model.api.IDatatype theValue)
Sets the value(s) for value[x] ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Characteristic()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.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(ca.uhn.fhir.model.api.IDatatype theValue)
Definition: The value of the trait that holds (or does not hold - see 'exclude') for members of the group
public ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.