|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.AbstractMessage
ca.uhn.hl7v2.model.v24.message.NMQ_N01
public class NMQ_N01
Represents a NMQ_N01 message structure (see chapter 14). This structure contains the following elements:
| Constructor Summary | |
|---|---|
NMQ_N01()
Creates a new NMQ_N01 message with DefaultModelClassFactory. |
|
NMQ_N01(ModelClassFactory factory)
Creates a new NMQ_N01 message with custom ModelClassFactory. |
|
| Method Summary | |
|---|---|
NMQ_N01_CLOCK_AND_STATISTICS |
getCLOCK_AND_STATISTICS()
Returns the first repetition of CLOCK_AND_STATISTICS (a Group object) - creates it if necessary |
NMQ_N01_CLOCK_AND_STATISTICS |
getCLOCK_AND_STATISTICS(int rep)
Returns a specific repetition of CLOCK_AND_STATISTICS (a Group object) - creates it if necessary |
int |
getCLOCK_AND_STATISTICSReps()
Returns the number of existing repetitions of CLOCK_AND_STATISTICS |
MSH |
getMSH()
Returns MSH (Message Header) - creates it if necessary |
NMQ_N01_QRY_WITH_DETAIL |
getQRY_WITH_DETAIL()
Returns QRY_WITH_DETAIL (a Group object) - creates it if necessary |
String |
getVersion()
Returns "2.4" |
NMQ_N01_CLOCK_AND_STATISTICS |
insertCLOCK_AND_STATISTICS(int rep)
Inserts a specific repetition of CLOCK_AND_STATISTICS (a Group object) |
void |
insertCLOCK_AND_STATISTICS(NMQ_N01_CLOCK_AND_STATISTICS structure,
int rep)
Inserts a specific repetition of CLOCK_AND_STATISTICS (a Group object) |
NMQ_N01_CLOCK_AND_STATISTICS |
removeCLOCK_AND_STATISTICS(int rep)
Removes a specific repetition of CLOCK_AND_STATISTICS (a Group object) |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractMessage |
|---|
encode, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParser, getValidationContext, initQuickstart, parse, printStructure, setParser, setValidationContext, toString |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup |
|---|
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getClass, getModelClassFactory, getName, getNames, getParent, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Group |
|---|
addNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isGroup, isRepeating, isRequired |
| Methods inherited from interface ca.uhn.hl7v2.model.Structure |
|---|
getName, getParent |
| Constructor Detail |
|---|
public NMQ_N01()
public NMQ_N01(ModelClassFactory factory)
| Method Detail |
|---|
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic MSH getMSH()
public NMQ_N01_QRY_WITH_DETAIL getQRY_WITH_DETAIL()
public NMQ_N01_CLOCK_AND_STATISTICS getCLOCK_AND_STATISTICS()
public NMQ_N01_CLOCK_AND_STATISTICS getCLOCK_AND_STATISTICS(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 getCLOCK_AND_STATISTICSReps()
public void insertCLOCK_AND_STATISTICS(NMQ_N01_CLOCK_AND_STATISTICS structure,
int rep)
throws HL7Exception
HL7ExceptionAbstractGroup\#insertRepetition(Structure, int)
public NMQ_N01_CLOCK_AND_STATISTICS insertCLOCK_AND_STATISTICS(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup\#insertRepetition(Structure, int)
public NMQ_N01_CLOCK_AND_STATISTICS removeCLOCK_AND_STATISTICS(int rep)
throws HL7Exception
HL7ExceptionAbstractGroup\#removeRepetition(String, int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||