| GSITE |
Input |
This is an array containing IV infusion location
(e.g., LEFT WRIST). The NURCES2 routine passes the parameter GSITE by
reference. For example:
GSITE=LEFT WRIST
|
II |
Output |
The variable II is a single dimension array. It is
the formal parameter associated with GSITE. Each subscripted element contains
the value of the IV CATHETER TYPE/SIZE field from the GMRY PATIENT I/O FILE
(#126) for a patient. It returns the name of the IV catheter for a given IV
infusion location and patient. For example:
GSITE("LEFT WRIST")=TRIPLE LUMEN
|
DFN |
Input |
The calling routine must have DFN defined.
|