GMVDCSAV ;HOIFO/DAD,FT-VITALS COMPONENT: SAVE DATA ; 5/8/08
Source file <GMVDCSAV.m>
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 | ;
|
RPC Name | Call Tags |
---|---|
GMV ADD VM | EN1 |