Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Used in RPC
Print Page as PDF
Routine: GMVUTL7

Package: General Medical Record - Vitals

Routine: GMVUTL7


Information

GMVUTL7 ;HIOFO/DS,FT-RPC API TO RETURN ALL VITALS/CATEGORIES/QUALIFIERS ;7/17/02 14:52

Source Information

Source file <GMVUTL7.m>

Entry Points

Name Comments DBIA/ICR reference
GETVITAL(RESULT,GMVLIST)
GETALL(GMVLOOP,RESULT)
GETDATA(GMVVITAL)
GETCAT(GMVVTP,GMVITCAT,RESULT,GMVNUM)
ABBVAL(VITALTYP)
GETIEN(GMVABB) ; Gets IEN from the Abbreviation code.
ROOMPT(RESULTS,GMVWRD,GMVRLST) ; GMV WARD/ROOM PATIENTS [RPC entry point]
; Returns a list of patients in the ward and rooms specified
; Input:
; RESULTS - name of the array to hold the patient list
; GMVWRD - name of the ward (e.g., 2EAST)
; GMVRLST - the room numbers of the ward separated by comma
; (e.g., 200,210,220)
; Output:
; RESULT(n)=patient name^DFN^DOB (external)^SSN (no hyphens)
;
; n is a sequential number beginning with 0 (zero)
TIME(RESULT,P2) ;Gets current time

Used in RPC

RPC Name Call Tags
GMV VITALS/CAT/QUAL GETVITAL
GMV WARD/ROOM PATIENTS ROOMPT
GMV GET CURRENT TIME TIME
Info |  Source |  Entry Points |  Used in RPC