public class CM_MSG extends AbstractComposite
Represents an HL7 CM_MSG (Message Type) data type. This type consists of the following components:
log| Constructor and Description |
|---|
CM_MSG(Message message)
Creates a new CM_MSG type
|
| Modifier and Type | Method and Description |
|---|---|
ID |
getCm_msg1_MessageType()
Returns message type (component 1).
|
ID |
getCm_msg2_TriggerEvent()
Returns trigger event (component 2).
|
Type |
getComponent(int number)
Returns an individual data component.
|
Type[] |
getComponents()
Returns an array containing the data elements.
|
ID |
getMessageType()
Returns message type (component 1).
|
ID |
getTriggerEvent()
Returns trigger event (component 2).
|
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 getMessageType()
public ID getCm_msg1_MessageType()
public ID getTriggerEvent()
public ID getCm_msg2_TriggerEvent()
Copyright © 2001-2012 University Health Network. All Rights Reserved.