public class OBX extends AbstractSegment
Represents an HL7 OBX message segment (Observation segment). This segment has the following fields:
log| Constructor and Description |
|---|
OBX(Group parent,
ModelClassFactory factory)
Creates a new OBX segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
ID[] |
getAbnormalFlags()
Returns all repetitions of Abnormal Flags (OBX-8).
|
ID |
getAbnormalFlags(int rep)
Returns a specific repetition of
OBX-8: "Abnormal Flags" - creates it if necessary
|
int |
getAbnormalFlagsReps()
Returns a count of the current number of repetitions of Abnormal Flags (OBX-8).
|
TS |
getDateLastObsNormalValues()
Returns
OBX-12: "Date Last Obs Normal Values" - creates it if necessary
|
TS |
getDateTimeOfTheObservation()
Returns
OBX-14: "Date/Time of the Observation" - creates it if necessary
|
ID |
getNatureOfAbnormalTest()
Returns
OBX-10: "Nature of Abnormal Test" - creates it if necessary
|
CE |
getObservationIdentifier()
Returns
OBX-3: "Observation Identifier" - creates it if necessary
|
CE[] |
getObservationMethod()
Returns all repetitions of Observation Method (OBX-17).
|
CE |
getObservationMethod(int rep)
Returns a specific repetition of
OBX-17: "Observation Method" - creates it if necessary
|
int |
getObservationMethodReps()
Returns a count of the current number of repetitions of Observation Method (OBX-17).
|
ST |
getObservationSubID()
Returns
OBX-4: "Observation Sub-ID" - creates it if necessary
|
Varies[] |
getObservationValue()
Returns all repetitions of Observation Value (OBX-5).
|
Varies |
getObservationValue(int rep)
Returns a specific repetition of
OBX-5: "Observation Value" - creates it if necessary
|
int |
getObservationValueReps()
Returns a count of the current number of repetitions of Observation Value (OBX-5).
|
ID |
getObservResultStatus()
Returns
OBX-11: "Observ Result Status" - creates it if necessary
|
SI |
getObx1_SetIDOBX()
Returns
OBX-1: "Set ID - OBX" - creates it if necessary
|
ID |
getObx10_NatureOfAbnormalTest()
Returns
OBX-10: "Nature of Abnormal Test" - creates it if necessary
|
ID |
getObx11_ObservResultStatus()
Returns
OBX-11: "Observ Result Status" - creates it if necessary
|
TS |
getObx12_DateLastObsNormalValues()
Returns
OBX-12: "Date Last Obs Normal Values" - creates it if necessary
|
ST |
getObx13_UserDefinedAccessChecks()
Returns
OBX-13: "User Defined Access Checks" - creates it if necessary
|
TS |
getObx14_DateTimeOfTheObservation()
Returns
OBX-14: "Date/Time of the Observation" - creates it if necessary
|
CE |
getObx15_ProducerSID()
Returns
OBX-15: "Producer's ID" - creates it if necessary
|
XCN |
getObx16_ResponsibleObserver()
Returns
OBX-16: "Responsible Observer" - creates it if necessary
|
CE[] |
getObx17_ObservationMethod()
Returns all repetitions of Observation Method (OBX-17).
|
CE |
getObx17_ObservationMethod(int rep)
Returns a specific repetition of
OBX-17: "Observation Method" - creates it if necessary
|
int |
getObx17_ObservationMethodReps()
Returns a count of the current number of repetitions of Observation Method (OBX-17).
|
ID |
getObx2_ValueType()
Returns
OBX-2: "Value Type" - creates it if necessary
|
CE |
getObx3_ObservationIdentifier()
Returns
OBX-3: "Observation Identifier" - creates it if necessary
|
ST |
getObx4_ObservationSubID()
Returns
OBX-4: "Observation Sub-ID" - creates it if necessary
|
Varies[] |
getObx5_ObservationValue()
Returns all repetitions of Observation Value (OBX-5).
|
Varies |
getObx5_ObservationValue(int rep)
Returns a specific repetition of
OBX-5: "Observation Value" - creates it if necessary
|
int |
getObx5_ObservationValueReps()
Returns a count of the current number of repetitions of Observation Value (OBX-5).
|
CE |
getObx6_Units()
Returns
OBX-6: "Units" - creates it if necessary
|
ST |
getObx7_ReferencesRange()
Returns
OBX-7: "References Range" - creates it if necessary
|
ID[] |
getObx8_AbnormalFlags()
Returns all repetitions of Abnormal Flags (OBX-8).
|
ID |
getObx8_AbnormalFlags(int rep)
Returns a specific repetition of
OBX-8: "Abnormal Flags" - creates it if necessary
|
int |
getObx8_AbnormalFlagsReps()
Returns a count of the current number of repetitions of Abnormal Flags (OBX-8).
|
NM |
getObx9_Probability()
Returns
OBX-9: "Probability" - creates it if necessary
|
NM |
getProbability()
Returns
OBX-9: "Probability" - creates it if necessary
|
CE |
getProducerSID()
Returns
OBX-15: "Producer's ID" - creates it if necessary
|
ST |
getReferencesRange()
Returns
OBX-7: "References Range" - creates it if necessary
|
XCN |
getResponsibleObserver()
Returns
OBX-16: "Responsible Observer" - creates it if necessary
|
SI |
getSetIDOBX()
Returns
OBX-1: "Set ID - OBX" - creates it if necessary
|
CE |
getUnits()
Returns
OBX-6: "Units" - creates it if necessary
|
ST |
getUserDefinedAccessChecks()
Returns
OBX-13: "User Defined Access Checks" - creates it if necessary
|
ID |
getValueType()
Returns
OBX-2: "Value Type" - creates it if necessary
|
ID |
insertAbnormalFlags(int rep)
Inserts a repetition of
OBX-8: "Abnormal Flags" at a specific index
|
CE |
insertObservationMethod(int rep)
Inserts a repetition of
OBX-17: "Observation Method" at a specific index
|
Varies |
insertObservationValue(int rep)
Inserts a repetition of
OBX-5: "Observation Value" at a specific index
|
CE |
insertObx17_ObservationMethod(int rep)
Inserts a repetition of
OBX-17: "Observation Method" at a specific index
|
Varies |
insertObx5_ObservationValue(int rep)
Inserts a repetition of
OBX-5: "Observation Value" at a specific index
|
ID |
insertObx8_AbnormalFlags(int rep)
Inserts a repetition of
OBX-8: "Abnormal Flags" at a specific index
|
ID |
removeAbnormalFlags(int rep)
Removes a repetition of
OBX-8: "Abnormal Flags" at a specific index
|
CE |
removeObservationMethod(int rep)
Removes a repetition of
OBX-17: "Observation Method" at a specific index
|
Varies |
removeObservationValue(int rep)
Removes a repetition of
OBX-5: "Observation Value" at a specific index
|
CE |
removeObx17_ObservationMethod(int rep)
Removes a repetition of
OBX-17: "Observation Method" at a specific index
|
Varies |
removeObx5_ObservationValue(int rep)
Removes a repetition of
OBX-5: "Observation Value" at a specific index
|
ID |
removeObx8_AbnormalFlags(int rep)
Removes a repetition of
OBX-8: "Abnormal Flags" at a specific index
|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isRequired, main, numFields, parse, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic OBX(Group parent, ModelClassFactory factory)
public SI getSetIDOBX()
public SI getObx1_SetIDOBX()
public ID getValueType()
public ID getObx2_ValueType()
public CE getObservationIdentifier()
public CE getObx3_ObservationIdentifier()
public ST getObservationSubID()
public ST getObx4_ObservationSubID()
public Varies[] getObservationValue()
public Varies[] getObx5_ObservationValue()
public int getObservationValueReps()
public Varies getObservationValue(int rep)
rep - The repetition index (0-indexed)public Varies getObx5_ObservationValue(int rep)
rep - The repetition index (0-indexed)public int getObx5_ObservationValueReps()
public Varies insertObservationValue(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 Varies insertObx5_ObservationValue(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 Varies removeObservationValue(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 Varies removeObx5_ObservationValue(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 getObx6_Units()
public ST getReferencesRange()
public ST getObx7_ReferencesRange()
public ID[] getAbnormalFlags()
public ID[] getObx8_AbnormalFlags()
public int getAbnormalFlagsReps()
public ID getAbnormalFlags(int rep)
rep - The repetition index (0-indexed)public ID getObx8_AbnormalFlags(int rep)
rep - The repetition index (0-indexed)public int getObx8_AbnormalFlagsReps()
public ID insertAbnormalFlags(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 ID insertObx8_AbnormalFlags(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 ID removeAbnormalFlags(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 ID removeObx8_AbnormalFlags(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 NM getProbability()
public NM getObx9_Probability()
public ID getNatureOfAbnormalTest()
public ID getObx10_NatureOfAbnormalTest()
public ID getObservResultStatus()
public ID getObx11_ObservResultStatus()
public TS getDateLastObsNormalValues()
public TS getObx12_DateLastObsNormalValues()
public ST getUserDefinedAccessChecks()
public ST getObx13_UserDefinedAccessChecks()
public TS getDateTimeOfTheObservation()
public TS getObx14_DateTimeOfTheObservation()
public CE getProducerSID()
public CE getObx15_ProducerSID()
public XCN getResponsibleObserver()
public XCN getObx16_ResponsibleObserver()
public CE[] getObservationMethod()
public CE[] getObx17_ObservationMethod()
public int getObservationMethodReps()
public CE getObservationMethod(int rep)
rep - The repetition index (0-indexed)public CE getObx17_ObservationMethod(int rep)
rep - The repetition index (0-indexed)public int getObx17_ObservationMethodReps()
public CE insertObservationMethod(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 insertObx17_ObservationMethod(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 removeObservationMethod(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 removeObx17_ObservationMethod(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 AbstractSegmentCopyright © 2001-2012 University Health Network. All Rights Reserved.