|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.hl7.framework.structure.component.GenericComponentImpl
com.stc.connector.hl7.framework.structure.msg.GenericMessageImpl
com.stc.connector.hl7.framework.structure.msg.ACK
public class ACK
Represents a ACK message structure. This structure contains the following elements:
0: MSH (Message Header)
Field Summary | |
---|---|
static java.lang.String |
version
|
Fields inherited from interface com.stc.connector.hl7.framework.structure.msg.Message |
---|
DEFAULT_SEGMENT_TERMINATOR_CHAR, DEFAULT_SEGMENT_TERMINATOR_STRING |
Constructor Summary | |
---|---|
ACK()
Constructor for ACK. |
|
ACK(Segment[] segments)
Constructor for ACK. |
|
ACK(java.lang.String content)
Constructor for ACK. |
Method Summary | |
---|---|
ERR |
getERR()
Method getERR. |
MSA |
getMSA()
Method getMSA. |
SFT |
getSFT()
Method getSFT. |
void |
marshal()
Method marshal. |
protected void |
setERR()
Method setERR. |
protected void |
setMSA()
Method setMSA. |
protected void |
setSFT()
Method setSFT. |
void |
unmarshal()
Method unmarshal. |
void |
validate(ComponentSpec componentSpec)
Method validate. |
Methods inherited from class com.stc.connector.hl7.framework.structure.msg.GenericMessageImpl |
---|
getComponentSeparator, getEncodingCharacters, getEscapeCharacter, getFieldSeparator, getMSH, getRepetitionSeparator, getSegments, getSubcomponentSeparator, getVersionNumber, isParseAllSegments, setParseAllSegments, setSegments, toXMLString |
Methods inherited from class com.stc.connector.hl7.framework.structure.component.GenericComponentImpl |
---|
getContent, getMessage, getName, getStatus, setContent, setMessage, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stc.connector.hl7.framework.structure.msg.Message |
---|
getComponentSeparator, getEscapeCharacter, getFieldSeparator, getMSH, getRepetitionSeparator, getSegments, getSubcomponentSeparator, getVersionNumber |
Methods inherited from interface com.stc.connector.hl7.framework.structure.component.Component |
---|
getContent, getMessage, getName, setContent, setName, toXMLString |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public ACK() throws HL7ApplicationException
HL7ApplicationException
public ACK(java.lang.String content) throws HL7ApplicationException
content
-
HL7ApplicationException
public ACK(Segment[] segments) throws HL7ApplicationException
segments
-
HL7ApplicationException
Method Detail |
---|
public void marshal() throws HL7ApplicationException
Component
marshal
in interface Component
marshal
in class GenericMessageImpl
HL7ApplicationException
Component.marshal()
public void unmarshal() throws HL7ApplicationException
Component
unmarshal
in interface Component
unmarshal
in class GenericMessageImpl
HL7ApplicationException
Component.unmarshal()
public SFT getSFT()
public MSA getMSA()
public ERR getERR()
protected void setSFT() throws HL7ApplicationException
HL7ApplicationException
protected void setMSA() throws HL7ApplicationException
HL7ApplicationException
protected void setERR() throws HL7ApplicationException
HL7ApplicationException
public void validate(ComponentSpec componentSpec) throws HL7ApplicationException
Component
validate
in interface Component
validate
in class GenericMessageImpl
HL7ApplicationException
Component.validate(ComponentSpec)
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |