public class CM_AUI extends AbstractComposite
Represents an HL7 CM_AUI (authorization information) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_AUI(Message message)
Creates a new CM_AUI type
|
| Modifier and Type | Method and Description |
|---|---|
ST |
getAuthorizationNumber()
Returns authorization number (component 1).
|
ST |
getCm_aui1_AuthorizationNumber()
Returns authorization number (component 1).
|
DT |
getCm_aui2_Date()
Returns date (component 2).
|
ST |
getCm_aui3_Source()
Returns source (component 3).
|
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, getTypedencode, 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 getCm_aui1_AuthorizationNumber()
public DT getDate()
public DT getCm_aui2_Date()
public ST getSource()
public ST getCm_aui3_Source()
Copyright © 2001-2012 University Health Network. All Rights Reserved.