public class PTA extends AbstractComposite
Represents an HL7 PTA (Policy Type) data type. This type consists of the following components:
log| Constructor and Description |
|---|
PTA(Message message)
Creates a new PTA type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getAmount()
Returns amount (component 3).
|
IS |
getAmountClass()
Returns amount class (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
IS |
getPolicyType()
Returns policy type (component 1).
|
IS |
getPta1_PolicyType()
Returns policy type (component 1).
|
IS |
getPta2_AmountClass()
Returns amount class (component 2).
|
NM |
getPta3_Amount()
Returns amount (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 IS getPolicyType()
public IS getPta1_PolicyType()
public IS getAmountClass()
public IS getPta2_AmountClass()
public NM getAmount()
public NM getPta3_Amount()
Copyright © 2001-2013 University Health Network. All Rights Reserved.