public class PTA extends AbstractComposite
Represents an HL7 PTA (Policy Type and Amount) 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 |
|---|---|
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.
|
MOP |
getMoneyOrPercentage()
Returns Money or Percentage (component 4).
|
NM |
getMoneyOrPercentageQuantity()
Returns Money or Percentage Quantity (component 3).
|
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_MoneyOrPercentageQuantity()
Returns Money or Percentage Quantity (component 3).
|
MOP |
getPta4_MoneyOrPercentage()
Returns Money or Percentage (component 4).
|
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 IS getPolicyType()
public IS getPta1_PolicyType()
public IS getAmountClass()
public IS getPta2_AmountClass()
public NM getMoneyOrPercentageQuantity()
public NM getPta3_MoneyOrPercentageQuantity()
public MOP getMoneyOrPercentage()
public MOP getPta4_MoneyOrPercentage()
Copyright © 2001-2012 University Health Network. All Rights Reserved.