Package | Description |
---|---|
oracle.hsgbu.hdr.hl7 |
Contains RIM-specific classes, types, and services for persisting and querying
of RIM data.
|
oracle.hsgbu.hdr.hl7.query |
Contains the query component classes used to build a RIM-based query in CTB.
|
oracle.hsgbu.hdr.hl7.rim | |
oracle.hsgbu.hdr.hl7.rim.factories |
This package contains factory classes for the RIM, datatype, domain, and query classes.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
RimService.queryParticipations(ServiceLocator sl,
ParticipationFetch fetch)
This convenience method provides the user a way to query
Participations without the need of wrapping the
ParticipationFetch in a ControlAct and then unwrapping the
ControlAct returned from the RimService submit API call
|
Modifier and Type | Method and Description |
---|---|
void |
ActFetch.addParticipationFetch(ParticipationFetch participationFetch)
Retrieves the
Participations . |
void |
RoleFetch.addParticipationFetch(ParticipationFetch participationFetch)
Retrieves the
Participations . |
Modifier and Type | Method and Description |
---|---|
Iterator |
Act.getParticipations(ParticipationFetch participationFetch)
Gets participations returned based on this fetch object for the act.
|
Iterator |
Role.getParticipations(ParticipationFetch partFetch)
Gets participations returned based on this fetch object.
|
Modifier and Type | Method and Description |
---|---|
ParticipationFetch |
QueryComponentFactory.newParticipationFetch()
Constructs a new
ParticipationFetch without a ParticipationCriteria . |
ParticipationFetch |
QueryComponentFactory.newParticipationFetch(ParticipationCriteria criteria)
Constructs a new
ParticipationFetch and sets the supplied ParticipationCriteria as its
criteria. |
ParticipationFetch |
QueryComponentFactory.newParticipationFetch(ParticipationCriteria participationCriteria,
int versioningType)
Constructs a new
ParticipationFetch and sets the supplied ParticipationCriteria and
versioning behavior on it. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved