public class DDI extends AbstractComposite
Represents an HL7 DDI (Daily Deductible Information) data type. This type consists of the following components:
log| Constructor and Description |
|---|
DDI(Message message)
Creates a new DDI 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.
|
NM |
getDdi1_DelayDays()
Returns Delay Days (component 1).
|
MO |
getDdi2_MonetaryAmount()
Returns Monetary Amount (component 2).
|
NM |
getDdi3_NumberOfDays()
Returns Number of Days (component 3).
|
NM |
getDelayDays()
Returns Delay Days (component 1).
|
MO |
getMonetaryAmount()
Returns Monetary Amount (component 2).
|
NM |
getNumberOfDays()
Returns Number of Days (component 3).
|
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 NM getDelayDays()
public NM getDdi1_DelayDays()
public MO getMonetaryAmount()
public MO getDdi2_MonetaryAmount()
public NM getNumberOfDays()
public NM getDdi3_NumberOfDays()
Copyright © 2001-2014 University Health Network. All Rights Reserved.