|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.ERQ
public class ERQ
Represents an HL7 ERQ message segment (Event Replay Query). This segment has the following fields:
| Constructor Summary | |
|---|---|
ERQ(Group parent,
ModelClassFactory factory)
Creates a new ERQ segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
ST |
getErq1_QueryTag()
Returns ERQ-1: "Query Tag" - creates it if necessary |
CE |
getErq2_EventIdentifier()
Returns ERQ-2: "Event Identifier" - creates it if necessary |
QIP |
getErq3_InputParameterList(int rep)
Returns a specific repetition of ERQ-3: "Input Parameter List" - creates it if necessary |
int |
getErq3_InputParameterListReps()
Returns a count of the current number of repetitions of Input Parameter List (ERQ-3). |
CE |
getEventIdentifier()
Returns ERQ-2: "Event Identifier" - creates it if necessary |
QIP[] |
getInputParameterList()
Returns all repetitions of Input Parameter List (ERQ-3). |
QIP |
getInputParameterList(int rep)
Returns a specific repetition of ERQ-3: "Input Parameter List" - creates it if necessary |
int |
getInputParameterListReps()
Returns a count of the current number of repetitions of Input Parameter List (ERQ-3). |
ST |
getQueryTag()
Returns ERQ-1: "Query Tag" - creates it if necessary |
QIP |
insertErq3_InputParameterList(int rep)
Inserts a repetition of ERQ-3: "Input Parameter List" at a specific index |
QIP |
insertInputParameterList(int rep)
Inserts a repetition of ERQ-3: "Input Parameter List" at a specific index |
QIP |
removeErq3_InputParameterList(int rep)
Removes a repetition of ERQ-3: "Input Parameter List" at a specific index |
QIP |
removeInputParameterList(int rep)
Removes a repetition of ERQ-3: "Input Parameter List" at a specific index |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment |
|---|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ERQ(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public ST getQueryTag()
public ST getErq1_QueryTag()
public CE getEventIdentifier()
public CE getErq2_EventIdentifier()
public QIP[] getInputParameterList()
public int getInputParameterListReps()
public QIP getInputParameterList(int rep)
rep - The repetition index (0-indexed)public QIP getErq3_InputParameterList(int rep)
rep - The repetition index (0-indexed)public int getErq3_InputParameterListReps()
public QIP insertInputParameterList(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public QIP insertErq3_InputParameterList(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public QIP removeInputParameterList(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
public QIP removeErq3_InputParameterList(int rep)
throws HL7Exception
rep - The repetition index (0-indexed)
HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||