Package | Description |
---|---|
oracle.hsgbu.hdr.hl7.rim | |
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 |
---|---|
AD |
Place.getAddr()
The physical address of this place.
|
Modifier and Type | Method and Description |
---|---|
BAG<AD> |
Organization.getAddr()
The postal and/or residential address of an organization.
|
BAG<AD> |
Person.getAddr()
The postal and/or residential address of a person.
|
BAG<AD> |
Role.getAddr()
An address for the
Entity while in the Role . |
Modifier and Type | Method and Description |
---|---|
void |
Organization.addAddr(AD addr)
Adds an address to the set of addresses
|
void |
Person.addAddr(AD addr)
Adds an address to the bag of addresses for this person.
|
void |
Role.addAddr(AD addr)
Adds an address to the set of addresses.
|
void |
Place.setAddr(AD addr) |
Modifier and Type | Method and Description |
---|---|
void |
Organization.setAddr(BAG<AD> addr) |
void |
Person.setAddr(BAG<AD> addr) |
void |
Role.setAddr(BAG<AD> addr) |
Modifier and Type | Method and Description |
---|---|
AD |
DataTypeFactory.newAD(ADXP[] addressParts,
SET<CS> use,
GTS useablePeriod)
Factory method for constructing a postal address.
|
AD |
DataTypeFactory.nullAD(CS nullFlavor)
Factory method for constructing a
null postal address. |
Modifier and Type | Method and Description |
---|---|
BAG<AD> |
DataTypeFactory.newBAG_AD(AD element)
Convenience method for constructing a bag of postal addresses from a
single postal address.
|
BAG<AD> |
DataTypeFactory.newBAG_AD(AD[] addresses)
Factory method for constructing a bag of postal addresses.
|
BAG<AD> |
DataTypeFactory.nullBAG_AD(CS nullFlavor)
Factory method for constructing a
null bag of postal
addresses. |
Modifier and Type | Method and Description |
---|---|
BAG<AD> |
DataTypeFactory.newBAG_AD(AD element)
Convenience method for constructing a bag of postal addresses from a
single postal address.
|
BAG<AD> |
DataTypeFactory.newBAG_AD(AD[] addresses)
Factory method for constructing a bag of postal addresses.
|
Modifier and Type | Method and Description |
---|---|
static AD |
DataTypeConversionHelper.toAD(BAG<AD> x)
Data Type conversion BAG<AD> to AD.
|
Modifier and Type | Method and Description |
---|---|
static BAG<AD> |
DataTypeConversionHelper.toBAG_AD(AD ad)
Data Type promotion AD to BAG<AD>.
|
static BAG<AD> |
DataTypeConversionHelper.toBAG_AD(SET<AD> x)
Data Type conversion SET<AD> to BAG<AD>.
|
static SET<AD> |
DataTypeConversionHelper.toSET_AD(BAG<AD> x)
Data Type demotion BAG<AD> to SET<AD>.
|
Modifier and Type | Method and Description |
---|---|
static BAG<AD> |
DataTypeConversionHelper.toBAG_AD(AD ad)
Data Type promotion AD to BAG<AD>.
|
Modifier and Type | Method and Description |
---|---|
static AD |
DataTypeConversionHelper.toAD(BAG<AD> x)
Data Type conversion BAG<AD> to AD.
|
static BAG<AD> |
DataTypeConversionHelper.toBAG_AD(SET<AD> x)
Data Type conversion SET<AD> to BAG<AD>.
|
static SET<AD> |
DataTypeConversionHelper.toSET_AD(BAG<AD> x)
Data Type demotion BAG<AD> to SET<AD>.
|
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved