| GENERAL DESCRIPTION |
User can extract the latest record for a desired vital type from the
Vital/Measurement database for a particular patient by calling EN6^GMRVUTL.
Input Variables:
DFN = The internal entry number in the Patient file (#2) for the
patient data that is to be retrieved.
GMRVSTR = The abbreviation of the vital/measurement desired from the
Vital Type file (#120.51). For example:
S GMRVSTR="T",DFN=5 D EN6^GMRVUTL
"T" is the abbreviation of temperature. GMRVSTR will be killed.
Output Variable:
X is set to the entire zeroth node for the entry in question in the
Vital/Measurement file (#120.5), for example, ^GMR(120.5,IEN,0),
where IEN is the subscript in the file that contains the data. The
following shows the format of value containd in X.
X=2920728.06^5^2^2920728.13482^42^2098^6^101.1
|