|
|||||||||
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.OBRSegment
Description: Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
Now is the timeFor VMDB reporting, the OBR defines the observations made during the patient visit. These fall into two general categories: physical observations about the patient and impressions concerning the patientÕs condition at the end of the visit. The values for these observations are reported in OBX segments, which are described below. There can be many OBXÕs per OBR, but only one OBR per PV1. Since all of the observations named in this segment are being reported after the fact for VMDB reporting, elements that are commonly used to track the status of an order as well as the specific filler and placer information are unneeded. Thus only a very few elements in this segment are needed by the ORU message. See HL7 Standard Chapter 4 for details.
Constructor Summary | |
OBRSegment()
Construct an empty OBR segment. |
|
OBRSegment(HL7SegmentContainer msgParent)
Construct an empty OBR segment, setting its containing message object. |
Method Summary | |
java.lang.String |
getObservationDateTime()
Get the observation date/time as a string. |
java.lang.String |
getResultStatus()
Get Result status code. |
CEElement |
getUniversalServiceId()
Get the universal service identifier as the complete CEElement. |
java.lang.String |
getUniversalServiceIdText()
Get just the text of the Universal Service Id. |
void |
setObservationDateTime(java.lang.String sDateTime)
Set the observation date/time of the message to string formatted date/time. |
void |
setResultStatus(java.lang.String sStatus)
Set the result status code. |
void |
setUniversalServiceId(CEElement ceServiceId)
Set the coded universal service identifier. |
void |
setUniversalServiceId(java.lang.String sCode,
java.lang.String sText,
java.lang.String sCodeType)
Set the coded universal service identifier from the individual components of a CE element. |
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 OBRSegment()
public OBRSegment(HL7SegmentContainer msgParent)
msgParent
- HL7SegmentContainer (Message or Loop) object that
contains this segment.Method Detail |
public void setUniversalServiceId(java.lang.String sCode, java.lang.String sText, java.lang.String sCodeType)
sCode
- code value normally snomedsText
- spelled out termpublic void setUniversalServiceId(CEElement ceServiceId)
ceServiceId
- CEElement usually a constant from LOINC or SNOMEDpublic CEElement getUniversalServiceId()
public java.lang.String getUniversalServiceIdText()
public void setObservationDateTime(java.lang.String sDateTime)
sDateTime
- String with date/time in yyyyMMddHHmmss formatpublic java.lang.String getObservationDateTime()
public void setResultStatus(java.lang.String sStatus)
sStatus
- String with date in ISO formatpublic java.lang.String getResultStatus()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |