VistA Analysis » VistA Reference » RPCs » ORWCH SAVEALL

ORWCH SAVEALL

This RPC saves the sizing related CPRS GUI chart parameters for theuser.

Properties

Property Value
Label SAVEALL
MUMPS Implementation ORWCH
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method SAVEALL^ORWCH
Method Comment save the list of sizing information
Input Parameters LST
Code
 N I,TYP,NAM,VAL,PAR,ORERR
S (I,OK)="" F S I=$O(LST(I)) Q:'I D
. S TYP=$P(LST(I),U),NAM=$P(LST(I),U,2),VAL=$P(LST(I),U,3)
. S PAR="ORWCH "_$S(TYP="B":"BOUNDS",TYP="W":"WIDTH",TYP="C":"COLUMNS")
. D EN^XPAR(DUZ_";VA(200,",PAR,NAM,VAL,.ORERR)
. I ORERR S OK=OK_LST(I)_":"_ORERR_U
K ^TMP("ORWCHART",$J),^TMP("ORECALL",$J),^TMP("ORWORD",$J)
K ^TMP("ORWDXMQ",$J)

CPRS

File Type Description
Pascal File rMisc.pas


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