Package | Description |
---|---|
oracle.hsgbu.hdr.hl7.query |
Contains the query component classes used to build a RIM-based query in CTB.
|
oracle.hsgbu.hdr.hl7.rim.factories |
This package contains factory classes for the RIM, datatype, domain, and query classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActAttributeCriteria
Attribute criteria for the
Act RIM class. |
interface |
ActConnectiveCriteria
Connective criteria for the
Act RIM class. |
interface |
ActCriteria
Base criteria for the
Act RIM class. |
interface |
ActRelationshipAttributeCriteria
Attribute criteria for the
ActRelationship RIM class. |
interface |
ActRelationshipConnectiveCriteria
Connective criteria for the
ActRelationship RIM class. |
interface |
ActRelationshipCriteria
Base criteria for the
ActRelationship RIM class. |
interface |
ADAttributeCriteria
Attribute criteria for the
AD data type. |
interface |
ADConnectiveCriteria
Connective criteria for the
AD data type. |
interface |
ADCriteria
Base criteria for the
AD data type. |
interface |
ADXPAttributeCriteria
Attribute criteria for the
ADXP data type. |
interface |
ADXPConnectiveCriteria
Connective criteria for the
ADXP data type. |
interface |
ADXPCriteria
Base criteria for the
ADXP data type. |
interface |
ClassificationAttributeCriteria
Attribute criteria for Classifications on coded types.
|
interface |
ClassificationConnectiveCriteria
Connective criteria for Classifications on coded types.
|
interface |
ClassificationCriteria
Base criteria for Classfications on coded types.
|
interface |
CodedTypeAttributeCriteria
Attribute criteria for Coded Types, such as
CD . |
interface |
CodedTypeConnectiveCriteria
Connective criteria for the
CodedType data type. |
interface |
CodedTypeCriteria
Base criteria for Coded Types, such as
CD . |
interface |
EDAttributeCriteria
Attribute criteria for the
ED data type. |
interface |
EDConnectiveCriteria
Connective criteria for the
ED data type. |
interface |
EDCriteria
Base criteria for the
ED data type. |
interface |
ENAttributeCriteria
Attribute criteria for the
EN data type. |
interface |
ENConnectiveCriteria
Connective criteria for the
EN data type. |
interface |
ENCriteria
Base criteria for the
EN data type. |
interface |
EntityAttributeCriteria
Attribute criteria for the
Entity RIM class. |
interface |
EntityConnectiveCriteria
Connective criteria for the
Entity RIM class. |
interface |
EntityCriteria
Base criteria for the
Entity RIM class. |
interface |
ENXPAttributeCriteria
Attribute criteria for the
ENXP data type. |
interface |
ENXPConnectiveCriteria
Connective criteria for the
ENXP data type. |
interface |
ENXPCriteria
Base criteria for the
ENXP data type. |
interface |
GTSAttributeCriteria
Attribute criteria for the
GTS data type. |
interface |
GTSConnectiveCriteria
Connective criteria for the
GTS data type. |
interface |
GTSCriteria
Base criteria for the
GTS data type. |
interface |
IVL_INTAttributeCriteria
Attribute criteria for the
IVL<INT> data type. |
interface |
IVL_MOAttributeCriteria
Attribute criteria for the
IVL<MO> data type. |
interface |
IVL_PQAttributeCriteria
Attribute criteria for the
IVL<PQ> data type. |
interface |
IVL_REALAttributeCriteria
Attribute criteria for the
IVL<REAL> data type. |
interface |
IVL_TSAttributeCriteria
Attribute criteria for the
IVL<TS> data type. |
interface |
IVLConnectiveCriteria<T extends ANY>
Connective criteria for the
IVL<T> data type. |
interface |
IVLCriteria<T extends ANY>
Attribute criteria for the
IVL data type. |
interface |
LanguageCommunicationAttributeCriteria
Attribute criteria for the
LanguageCommunication RIM class. |
interface |
LanguageCommunicationConnectiveCriteria
Connective criteria for the
LanguageCommunication RIM class. |
interface |
LanguageCommunicationCriteria
Base criteria for the
LanguageCommunication RIM class. |
interface |
MOAttributeCriteria
Attribute criteria for the
MO data type. |
interface |
MOConnectiveCriteria
Connective criteria for the
MO data type. |
interface |
MOCriteria
Base criteria for the
MO data type. |
interface |
ParticipationAttributeCriteria
Attribute criteria for the
Participation RIM class. |
interface |
ParticipationConnectiveCriteria
Connective criteria for the
Participation RIM class. |
interface |
ParticipationCriteria
Base criteria for the
Participation RIM class. |
interface |
PQAttributeCriteria
Attribute criteria for the
PQ data type. |
interface |
PQConnectiveCriteria
Connective criteria for the
PQ data type. |
interface |
PQCriteria
Base criteria for the
PQ data type. |
interface |
RoleAttributeCriteria
Attribute criteria for the
Role RIM class. |
interface |
RoleConnectiveCriteria
Connective criteria for the
Role RIM class. |
interface |
RoleCriteria
Base criteria for the
Role RIM class. |
interface |
RTO_MO_PQAttributeCriteria
Attribute criteria for the
RTO<MO,PQ> data type. |
interface |
RTO_PQAttributeCriteria
Attribute criteria for the
RTO<PQ,PQ> data type. |
interface |
RTOConnectiveCriteria<N extends ANY,D extends ANY>
Connective criteria for the
RTO<N, D> data type. |
interface |
RTOCriteria<N extends ANY,D extends ANY>
Base criteria for the
RTO<N, D> data type. |
interface |
SCAttributeCriteria
Attribute criteria for the
SC data type. |
interface |
SCConnectiveCriteria
Connective criteria for the
SC data type. |
interface |
SCCriteria
Base criteria for the
SC data type. |
interface |
TELAttributeCriteria
Attribute criteria for the
TEL data type. |
interface |
TELConnectiveCriteria
Connective criteria for the
TEL data type. |
interface |
TELCriteria
Base criteria for the
TEL data type. |
Modifier and Type | Method and Description |
---|---|
Criteria |
Criteria.newInstance()
Constructs a new, empty criteria instance of the same type as this
criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
ActAttributeCriteria.setValue(Criteria criteria)
Sets the predicate for the
Value attribute. |
Modifier and Type | Method and Description |
---|---|
Criteria |
QueryComponentFactory.and(Criteria[] exprs)
Connects a set of query expressions with a logical
and condition. |
Criteria |
QueryComponentFactory.and(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
Criteria |
QueryComponentFactory.not(Criteria expr)
Creates a logical negation or a
not of the condition represented by expr . |
Criteria |
QueryComponentFactory.or(Criteria[] exprs)
Connects a set of query expressions with a logical
or condition. |
Criteria |
QueryComponentFactory.or(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
Modifier and Type | Method and Description |
---|---|
Criteria |
QueryComponentFactory.and(Criteria[] exprs)
Connects a set of query expressions with a logical
and condition. |
Criteria |
QueryComponentFactory.and(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
Criteria |
QueryComponentFactory.not(Criteria expr)
Creates a logical negation or a
not of the condition represented by expr . |
Criteria |
QueryComponentFactory.or(Criteria[] exprs)
Connects a set of query expressions with a logical
or condition. |
Criteria |
QueryComponentFactory.or(Criteria one,
Criteria two)
Convenience form of
and(Criteria[] exprs) . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved