|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7Segment | +--org.vmdb.hl7.OBXSegment
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
The OBX segment is used to transmit a single observation or observation fragment. It represents the smallest indivisible unit of a visit summary report. The OBX segment identifies the specific type of observation result being reported (OBX-3) and the specific value of the observation (OBX-5).
Reporting to the VMDB focuses on OBX-3 and OBX-5 as the most informative elements of the message and thus, full effort should be made to make OBX-3 and OBX-5 as valid and unambiguous as possible. Because of its flexible nature, observations of nearly all types can be transmitted through a series of OBX segments. Because each segment identifies a separate unique value for an observation type-observation value pair, there is no limit to the number of observations that may be transmitted in a single ORU message. For VMDB reporting a minimum of one diagnosis OBX segment is required.
See HL7 Standard Chapter 7 for details.
Constructor Summary | |
OBXSegment()
Construct an empty observation result segment. |
|
OBXSegment(HL7SegmentContainer msgParent)
Construct an empty observation result segment, setting its containing message object. |
Method Summary | |
CEElement |
getObservationIdentifier()
Get the observation identifier as a CEElement. |
HL7Element |
getObservationValue()
Get the observation value as base class HL7Element |
java.lang.String |
getObservationValueType()
Get the HL7 data type of OBX.5. |
java.lang.String |
getSetId()
Get the observation set id |
java.lang.String |
getSubId()
Get the observation sub id. |
CEElement |
getUnits()
Get the units as a CEElement |
void |
setObservationIdentifier(CEElement ceObsId)
Set the type of observation as a LOINC coded CE element. |
void |
setObservationValue(HL7Element eNewValue)
Set the observation value. |
void |
setObservationValue(java.lang.String sNewValue)
Set the observation value. |
void |
setObservationValueType(java.lang.String sType)
Set the type of OBX.5 as one of the HL7 data types. |
void |
setResultStatus(java.lang.String sCode)
Set the result status. |
void |
setSetId(java.lang.String sSetId)
Set the observation set id used to distinguish individual OBX's. |
void |
setSubId(java.lang.String sSubId)
Set the observation sub id used to relate two or more OBX's as part of the same observation such as a modifier added to a term. |
void |
setUnits(CEElement eUnits)
Set the Units as preformed CEElement. |
void |
setUnits(java.lang.String sUnits)
Set the Units as String. |
Methods inherited from class org.vmdb.hl7.HL7Segment |
clearField, getField, getFieldValue, iterator, listFields, setField, setField, setField, setField, setField, setField, setField, toString, toXML |
Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OBXSegment()
public OBXSegment(HL7SegmentContainer msgParent)
msgParent
- HL7SegmentContainer (normally a loop) object that
contains this segment.Method Detail |
public void setSetId(java.lang.String sSetId)
public java.lang.String getSetId()
public void setObservationValueType(java.lang.String sType) throws MalformedFieldException
sType
- String with CE, SN, NM, or ST value
MalformedFieldException
public java.lang.String getObservationValueType()
public void setObservationIdentifier(CEElement ceObsId)
ceObsId
- a constructed CEElement coding for the observation identifier.
Normally this will be a preconstructed constant for one of the VMDB
pre-LOINC-coded identifiers.public CEElement getObservationIdentifier()
public void setSubId(java.lang.String sSubId)
modifyObservation
method of the ORU message class.
sSubId
- String with 1.1, 1.2, 2.1, etc.public java.lang.String getSubId()
public void setObservationValue(HL7Element eNewValue)
eNewValue
- HL7Element (or subclass) with value.public void setObservationValue(java.lang.String sNewValue)
sNewValue
- String with value of simple data type.public HL7Element getObservationValue()
public void setUnits(CEElement eUnits)
eUnits
- CEElement with units coded as ISO+ or ANS+public void setUnits(java.lang.String sUnits)
sUnits
- String with unitspublic CEElement getUnits()
public void setResultStatus(java.lang.String sCode)
sCode
- String with result status (normally "F")
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |