public class MSA extends AbstractSegment
Represents an HL7 MSA message segment (MESSAGE ACKNOWLEDGMENT). This segment has the following fields:
log| Constructor and Description |
|---|
MSA(Group parent,
ModelClassFactory factory)
Creates a new MSA segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
ID |
getACKNOWLEDGMENTCODE()
Returns
MSA-1: "ACKNOWLEDGMENT CODE" - creates it if necessary
|
ID |
getDELAYEDACKNOWLEDGMENTTYPE()
Returns
MSA-5: "DELAYED ACKNOWLEDGMENT TYPE" - creates it if necessary
|
NM |
getEXPECTEDSEQUENCENUMBER()
Returns
MSA-4: "EXPECTED SEQUENCE NUMBER" - creates it if necessary
|
ST |
getMESSAGECONTROLID()
Returns
MSA-2: "MESSAGE CONTROL ID" - creates it if necessary
|
ID |
getMsa1_ACKNOWLEDGMENTCODE()
Returns
MSA-1: "ACKNOWLEDGMENT CODE" - creates it if necessary
|
ST |
getMsa2_MESSAGECONTROLID()
Returns
MSA-2: "MESSAGE CONTROL ID" - creates it if necessary
|
ST |
getMsa3_TEXTMESSAGE()
Returns
MSA-3: "TEXT MESSAGE" - creates it if necessary
|
NM |
getMsa4_EXPECTEDSEQUENCENUMBER()
Returns
MSA-4: "EXPECTED SEQUENCE NUMBER" - creates it if necessary
|
ID |
getMsa5_DELAYEDACKNOWLEDGMENTTYPE()
Returns
MSA-5: "DELAYED ACKNOWLEDGMENT TYPE" - creates it if necessary
|
ST |
getTEXTMESSAGE()
Returns
MSA-3: "TEXT MESSAGE" - creates it if necessary
|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isRequired, main, numFields, parse, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic MSA(Group parent, ModelClassFactory factory)
public ID getACKNOWLEDGMENTCODE()
public ID getMsa1_ACKNOWLEDGMENTCODE()
public ST getMESSAGECONTROLID()
public ST getMsa2_MESSAGECONTROLID()
public ST getTEXTMESSAGE()
public ST getMsa3_TEXTMESSAGE()
public NM getEXPECTEDSEQUENCENUMBER()
public NM getMsa4_EXPECTEDSEQUENCENUMBER()
public ID getDELAYEDACKNOWLEDGMENTTYPE()
public ID getMsa5_DELAYEDACKNOWLEDGMENTTYPE()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001-2012 University Health Network. All Rights Reserved.