GRID(.ROOT,DFN,END,START,SPECTYPE,.TESTS) |
Returns data for display of labs on grid controls
within CPRS lab tab.
Data returned:
^TMP("LR7OGX",$J,"INPUT",1)=DFN^END DATE^START DATE^SPECTYPE
,2-n)=lab test number
^TMP("LR7OGX",$J,"OUTPUT",n)=TestSequence^TestNumber^TestName^PrintCode
followed by specifics of tests such as
comments or indications
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
.ROOT |
Output |
Returns root of output data.
|
DFN |
Input |
IEN of PATIENT file
|
START |
Input |
Start date
|
END |
Input |
End date
|
SPECTYPE |
Input |
Specimen type to be returned
|
.TESTS |
Input |
Array of tests to be on grid display
|
~TMP("LR7OGX",$J, |
Output |
Array may be killed prior to GRID call as well as
after.
|
~TMP("LR7OG",$J, |
Output |
Array may be killed prior to GRID call as well as
after.
|
|