| 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.factories |
This package contains factory classes for the RIM, datatype, domain, and query classes.
|
| oracle.hsgbu.hdr.hl7.rim.types |
This package contains an implementation of a subset of the HL7 Abstract Data Types specification, to meet the needs of the HDR RIM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UID |
RimService.getInternalOID()
Gets the object identifier (OID) used as the root for HDR-assigned identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationAttributeCriteria.setCodeSystem(UID codeSystem)
Sets the
CodeSystem attribute on the
CodedTypeCriteria. |
void |
CodedTypeAttributeCriteria.setCodeSystem(UID codeSystem)
Sets the
CodeSystem attribute on the
CodedTypeCriteria. |
| Modifier and Type | Method and Description |
|---|---|
UID |
DataTypeFactory.newUID(String value)
Factory method for constructing a unique identifier
String. |
UID |
DataTypeFactory.nullUID(CS nullFlavor)
Factory method for constructing a
null unique identifier
String. |
| Modifier and Type | Method and Description |
|---|---|
CD |
DataTypeFactory.newCD(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText)
Factory method for instantiating a Concept Descriptor.
|
CD |
DataTypeFactory.newCD(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText,
LIST<CR> qualifier)
Factory method for instantiating a Concept Descriptor.
|
CD |
DataTypeFactory.newCD(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText,
LIST<CR> qualifier,
SET<CD> translation)
Factory method for instantiating a Concept Descriptor.
|
CE |
DataTypeFactory.newCE(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText)
Factory method for instantiating a coded with exceptions type.
|
CE |
DataTypeFactory.newCE(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText,
LIST<CR> qualifier) |
CE |
DataTypeFactory.newCE(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText,
LIST<CR> qualifier,
SET<CD> translation) |
CO |
DataTypeFactory.newCO(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText)
Factory method for instantiating a ordinal coded value.
|
CV |
DataTypeFactory.newCV(ST code,
UID codeSystem,
ST codeSystemName,
ST codeSystemVersion,
ED originalText)
Factory method for instantiating a coded value.
|
II |
DataTypeFactory.newII(UID root,
ST extension,
BL displayable)
Factory method for constructing an instance identifier.
|
II |
DataTypeFactory.newII(UID root,
ST extension,
BL displayable,
ST assigningAuthorityName)
Factory method for constructing an instance identifier.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OID
ISO Object Identifier
|
| Modifier and Type | Method and Description |
|---|---|
UID |
CD.codeSystem()
Specifies the code system that defines the code.
|
UID |
II.root()
The instance identifiers are unique across a broad class (Act, Entity,
non-owned Role) rather than across the finer grained classes of HL7.
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved