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).
|
accept, clear, getTyped, isEmpty, provideLocationencode, 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–2017 University Health Network. All rights reserved.