public class CM_PTA extends AbstractComposite
Represents an HL7 CM_PTA (Policy Type) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_PTA(Message message)
Creates a new CM_PTA type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getAmount()
Returns amount (component 3).
|
ID |
getAmountClass()
Returns amount class (component 2).
|
ID |
getCm_pta1_PolicyType()
Returns policy type (component 1).
|
ID |
getCm_pta2_AmountClass()
Returns amount class (component 2).
|
NM |
getCm_pta3_Amount()
Returns amount (component 3).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getPolicyType()
Returns policy type (component 1).
|
accept, clear, getTyped, isEmptyencode, getExtraComponents, getMessage, getName, parse, provideLocation, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parseprovideLocationpublic 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 ID getPolicyType()
public ID getCm_pta1_PolicyType()
public ID getAmountClass()
public ID getCm_pta2_AmountClass()
public NM getAmount()
public NM getCm_pta3_Amount()
Copyright © 2001-2014 University Health Network. All Rights Reserved.