| $$QUALIFRS(IEN) |
This function returns the external values of the
QUALIFIER (#5) multiple field for an entry in the GMRV VITAL MEASUREMENT
(#120.5) file. The qualifier values are separated by a comma.
Example:
> S IEN=488
> W $$QUALIFRS^GMVUTL8(IEN)
> L ARM,SITTING,CUFF,ADULT
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN is the internal entry number of an entry in the
GMRV VITAL MEASUREMENT (#120.5) file.
|
$$QUALIFRS |
Output |
A string that contains the results of the function.
|
|
$$SUPO2(IEN) |
This function returns the external value of the
SUPPLEMENTAL O2 (#1.4) field for an entry in the GMRV VITAL MEASUREMENT
(#120.5) file.
Example:
> S IEN=489
> W $$SUPO2^GMVUTL8(IEN)
> 2 l/min 90%
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN is the internal entry number of an entry in the
GMRV VITAL MEASUREMENT (#120.5) file.
|
$$SUPO2 |
Output |
A string that contains the results of the function.
|
|