VistA Analysis » VistA Reference » RPCs » GMV PARAMETER

GMV PARAMETER

Sets and retrieves parameter values used by the graphical user interface. This remote procedure call is documented in Integration Agreement 4367.

Properties

Property Value
Label RPC
MUMPS Implementation GMVPAR
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
OPTION LITERAL 10 true Routine tag line to call.
ENT LITERAL     The entity value to use. See Integration Agreement 2263 and FILE 8989.518for a list of entity values.
PAR LITERAL     The parameter value to use. See FILE 8989.51 for a list of parametervalues. This value must start with the letters "GMV" (no quotes).
INST LITERAL     The instance to use.
VAL LITERAL     The value assigned to a parameter. Values are stored in FILE 8989.5.

MUMPS Method Description

Property Value
Method RPC^GMVPAR
Method Comment [Procedure] Main RPC Hit Point
Input Parameters OPTION, ENT, PAR, INST, VAL
First Comment
 RPC: [GMV PARAMETER]

Requires that the parameter name in PAR
be in the GMV namespace.

Input parameters
1. RESULTS [Literal/Required] No description
2. OPTION [Literal/Required] No description
3. ENT [Literal/Required] No description
4. PAR [Literal/Required] No description
5. INST [Literal/Required] No description
6. VAL [Literal/Required] No description
Code
 N ERR,TMP,RET,TXT,IEN,IENS,ROOT
S INST=$G(INST,1)
S PAR=$G(PAR,"GMV")
S RESULTS=$NA(^TMP($J)) K @RESULTS
I PAR'?1"GMV".E S ^TMP($J,0)="-1^Non Vitals Measurements Parameter" Q
D:$T(@OPTION)]"" @OPTION
I +$G(ERR) K @RESULTS S @RESULTS@(0)="-1^Error: "_(+ERR)_" "_$P(ERR,U,2)
I '$D(^TMP($J)) S @RESULTS@(0)="-1^No date 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