public interface MasterCatalogQueryCriteria extends DependentQueryCriteria, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVE_FLAG
Active flag for
MasterCatalog entry. |
static String |
CLASS_CODE
Class code of
MasterCatalog entry. |
static String |
CODE
Concept code of
MasterCatalog entry. |
static String |
CODE_SYSTEM_NAME
Concept code name of
MasterCatalog entry. |
static String |
CODE_TYPE
Code type of
MasterCatalog entry. |
static String |
CODE_VERSION
Concept code version of
MasterCatalog entry. |
ASC, CONTAINS, DESC, EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUAL_TO, IN, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL_TO, LIKE, NOT_EQUALS, NOT_IN, NOT_LIKE
Modifier and Type | Method and Description |
---|---|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
equalsActiveFlag(String activeFlag)
Gets the search term with the given value of ACTIVE_FLAG
|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
equalsClassCode(String classCode)
Gets the search term with the given value of CLASS_CODE
|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
equalsCode(CD code)
Gets the search term with the given value of CODE
|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
equalsCode(String codeSystemName,
String codeSystemVersion,
String code)
Gets the search term with the given value of CODE_SYSTEM_NAME, CODE_VERSION, CODE
|
oracle.hsgbu.hdr.fwk.base.common.SearchTerm |
equalsCodeType(String codeType)
Gets the search term with the given value of CODE_TYPE
|
and, getRootSearchTerm, not, or, setRootSearchTerm
getCTBAttributeFetchMap, setCTBAttributeFetchMap
static final String CLASS_CODE
MasterCatalog
entry.static final String CODE_TYPE
MasterCatalog
entry.static final String CODE_SYSTEM_NAME
MasterCatalog
entry.static final String CODE_VERSION
MasterCatalog
entry.static final String CODE
MasterCatalog
entry.static final String ACTIVE_FLAG
MasterCatalog
entry.oracle.hsgbu.hdr.fwk.base.common.SearchTerm equalsClassCode(String classCode)
Gets the search term with the given value of CLASS_CODE
classCode
- Class code value with which the search attribute is compared. This defines the search condition. For example, Attribute EQUALS
Value.oracle.hsgbu.hdr.fwk.base.common.SearchTerm equalsCodeType(String codeType)
Gets the search term with the given value of CODE_TYPE
codeType
- Value with which the search attribute is compared. This defines the search condition. For example, Attribute EQUALS
Value.oracle.hsgbu.hdr.fwk.base.common.SearchTerm equalsCode(String codeSystemName, String codeSystemVersion, String code)
Gets the search term with the given value of CODE_SYSTEM_NAME, CODE_VERSION, CODE
codeSystemName
- Value of coding scheme name.codeSystemVersion
- Value of code version.code
- Value of code.
An ETSId associated to master catalog can uniquely be identified using CODE_SYSTEM_NAME, CODE_VERSION, CODE. Depending on user specified values for the three parameters, ETSIds will be found out, and the method will return the search term with corresponding value of ETSId.oracle.hsgbu.hdr.fwk.base.common.SearchTerm equalsCode(CD code)
Gets the search term with the given value of CODE
code
- Value of code (in CD datatype)
Depending on code, ETSIds will be found out, and the method will return the search term with corresponding value of ETSId.oracle.hsgbu.hdr.fwk.base.common.SearchTerm equalsActiveFlag(String activeFlag)
Gets the search term with the given value of ACTIVE_FLAG
activeFlag
- Value with which the search attribute is compared. This defines the search condition. For example, Attribute EQUALS
Value.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved