VistA Analysis » VistA Reference » RPCs » ORQQPL EDIT LOAD

ORQQPL EDIT LOAD

Return array of default fields and original fields - GMPFLD() and GMPORIG()

Properties

Property Value
Label EDLOAD
MUMPS Implementation ORQQPL1
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
IFN LITERAL     IFN for problem
provider LITERAL      
vamc LITERAL      

MUMPS Method Description

Property Value
Method EDLOAD^ORQQPL1
Method Comment LOAD EDIT ARRAYS
Input Parameters DA
First Comment
 DA=problem IFN
Code
 N I,GMPFLD,GMPORIG,GMPL
D GETFLDS^GMPLEDT3(DA)
S I=0
D LOADFLDS(.RETURN,"GMPFLD","NEW",.I)
D LOADFLDS(.RETURN,"GMPORIG","ORG",.I)
K GMPFLD,GMPORIG,GMPL ; should not have to do this

CPRS

File Type Description
Pascal File rProbs.pas


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