public class HD extends AbstractComposite
Represents an HL7 HD (Hierarchic Designator) data type. This type consists of the following components:
log| Constructor and Description |
|---|
HD(Message message)
Creates a new HD type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
IS |
getHd1_NamespaceID()
Returns Namespace ID (component 1).
|
ST |
getHd2_UniversalID()
Returns Universal ID (component 2).
|
ID |
getHd3_UniversalIDType()
Returns Universal ID Type (component 3).
|
IS |
getNamespaceID()
Returns Namespace ID (component 1).
|
ST |
getUniversalID()
Returns Universal ID (component 2).
|
ID |
getUniversalIDType()
Returns Universal ID Type (component 3).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - The component number (0-indexed)DataTypeException - if the given element number is out of range.public IS getNamespaceID()
public IS getHd1_NamespaceID()
public ST getUniversalID()
public ST getHd2_UniversalID()
public ID getUniversalIDType()
public ID getHd3_UniversalIDType()
Copyright © 2001-2014 University Health Network. All Rights Reserved.