public class CM_FINANCE extends AbstractComposite
Represents an HL7 CM_FINANCE (CM für Finanzen) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_FINANCE(Message message)
Creates a new CM_FINANCE type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCm_finance1_FinancialClassID()
Returns financial class ID (component 1).
|
TS |
getCm_finance2_EffectiveDate()
Returns effective date (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
TS |
getEffectiveDate()
Returns effective date (component 2).
|
ID |
getFinancialClassID()
Returns financial class ID (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 CM_FINANCE(Message message)
public 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 getFinancialClassID()
public ID getCm_finance1_FinancialClassID()
public TS getEffectiveDate()
public TS getCm_finance2_EffectiveDate()
Copyright © 2001-2014 University Health Network. All Rights Reserved.