public class CCD extends AbstractComposite
Represents an HL7 CCD (Charge Code and Date) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CCD(Message message)
Creates a new CCD type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCcd1_InvocationEvent()
Returns Invocation Event (component 1).
|
DTM |
getCcd2_DateTime()
Returns Date/time (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
DTM |
getDateTime()
Returns Date/time (component 2).
|
ID |
getInvocationEvent()
Returns Invocation Event (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 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 getInvocationEvent()
public ID getCcd1_InvocationEvent()
public DTM getDateTime()
public DTM getCcd2_DateTime()
Copyright © 2001-2014 University Health Network. All Rights Reserved.