VistA Analysis » VistA Reference » RPCs » GMV ADD VM

GMV ADD VM

This remote procedure call is used to enter a new Vital/Measurement recordin the GMRV Vital Measurement file (#120.5). This remote procedure call is documented in Integration Agreement 3996.

Properties

Property Value
Label EN1
MUMPS Implementation GMVDCSAV
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
GMRVDATA LITERAL 255 true This variable contains the data needed to create a Vital/Measurementrecord in the GMRV Vital Measurement (#120.5) file. The values are parsedout of the GMRVDATA variable and filed. GMRVDATA 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 = user number from FILE 200 (i.e., DUZ), an asterisk, and the qualifier (File 120.52) internal entry numbers separated by colons (e.g., 547*50:65)

MUMPS Method Description

Property Value
Method EN1^GMVDCSAV
Method Comment GMV ADD VM [RPC entry point]
Input Parameters GMVDATA
First Comment
 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)
Code
 N GMVCNT,GMVDFN,GMVDTDUN,GMVDTENT,GMVENTBY,GMVFDA,GMVHOSPL
N GMVLOOP,GMVMSG,GMVQUALS,GMVRES,GMVIEN,GMVVMEAS,GMVVQUAL,GMVVTYP
D QUALTWO

CPRS

File Type Description
DLL File No Source Code Available (GMV_VitalsViewEnter.dll)


Document generated on August 31st 2022, 2:55:43 pm