public class CM_CCD extends AbstractComposite
Represents an HL7 CM_CCD (charge time) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_CCD(Message message)
Creates a new CM_CCD type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCm_ccd1_WhenToCharge()
Returns When to Charge (component 1).
|
TS |
getCm_ccd2_DateTime()
Returns date/time (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
TS |
getDateTime()
Returns date/time (component 2).
|
ID |
getWhenToCharge()
Returns When to Charge (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 ID getWhenToCharge()
public ID getCm_ccd1_WhenToCharge()
public TS getDateTime()
public TS getCm_ccd2_DateTime()
Copyright © 2001-2012 University Health Network. All Rights Reserved.