public class MOP extends AbstractComposite
Represents an HL7 MOP (money or percentage) data type. This type consists of the following components:
log| Constructor and Description |
|---|
MOP(Message message)
Creates a new MOP type
|
| Modifier and Type | Method and Description |
|---|---|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
IS |
getMoneyOrPercentageIndicator()
Returns money or percentage indicator (component 1).
|
NM |
getMoneyOrPercentageQuantity()
Returns money or percentage quantity (component 2).
|
IS |
getMop1_MoneyOrPercentageIndicator()
Returns money or percentage indicator (component 1).
|
NM |
getMop2_MoneyOrPercentageQuantity()
Returns money or percentage quantity (component 2).
|
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 IS getMoneyOrPercentageIndicator()
public IS getMop1_MoneyOrPercentageIndicator()
public NM getMoneyOrPercentageQuantity()
public NM getMop2_MoneyOrPercentageQuantity()
Copyright © 2001-2014 University Health Network. All Rights Reserved.