VistA Analysis » VistA Reference » RPCs » ORQQCN SET ACT MENUS

ORQQCN SET ACT MENUS

Based on the IEN of the consult passed in, returns a string representingvarious facets of the user’s access level for that consult and service.This allows dynamic enabling/disabling of GUI menus based on the user’sability to act on that particular consult.

Properties

Property Value
Label SETACTM
MUMPS Implementation ORQQCN1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
CONSULT ID LITERAL 16 true Internal file number of the selected consult.

MUMPS Method Description

Property Value
Method SETACTM^ORQQCN1
Method Comment set action menus in GUI based on service of selected consult
Input Parameters GMRCO
Code
 Q:+$G(GMRCO)=0
N ORFLG
S Y=0
D CPRS^GMRCACTM(GMRCO,1)
Q:'$D(ORFLG(GMRCO))
S Y=ORFLG(GMRCO)

CPRS

File Type Description
Pascal File Consults/rConsults.pas


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