public class CM_BATCH_TOTAL extends AbstractComposite
Represents an HL7 CM_BATCH_TOTAL (CM for Batch Totals) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_BATCH_TOTAL(Message message)
Creates a new CM_BATCH_TOTAL type
|
| Modifier and Type | Method and Description |
|---|---|
NM |
getBatchTotal1()
Returns Batch total 1 (component 1).
|
NM |
getBatchTotal2()
Returns Batch total 2 (component 2).
|
NM |
getCm_batch_total1_BatchTotal1()
Returns Batch total 1 (component 1).
|
NM |
getCm_batch_total2_BatchTotal2()
Returns Batch total 2 (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
clear, getTypedencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic CM_BATCH_TOTAL(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 NM getBatchTotal1()
public NM getCm_batch_total1_BatchTotal1()
public NM getBatchTotal2()
public NM getCm_batch_total2_BatchTotal2()
Copyright © 2001-2012 University Health Network. All Rights Reserved.