VistA Analysis » VistA Reference » RPCs » GMV USER

GMV USER

Retrieves data about the user (e.g., parameter settings). This remote procedure call is documented in Integration Agreement 4366.

Properties

Property Value
Label RPC
MUMPS Implementation GMVRPCU
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
OPTION LITERAL 10 true Routine tag line to call in GMVRPCU.
DATA LITERAL 100 true Other data as required for the call.

MUMPS Method Description

Property Value
Method RPC^GMVRPCU
Method Comment [Procedure] Main RPC call tag
Input Parameters OPTION, DATA
First Comment
 RPC: [GMV USER]

Input parameters
1. RESULTS [Reference/Required] RPC Return array
2. OPTION [Literal/Required] RPC Option to execute
3. DATA [Literal/Required] Other data as required for call
Code
 N GMV,GMVCAT,GMVDESC,GMVENT,GMVERR,GMVFDA,GMVFLD,GMVIEN,GMVIT,GMVNAM,GMVNAME,GMVNEW,GMVOLD,GMVOWN,GMVOWNER,GMVQUAL,GMVROOT,GMVTYPE,GMVVAL,GMVVIT,GMVSCRN
S RESULTS=$NA(^TMP("GMVUSER",$J)) K @RESULTS
D:$T(@OPTION)]"" @OPTION
S:'$D(@RESULTS) @RESULTS@(0)="-1^No results returned"
D CLEAN^DILF

CPRS

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


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