public class OBX extends AbstractSegment
Represents an HL7 OBX message segment (OBSERVATION RESULT). 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 |
getDateTimeOfTheObservation()
Returns
OBX-14: "Date / time of the observation" - creates it if necessary
|
TS |
getEffectiveDateLastObservationNormalValues()
Returns
OBX-12: "Effective date last observation normal values" - 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
|
ID |
getObservationResultStatus()
Returns
OBX-11: "Observation result status" - creates it if necessary
|
ST |
getObservationSubID()
Returns
OBX-4: "Observation Sub-ID" - creates it if necessary
|
Varies |
getObservationValue()
Returns
OBX-5: "Observation Value" - creates it if necessary
|
SI |
getObx1_SetIDObservationalSimple()
Returns
OBX-1: "Set ID - Observational Simple" - creates it if necessary
|
ID |
getObx10_NatureOfAbnormalTest()
Returns
OBX-10: "Nature of Abnormal Test" - creates it if necessary
|
ID |
getObx11_ObservationResultStatus()
Returns
OBX-11: "Observation result status" - creates it if necessary
|
TS |
getObx12_EffectiveDateLastObservationNormalValues()
Returns
OBX-12: "Effective date last observation 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
|
CN |
getObx16_ResponsibleObserver()
Returns
OBX-16: "Responsible Observer" - creates it if necessary
|
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
OBX-5: "Observation Value" - creates it if necessary
|
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
|
CN |
getResponsibleObserver()
Returns
OBX-16: "Responsible Observer" - creates it if necessary
|
SI |
getSetIDObservationalSimple()
Returns
OBX-1: "Set ID - Observational Simple" - 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
|
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
|
ID |
removeObx8_AbnormalFlags(int rep)
Removes a repetition of
OBX-8: "Abnormal Flags" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic OBX(Group parent, ModelClassFactory factory)
public SI getSetIDObservationalSimple()
public SI getObx1_SetIDObservationalSimple()
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 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 getObservationResultStatus()
public ID getObx11_ObservationResultStatus()
public TS getEffectiveDateLastObservationNormalValues()
public TS getObx12_EffectiveDateLastObservationNormalValues()
public ST getUserDefinedAccessChecks()
public ST getObx13_UserDefinedAccessChecks()
public TS getDateTimeOfTheObservation()
public TS getObx14_DateTimeOfTheObservation()
public CE getProducerSID()
public CE getObx15_ProducerSID()
public CN getResponsibleObserver()
public CN getObx16_ResponsibleObserver()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001-2014 University Health Network. All Rights Reserved.