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

Package: General Medical Record - Vitals

Routine: GMVDCSAV


Information

GMVDCSAV ;HOIFO/DAD,FT-VITALS COMPONENT: SAVE DATA ; 5/8/08

Source Information

Source file <GMVDCSAV.m>

Caller Graph

Legends:

Legend of Colors

Package Component Superscript legend

action A extended action Ea event driver Ed subscriber Su protocol O limited protocol LP run routine RR broker B edit E server Se print P screenman SM inquire I

Caller Graph

Caller Graph Total: 4

Package Total Caller Graph
Clinical Procedures 1 MDKRPC2  
Emergency Department Integration Software 1 EDPVIT  
Enterprise Health Management Platform 1 HMPWB2  
VA Point of Service 1 VPSVTL02  

Entry Points

Name Comments DBIA/ICR reference
EN1(RESULT,GMVDATA) ; GMV ADD VM [RPC entry point]
; Saves vitals data
; GMVDATA has the following data:
; piece1^piece2^piece3^piece4^piece5
; where:
; piece1 = date/time in FileMan internal format
; piece2 = patient number from FILE 2 (i.e., DFN)
; piece3 = vital type, a semi-colon, the reading, a semi-colon, and
; oxygen flow rate and percentage values [optional] (e.g.,
; 21;99;1 l/min 90%)
; piece4 = hospital location (FILE 44) pointer value
; piece5 = FILE 200 user number (i.e., DUZ), an asterisk, and the
; qualifier (File 120.52) internal entry numbers separated by
; colons (e.g., 547*50:65)
; Example:
; > S GMVDATA="3051011.1635^134^1;120/80;^67^87*2:38:50:75"
; > D EN1^GMVDCSAV(.RESULT,GMVDATA)
QUALTWO ; Add a new entry to FILE 120.5
CHKDT(GMVDT,GMVSAV) ;Check if there is a vital entered for that date and time.
; If there is then add one second to the date/time until you find a
; date/time not used.
MSG(X) ; *** Add a line to the message array ***
FMERROR ;

Used in RPC

RPC Name Call Tags
GMV ADD VM EN1
Info |  Source |  Caller Graph |  Entry Points |  Used in RPC