public interface ClassificationAttributeCriteria extends ClassificationCriteria
Classification
ALL, ANY, CONTAINS, EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, NOT_EQUALS, NOT_LIKE
Modifier and Type | Method and Description |
---|---|
void |
includeEquivalentCodes(boolean useMappingEquivalence,
String equivalenceContext,
boolean depthAll)
Includes codes that are equivalent to the one represented by this
Criteria object in the predicate. |
void |
setCode(ST code)
Sets the
Code attribute on the CodedTypeCriteria
. |
void |
setCodeSystem(UID codeSystem)
Sets the
CodeSystem attribute on the
CodedTypeCriteria . |
void |
setCodeSystemName(ST codeSystemName)
Sets the
CodeSystemName attribute on the
CodedTypeCriteria . |
void |
setCodeSystemVersion(ST codeSystemVersion)
Sets the
CodeSystemVersion attribute on the
CodedTypeCriteria . |
void |
setQualifier(SearchOperator op,
CR[] qualifier)
Sets the
Qualifier attribute on the
CodedTypeCriteria . |
equals, hashCode, newInstance
void setCode(ST code)
Code
attribute on the CodedTypeCriteria
.code
- The code we want to match on. It is mandatory to set this
predicate. It cannot be null. The Predicate handler will throw a
RuntimeException if this predicate is not set, or if it is set
to null.void setCodeSystem(UID codeSystem)
CodeSystem
attribute on the
CodedTypeCriteria
. This is an unsupported operation on
ClassificationAttributeCriteria
. because with
Classification
s this is always set to
"2.16.840.1.113894.1004.100.100.2.6".codeSystem
- This predicate is ignored.void setCodeSystemName(ST codeSystemName)
CodeSystemName
attribute on the
CodedTypeCriteria
. This is an unsupported operation on
ClassificationAttributeCriteria
. because with
Classification
s this is always set to "ETSClassifications".codeSystemName
- This predicate is ignored.void setCodeSystemVersion(ST codeSystemVersion)
CodeSystemVersion
attribute on the
CodedTypeCriteria
. This is an unsupported operation on
ClassificationAttributeCriteria
, because with
Classification
s this is always set to
"ETSClassifications v1".codeSystemVersion
- This predicate is ignored.void setQualifier(SearchOperator op, CR[] qualifier)
Qualifier
attribute on the
CodedTypeCriteria
. This is an unsupported operation on
ClassificationAttributeCriteria
, as qualifiers do not apply
when using ClassificationCriteria
.op
- SearchOperator to be used for queryingqualifier
- This predicate is ignored.void includeEquivalentCodes(boolean useMappingEquivalence, String equivalenceContext, boolean depthAll)
Criteria
object in the predicate. This is an unsupported
operation on ClassificationAttributeCriteria
.useMappingEquivalence
- This predicate is ignored.equivalenceContext
- This predicate is ignored.depthAll
- This predicate is ignored.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved