public class AUI extends AbstractComposite
Represents an HL7 AUI (authorization information) data type. This type consists of the following components:
log| Constructor and Description |
|---|
AUI(Message message)
Creates a new AUI type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getAui1_AuthorizationNumber()
Returns authorization number (component 1).
|
DT |
getAui2_Date()
Returns date (component 2).
|
ST |
getAui3_Source()
Returns source (component 3).
|
ST |
getAuthorizationNumber()
Returns authorization number (component 1).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
DT |
getDate()
Returns date (component 2).
|
ST |
getSource()
Returns source (component 3).
|
clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic 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 ST getAuthorizationNumber()
public ST getAui1_AuthorizationNumber()
public DT getDate()
public DT getAui2_Date()
public ST getSource()
public ST getAui3_Source()
Copyright © 2001-2013 University Health Network. All Rights Reserved.