| DFN |
Input |
A pointer to the Patient file (#2).
|
OPT |
Input |
A list of option flags used to control the extract
process. Defaults to null if not passed in.
A - Abnormal results only
Cn - Set column width to n (default=10)
Dn - Set detail level to n (default=0)
Fn - First n results (default=1)
I - Show institution information
J - First or last for each institution
Ln - Last n results (default=1)
N - Show normal ranges
O - Old results first
Rn - Results stored within last n days
U - Show units
|
BEG |
Input |
The beginning date for extracted data, in internal VA
FileMan format. Defaults to the earliest date that the patient has data for
if not passed in.
|
END |
Input |
The ending date for extracted data, in internal VA
FileMan format. Defaults to the latest date that the patient has data for if
not passed in.
|
CLS |
Input |
A single class name/pointer or array of class names/
pointers to the CIRN Object Dictionary (#990.9). May be passed by reference or
by value. If an array is passed by reference, subscripts represent the class
name/pointer values. Defaults to all classes if not passed in.
|
INS |
Input |
A single pointer or array of pointers to the
Institution file (#4). May be passed by reference or by value. If an array
is passed by reference, the subscripts represent the pointer values. Defaults
to all institutions if not passed in. To include all institutions except a
selected list, negate the pointer value, e.g., S INS(-123)="".
|
TAX |
Input |
A taxonomy name/pointer to the CIRN Object Taxonomy
file (#990.91). Defaults to "CLINICAL SUMMARY" if not passed in.
|
RETURN VALUE |
Output |
The output of this call is in the ^TMP("RGHS",$J,
global.
|