|
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.segment.GenericSegmentImpl
com.stc.connector.hl7.framework.structure.segment.MSA
public class MSA
Represents an HL7 MSA message segment. This segment has the following fields:
MSA-1: Acknowledgement Code (ID)
MSA-2: Message Control ID (ST)
MSA-3: Text Message (ST)
MSA-4: Expected Sequence Number (NM)
MSA-5: Delayed Acknowledgment Type (ID)
MSA-6: Error Condition (CE)
Field Summary | |
---|---|
static java.lang.String |
version
|
Constructor Summary | |
---|---|
MSA(Message message,
Field[] fields)
Constructor for MSA. |
|
MSA(Message message,
java.lang.String content)
Constructor for MSA. |
Method Summary | |
---|---|
Field |
getSeq00SegmentName()
Method getSeq00SegmentName. |
Field |
getSeq01AcknowledgementCode()
Method getSeq01AcknowledgementCode. |
Field |
getSeq02MessageControlID()
Method getSeq02MessageControlID. |
Field |
getSeq03TextMessage()
Method getSeq03TextMessage. |
Field |
getSeq04ExpectedSequenceNumber()
Method getSeq04ExpectedSequenceNumber. |
Field |
getSeq05DelayedAcknowledgmentType()
Method getSeq05DelayedAcknowledgmentType. |
Field |
getSeq06ErrorCondition()
Method getSeq06ErrorCondition. |
void |
marshal()
Method marshal. |
void |
unmarshal()
Method unmarshal. |
void |
validate(ComponentSpec componentSpec)
Method validate. |
Methods inherited from class com.stc.connector.hl7.framework.structure.segment.GenericSegmentImpl |
---|
getFields, setFields, 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.segment.Segment |
---|
getFields |
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 MSA(Message message, java.lang.String content) throws HL7ApplicationException
message
- content
-
HL7ApplicationException
public MSA(Message message, Field[] fields) throws HL7ApplicationException
message
- fields
-
HL7ApplicationException
Method Detail |
---|
public void marshal() throws HL7ApplicationException
Component
marshal
in interface Component
marshal
in class GenericSegmentImpl
HL7ApplicationException
Component.marshal()
public void unmarshal() throws HL7ApplicationException
Component
unmarshal
in interface Component
unmarshal
in class GenericSegmentImpl
HL7ApplicationException
Component.unmarshal()
public Field getSeq00SegmentName()
public Field getSeq01AcknowledgementCode()
public Field getSeq02MessageControlID()
public Field getSeq03TextMessage()
public Field getSeq04ExpectedSequenceNumber()
public Field getSeq05DelayedAcknowledgmentType()
public Field getSeq06ErrorCondition()
public void validate(ComponentSpec componentSpec) throws HL7ApplicationException
Component
validate
in interface Component
validate
in class GenericSegmentImpl
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 |