VistA Analysis » VistA Reference » RPCs » ORWCH LOADALL

ORWCH LOADALL

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

Properties

Property Value
Label LOADALL
MUMPS Implementation ORWCH
Return Type ARRAY

MUMPS Method Description

Property Value
Method LOADALL^ORWCH
Method Comment load all the sizing related paramters
Code
 N ORBOUNDS,ORWIDTHS,ORCOLMNS,ILST S ILST=0
D GETLST^XPAR(.ORBOUNDS,DUZ_";VA(200,","ORWCH BOUNDS")
D GETLST^XPAR(.ORWIDTHS,DUZ_";VA(200,","ORWCH WIDTH")
D GETLST^XPAR(.ORCOLMNS,DUZ_";VA(200,","ORWCH COLUMNS")
S ILST=ILST+1,LST(ILST)="~Bounds"
S I="" F S I=$O(ORBOUNDS(I)) Q:'I S ILST=ILST+1,LST(ILST)="i"_ORBOUNDS(I)
S ILST=ILST+1,LST(ILST)="~Widths"
S I="" F S I=$O(ORWIDTHS(I)) Q:'I S ILST=ILST+1,LST(ILST)="i"_ORWIDTHS(I)
S ILST=ILST+1,LST(ILST)="~Columns"
S I="" F S I=$O(ORCOLMNS(I)) Q:'I S ILST=ILST+1,LST(ILST)="i"_ORCOLMNS(I)

CPRS

File Type Description
Pascal File fMeds.pas
Pascal File rMisc.pas


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