public class CM_MOC extends AbstractComposite
Represents an HL7 CM_MOC (Charge To Practise) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_MOC(Message message)
Creates a new CM_MOC type
|
| Modifier and Type | Method and Description |
|---|---|
CE |
getChargeCode()
Returns charge code (component 2).
|
MO |
getCm_moc1_DollarAmount()
Returns dollar amount (component 1).
|
CE |
getCm_moc2_ChargeCode()
Returns charge code (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
MO |
getDollarAmount()
Returns dollar amount (component 1).
|
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 MO getDollarAmount()
public MO getCm_moc1_DollarAmount()
public CE getChargeCode()
public CE getCm_moc2_ChargeCode()
Copyright © 2001-2012 University Health Network. All Rights Reserved.