|
||||||||||
| 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.QRI
public class QRI
Represents an HL7 QRI message segment (Query Response Instance). This segment has the following fields:
| Constructor Summary | |
|---|---|
QRI(Group parent,
ModelClassFactory factory)
Creates a new QRI segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
CE |
getAlgorithmDescriptor()
Returns QRI-3: "Algorithm Descriptor" - creates it if necessary |
NM |
getCandidateConfidence()
Returns QRI-1: "Candidate Confidence" - creates it if necessary |
IS[] |
getMatchReasonCode()
Returns all repetitions of Match Reason Code (QRI-2). |
IS |
getMatchReasonCode(int rep)
Returns a specific repetition of QRI-2: "Match Reason Code" - creates it if necessary |
int |
getMatchReasonCodeReps()
Returns a count of the current number of repetitions of Match Reason Code (QRI-2). |
NM |
getQri1_CandidateConfidence()
Returns QRI-1: "Candidate Confidence" - creates it if necessary |
IS |
getQri2_MatchReasonCode(int rep)
Returns a specific repetition of QRI-2: "Match Reason Code" - creates it if necessary |
int |
getQri2_MatchReasonCodeReps()
Returns a count of the current number of repetitions of Match Reason Code (QRI-2). |
CE |
getQri3_AlgorithmDescriptor()
Returns QRI-3: "Algorithm Descriptor" - creates it if necessary |
IS |
insertMatchReasonCode(int rep)
Inserts a repetition of QRI-2: "Match Reason Code" at a specific index |
IS |
insertQri2_MatchReasonCode(int rep)
Inserts a repetition of QRI-2: "Match Reason Code" at a specific index |
IS |
removeMatchReasonCode(int rep)
Removes a repetition of QRI-2: "Match Reason Code" at a specific index |
IS |
removeQri2_MatchReasonCode(int rep)
Removes a repetition of QRI-2: "Match Reason Code" 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 QRI(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public NM getCandidateConfidence()
public NM getQri1_CandidateConfidence()
public IS[] getMatchReasonCode()
public int getMatchReasonCodeReps()
public IS getMatchReasonCode(int rep)
rep - The repetition index (0-indexed)public IS getQri2_MatchReasonCode(int rep)
rep - The repetition index (0-indexed)public int getQri2_MatchReasonCodeReps()
public IS insertMatchReasonCode(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 IS insertQri2_MatchReasonCode(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 IS removeMatchReasonCode(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 IS removeQri2_MatchReasonCode(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 CE getAlgorithmDescriptor()
public CE getQri3_AlgorithmDescriptor()
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 | |||||||||