DESCRIPTION |
This RPC returns XML containing a list of Laboratory test results for a
XML Mapping:
VistaPatientId element = DFN
LabTestId element = Test
TestPrintName element = Print Name
TestResult element = result
TestDate element = inverse d/t (Converted to HL7 format)
XML Example:
patient within a given date range.
<LabTests>
<LabTest>
<VistaPatientId>378793</VistaPatientId>
<LabTestId>3</LabTestId>
<TestPrintName>HGB</TestPrintName>
<TestResult>14.1</TestResult>
<TestDate>20010910122446-0600</TestDate>
</LabTest>
<LabTest>
<VistaPatientId>378793</VistaPatientId>
<LabTestId>3</LabTestId>
<TestPrintName>HGB</TestPrintName>
<TestResult>14.4</TestResult>
<TestDate>20010430115535-0600</TestDate>
</LabTest>
</LabTests>
The data returned is provided by the Lab API RR^LR7OR1 in the
^TMP("LRRR" global array in the following format.
^TMP("LRRR",$J,DFN,SUB,inverse d/t,sequence #) = Test^result^L/N flag^
units^reference range^result status^^^Nat'l Code^Name^System^Verified b
y^^Therapeutic flag^Print Name^Accession^Order#
|