|
||||||||||
| 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.OM5
public class OM5
Represents an HL7 OM5 message segment (Observation Batteries (Sets)). This segment has the following fields:
| Constructor Summary | |
|---|---|
OM5(Group parent,
ModelClassFactory factory)
Creates a new OM5 segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
ST |
getObservationIDSuffixes()
Returns OM5-3: "Observation ID Suffixes" - creates it if necessary |
NM |
getOm51_SequenceNumberTestObservationMasterFile()
Returns OM5-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary |
CE |
getOm52_TestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Returns a specific repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" - creates it if necessary |
int |
getOm52_TestObservationsIncludedWithinAnOrderedTestBatteryReps()
Returns a count of the current number of repetitions of Test/Observations Included within an Ordered Test Battery (OM5-2). |
ST |
getOm53_ObservationIDSuffixes()
Returns OM5-3: "Observation ID Suffixes" - creates it if necessary |
NM |
getSequenceNumberTestObservationMasterFile()
Returns OM5-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary |
CE[] |
getTestObservationsIncludedWithinAnOrderedTestBattery()
Returns all repetitions of Test/Observations Included within an Ordered Test Battery (OM5-2). |
CE |
getTestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Returns a specific repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" - creates it if necessary |
int |
getTestObservationsIncludedWithinAnOrderedTestBatteryReps()
Returns a count of the current number of repetitions of Test/Observations Included within an Ordered Test Battery (OM5-2). |
CE |
insertOm52_TestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Inserts a repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" at a specific index |
CE |
insertTestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Inserts a repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" at a specific index |
CE |
removeOm52_TestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Removes a repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" at a specific index |
CE |
removeTestObservationsIncludedWithinAnOrderedTestBattery(int rep)
Removes a repetition of OM5-2: "Test/Observations Included within an Ordered Test Battery" 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 OM5(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public NM getSequenceNumberTestObservationMasterFile()
public NM getOm51_SequenceNumberTestObservationMasterFile()
public CE[] getTestObservationsIncludedWithinAnOrderedTestBattery()
public int getTestObservationsIncludedWithinAnOrderedTestBatteryReps()
public CE getTestObservationsIncludedWithinAnOrderedTestBattery(int rep)
rep - The repetition index (0-indexed)public CE getOm52_TestObservationsIncludedWithinAnOrderedTestBattery(int rep)
rep - The repetition index (0-indexed)public int getOm52_TestObservationsIncludedWithinAnOrderedTestBatteryReps()
public CE insertTestObservationsIncludedWithinAnOrderedTestBattery(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 insertOm52_TestObservationsIncludedWithinAnOrderedTestBattery(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 removeTestObservationsIncludedWithinAnOrderedTestBattery(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 removeOm52_TestObservationsIncludedWithinAnOrderedTestBattery(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 ST getObservationIDSuffixes()
public ST getOm53_ObservationIDSuffixes()
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 | |||||||||