Class ValueSet.ComposeIncludeFilter
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
ValueSet
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.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) getOp()
Gets the value(s) for op ().ca.uhn.fhir.model.primitive.BoundCodeDt
<FilterOperatorEnum> Gets the value(s) for op ().Gets the value(s) for property ().ca.uhn.fhir.model.primitive.CodeDt
Gets the value(s) for property ().getValue()
Gets the value(s) for value ().ca.uhn.fhir.model.primitive.CodeDt
Gets the value(s) for value ().boolean
isEmpty()
setOp
(FilterOperatorEnum theValue) Sets the value(s) for op ()setOp
(ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum> theValue) Sets the value(s) for op ()setProperty
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for property ()setProperty
(String theCode) Sets the value for property ()setValue
(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for value ()Sets the value for value ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
ComposeIncludeFilter
public ComposeIncludeFilter()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getPropertyElement
Gets the value(s) for property (). creating it if it does not exist. Will not returnnull
.Definition: A code that identifies a property defined in the code system
-
getProperty
Gets the value(s) for property (). creating it if it does not exist. This method may returnnull
.Definition: A code that identifies a property defined in the code system
-
setProperty
Sets the value(s) for property ()Definition: A code that identifies a property defined in the code system
-
setProperty
Sets the value for property ()Definition: A code that identifies a property defined in the code system
-
getOpElement
Gets the value(s) for op (). creating it if it does not exist. Will not returnnull
.Definition: The kind of operation to perform as a part of the filter criteria
-
getOp
Gets the value(s) for op (). creating it if it does not exist. This method may returnnull
.Definition: The kind of operation to perform as a part of the filter criteria
-
setOp
public ValueSet.ComposeIncludeFilter setOp(ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum> theValue) Sets the value(s) for op ()Definition: The kind of operation to perform as a part of the filter criteria
-
setOp
Sets the value(s) for op ()Definition: The kind of operation to perform as a part of the filter criteria
-
getValueElement
Gets the value(s) for value (). creating it if it does not exist. Will not returnnull
.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
-
getValue
Gets the value(s) for value (). creating it if it does not exist. This method may returnnull
.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
-
setValue
Sets the value(s) for value ()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
-
setValue
Sets the value for value ()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
-