Package | Description |
---|---|
oracle.hsgbu.hdr.hl7.rim.factories |
This package contains factory classes for the RIM, datatype, domain, and query classes.
|
Modifier and Type | Field and Description |
---|---|
static ReferenceModifier |
ReferenceModifier.CREATE_IF
This modifier indicates that a reference is to a non-existent object that
ought to be created.
|
static ReferenceModifier |
ReferenceModifier.CREATE_OR_OVERLAY
This modifier indicates that a reference is either to a non-existent
object or to an exisiting object.
|
static ReferenceModifier |
ReferenceModifier.CREATE_OR_UPDATE
This modifier indicates that a reference is either to a non-existent
object or to an exisiting object.
|
static ReferenceModifier |
ReferenceModifier.MUST_EXIST
This modifier indicates that a reference is to an object already in the
database.
|
static ReferenceModifier |
ReferenceModifier.OVERLAY
This modifier indicates that a reference is to an object already in the
database and that object should be overlayed with any values set on the
the reference.
|
static ReferenceModifier |
ReferenceModifier.UPDATE
This modifier indicates that a reference is to an object already in the
database and that object should be updated with any values set on the
reference.
|
Modifier and Type | Field and Description |
---|---|
static List<ReferenceModifier> |
ReferenceModifier.VALUES
A public collection of all values in the enumeration.
|
Modifier and Type | Method and Description |
---|---|
int |
ReferenceModifier.compareTo(ReferenceModifier that)
Compares the value of two reference type and returns zero if they are
same, else returns non-zero value.
|
abstract Entity |
EntityFactory.makeReference(ReferenceModifier modifier,
CS entityClass,
CE code,
CS determiner,
SET<II> id,
int versionNumber)
Creates a reference to an object that is assumed to already exist in HDR.
|
abstract Role |
RoleFactory.makeReference(ReferenceModifier modifier,
CS roleClass,
CE code,
Entity player,
Entity scoper,
SET<II> id,
int versionNumber)
Creates a reference to an object that is assumed to already exist in HDR.
|
abstract Act |
ActFactory.makeReference(ReferenceModifier modifier,
CS actClass,
CS moodCode,
CD code,
SET<II> id,
int versionNumber)
Creates a reference to an object that is assumed to already exist in HDR.
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved