public class NMQ_N01 extends AbstractMessage
Represents a NMQ_N01 message structure (see chapter 14). This structure contains the following elements:
log| Constructor and Description |
|---|
NMQ_N01()
Creates a new NMQ_N01 message with DefaultModelClassFactory.
|
NMQ_N01(ModelClassFactory factory)
Creates a new NMQ_N01 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
MSH |
getMSH()
Returns
MSH (MSH - message header segment) - creates it if necessary
|
NMQ_N01_NCKNSTNSC |
getNCKNSTNSC()
Returns
the first repetition of
NCKNSTNSC (a Group object) - creates it if necessary
|
NMQ_N01_NCKNSTNSC |
getNCKNSTNSC(int rep)
Returns a specific repetition of
NCKNSTNSC (a Group object) - creates it if necessary
|
List<NMQ_N01_NCKNSTNSC> |
getNCKNSTNSCAll()
Returns a non-modifiable List containing all current existing repetitions of NCKNSTNSC.
|
int |
getNCKNSTNSCReps()
Returns the number of existing repetitions of NCKNSTNSC
|
NMQ_N01_QRDQRF |
getQRDQRF()
Returns
QRDQRF (a Group object) - creates it if necessary
|
String |
getVersion()
Returns "2.3.1"
|
NMQ_N01_NCKNSTNSC |
insertNCKNSTNSC(int rep)
Inserts a specific repetition of NCKNSTNSC (a Group object)
|
void |
insertNCKNSTNSC(NMQ_N01_NCKNSTNSC structure,
int rep)
Inserts a specific repetition of NCKNSTNSC (a Group object)
|
NMQ_N01_NCKNSTNSC |
removeNCKNSTNSC(int rep)
Removes a specific repetition of NCKNSTNSC (a Group object)
|
encode, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, setParser, setValidationContext, toStringadd, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition, tryToInstantiateStructureclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isGroup, isRepeating, isRequiredpublic NMQ_N01()
public NMQ_N01(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic NMQ_N01_QRDQRF getQRDQRF()
public NMQ_N01_NCKNSTNSC getNCKNSTNSC()
public NMQ_N01_NCKNSTNSC getNCKNSTNSC(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getNCKNSTNSCReps()
public List<NMQ_N01_NCKNSTNSC> getNCKNSTNSCAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of NCKNSTNSC.
Note that unlike getNCKNSTNSC(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertNCKNSTNSC(NMQ_N01_NCKNSTNSC structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NMQ_N01_NCKNSTNSC insertNCKNSTNSC(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NMQ_N01_NCKNSTNSC removeNCKNSTNSC(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.