Class CodeFilterElement
java.lang.Object
org.opencds.cqf.cql.engine.elm.execution.Executable
org.cqframework.cql.elm.execution.Element
org.cqframework.cql.elm.execution.CodeFilterElement
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class CodeFilterElement
extends Element
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The CodeFilterElement type specifies a terminology filter criteria for use within a retrieve, specified as either [property] [comparator] [value] or [search] [comparator] [value].
Java class for CodeFilterElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeFilterElement">
<complexContent>
<extension base="{urn:hl7-org:elm:r1}Element">
<sequence>
<element name="value" type="{urn:hl7-org:elm:r1}Expression"/>
</sequence>
<attribute name="property" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="valueSetProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="search" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="comparator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Expressionprotected StringFields inherited from class org.cqframework.cql.elm.execution.Element
annotation, localId, locator, resultTypeName, resultTypeSpecifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the comparator property.Gets the value of the property property.Gets the value of the search property.getValue()Gets the value of the value property.Gets the value of the valueSetProperty property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetComparator(String value) Sets the value of the comparator property.voidsetProperty(String value) Sets the value of the property property.voidSets the value of the search property.voidsetValue(Expression value) Sets the value of the value property.voidsetValueSetProperty(String value) Sets the value of the valueSetProperty property.toString()withAnnotation(Collection<CqlToElmBase> values) withAnnotation(CqlToElmBase... values) withComparator(String value) withLocalId(String value) withLocator(String value) withProperty(String value) withResultTypeName(QName value) withSearch(String value) withValue(Expression value) withValueSetProperty(String value) Methods inherited from class org.cqframework.cql.elm.execution.Element
getAnnotation, getLocalId, getLocator, getResultTypeName, getResultTypeSpecifier, setLocalId, setLocator, setResultTypeName, setResultTypeSpecifierMethods inherited from class org.opencds.cqf.cql.engine.elm.execution.Executable
evaluate, internalEvaluate
-
Field Details
-
value
-
property
-
valueSetProperty
-
search
-
comparator
-
-
Constructor Details
-
CodeFilterElement
public CodeFilterElement()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
Expression
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isExpression
-
getProperty
Gets the value of the property property.- Returns:
- possible object is
String
-
setProperty
Sets the value of the property property.- Parameters:
value- allowed object isString
-
getValueSetProperty
Gets the value of the valueSetProperty property.- Returns:
- possible object is
String
-
setValueSetProperty
Sets the value of the valueSetProperty property.- Parameters:
value- allowed object isString
-
getSearch
Gets the value of the search property.- Returns:
- possible object is
String
-
setSearch
Sets the value of the search property.- Parameters:
value- allowed object isString
-
getComparator
Gets the value of the comparator property.- Returns:
- possible object is
String
-
setComparator
Sets the value of the comparator property.- Parameters:
value- allowed object isString
-
withValue
-
withProperty
-
withValueSetProperty
-
withSearch
-
withComparator
-
withAnnotation
- Overrides:
withAnnotationin classElement
-
withAnnotation
- Overrides:
withAnnotationin classElement
-
withResultTypeSpecifier
- Overrides:
withResultTypeSpecifierin classElement
-
withLocalId
- Overrides:
withLocalIdin classElement
-
withLocator
- Overrides:
withLocatorin classElement
-
withResultTypeName
- Overrides:
withResultTypeNamein classElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-