public interface OIDService
| Modifier and Type | Field and Description |
|---|---|
static String |
CDA_MMID
The constant value for the root name CDA_MMID
|
static String |
EMPI_DOMAIN
The constant value for the root name EMPIDOMAIN
|
static String |
EMPI_MASTER_ID
The constant value for the root name EMPIMASTERID
|
static String |
IDENTIFICATION_DEFAULT_ROOT
The constant value for the root name IDENTIFICATION_DEFAULT_ROOT
|
static String |
INTERNAL_ROOT
The constant value for the root name INTERNAL_ROOT
|
| Modifier and Type | Method and Description |
|---|---|
InternalOID[] |
getAllOIDs()
Retrieves all the
InternalOID value objects. |
InternalOID |
getOID(String rootName)
Retrieves the
InternalOID value object based on the specified
object identifier. |
void |
registerOID(InternalOID internalOID)
Creates the
Internal OID value object. |
static final String INTERNAL_ROOT
static final String EMPI_DOMAIN
static final String EMPI_MASTER_ID
static final String CDA_MMID
static final String IDENTIFICATION_DEFAULT_ROOT
void registerOID(InternalOID internalOID) throws HDRConfigException
Internal OID value object.internalOID - Value object for the root to be created or updated.HDRConfigException - InternalOID getOID(String rootName) throws HDRConfigException
InternalOID value object based on the specified
object identifier.rootName - Root name for which the value object would be retrieved.InternalOID value object.HDRConfigException - registerOID(InternalOID).
InternalOID[] getAllOIDs() throws HDRConfigException
InternalOID value objects.InternalOID value objects. All the configured InternalOIDs are returned. HDRConfigException - If an unexpected error occurs while retrieving
all the InternalOID value objects.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved