Class ValueSet.ComposeIncludeFilter

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.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

public static class ValueSet.ComposeIncludeFilter extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ValueSet.compose.include.filter ()

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 Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.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 interface ca.uhn.fhir.model.api.ICompositeElement
    • getPropertyElement

      public ca.uhn.fhir.model.primitive.CodeDt getPropertyElement()
      Gets the value(s) for property (). creating it if it does not exist. Will not return null.

      Definition: A code that identifies a property defined in the code system

    • getProperty

      public String getProperty()
      Gets the value(s) for property (). creating it if it does not exist. This method may return null.

      Definition: A code that identifies a property defined in the code system

    • setProperty

      public ValueSet.ComposeIncludeFilter setProperty(ca.uhn.fhir.model.primitive.CodeDt theValue)
      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

      public ca.uhn.fhir.model.primitive.BoundCodeDt<FilterOperatorEnum> getOpElement()
      Gets the value(s) for op (). creating it if it does not exist. Will not return null.

      Definition: The kind of operation to perform as a part of the filter criteria

    • getOp

      public String getOp()
      Gets the value(s) for op (). creating it if it does not exist. This method may return null.

      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

      public ca.uhn.fhir.model.primitive.CodeDt getValueElement()
      Gets the value(s) for value (). creating it if it does not exist. Will not return 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

    • getValue

      public String getValue()
      Gets the value(s) for value (). creating it if it does not exist. This method may return 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

    • setValue

      public ValueSet.ComposeIncludeFilter setValue(ca.uhn.fhir.model.primitive.CodeDt theValue)
      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