|
Sun Message Library for HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.hl7.parser.Event
public class Event
An object that represents an HL7 Event
| Constructor Summary | |
|---|---|
Event()
Constructs an empty Event |
|
| Method Summary | |
|---|---|
void |
addNode(NodeDesc node)
Adds a node to a list of event nodes |
java.lang.String |
getDescription()
Gets the description of the event |
java.lang.String |
getMsgStruct()
Gets the message structure of this reference node |
java.lang.String |
getMsgType()
Gets the type of this reference node |
java.lang.String |
getName()
Gets the name of this reference node |
NodeDescList |
getNodes()
Gets a list of event nodes |
java.lang.String |
getOTDName()
Gets the OTD name of this reference node |
HL7Version |
getVersion()
Gets the version of the event |
void |
setDescription(java.lang.String desc)
Sets the description of the event |
void |
setMsgStruct(java.lang.String struct)
Sets the message structure of this reference node |
void |
setMsgType(java.lang.String type)
Sets the type of this reference node |
void |
setName(java.lang.String name)
Sets the name of this reference node |
void |
setOTDName(java.lang.String otdname)
Sets the OTD name of this reference node |
void |
setVersion(HL7Version ver)
Sets the version of the event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - Event namepublic java.lang.String getName()
public void setOTDName(java.lang.String otdname)
otdname - Event OTD namepublic java.lang.String getOTDName()
public void setMsgStruct(java.lang.String struct)
struct - Event message structurepublic java.lang.String getMsgStruct()
public void setMsgType(java.lang.String type)
type - Event message typepublic java.lang.String getMsgType()
public void setDescription(java.lang.String desc)
desc - Event descriptionpublic java.lang.String getDescription()
public void setVersion(HL7Version ver)
ver - Event versionpublic HL7Version getVersion()
public void addNode(NodeDesc node)
node - The node to be addedpublic NodeDescList getNodes()
|
Sun Message Library for HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||