public static class ValueSet.ComposeIncludeFilter extends BaseIdentifiableElement implements IResourceBlock
Definition: Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
| Constructor and Description |
|---|
ComposeIncludeFilter() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getOp()
Gets the value(s) for op ().
|
BoundCodeDt<FilterOperatorEnum> |
getOpElement()
Gets the value(s) for op ().
|
String |
getProperty()
Gets the value(s) for property ().
|
CodeDt |
getPropertyElement()
Gets the value(s) for property ().
|
String |
getValue()
Gets the value(s) for value ().
|
CodeDt |
getValueElement()
Gets the value(s) for value ().
|
boolean |
isEmpty() |
ValueSet.ComposeIncludeFilter |
setOp(BoundCodeDt<FilterOperatorEnum> theValue)
Sets the value(s) for op ()
|
ValueSet.ComposeIncludeFilter |
setOp(FilterOperatorEnum theValue)
Sets the value(s) for op ()
|
ValueSet.ComposeIncludeFilter |
setProperty(CodeDt theValue)
Sets the value(s) for property ()
|
ValueSet.ComposeIncludeFilter |
setProperty(String theCode)
Sets the value for property ()
|
ValueSet.ComposeIncludeFilter |
setValue(CodeDt theValue)
Sets the value(s) for value ()
|
ValueSet.ComposeIncludeFilter |
setValue(String theCode)
Sets the value for value ()
|
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 ComposeIncludeFilter()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeDt getPropertyElement()
null.
Definition: A code that identifies a property defined in the code system
public String getProperty()
null.
Definition: A code that identifies a property defined in the code system
public ValueSet.ComposeIncludeFilter setProperty(CodeDt theValue)
Definition: A code that identifies a property defined in the code system
public ValueSet.ComposeIncludeFilter setProperty(String theCode)
Definition: A code that identifies a property defined in the code system
public BoundCodeDt<FilterOperatorEnum> getOpElement()
null.
Definition: The kind of operation to perform as a part of the filter criteria
public String getOp()
null.
Definition: The kind of operation to perform as a part of the filter criteria
public ValueSet.ComposeIncludeFilter setOp(BoundCodeDt<FilterOperatorEnum> theValue)
Definition: The kind of operation to perform as a part of the filter criteria
public ValueSet.ComposeIncludeFilter setOp(FilterOperatorEnum theValue)
Definition: The kind of operation to perform as a part of the filter criteria
public CodeDt getValueElement()
null.
Definition: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value
public String getValue()
null.
Definition: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value
public ValueSet.ComposeIncludeFilter setValue(CodeDt theValue)
Definition: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value
public ValueSet.ComposeIncludeFilter setValue(String theCode)
Definition: The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value
Copyright © 2014–2016 University Health Network. All rights reserved.