VistA Analysis » VistA Reference » RPCs » DSIV UPDATE SUBFILE MULT

DSIV UPDATE SUBFILE MULT

Allows editing of multiple entries in a FileMan multiple at one time.

Properties

Property Value
Label ADDUPD
MUMPS Implementation DSIVIC2
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
FILE LITERAL 20 true Contains the file# to add/edit data.
IEN LITERAL 30 true Contains the IEN of the entry to add/edit.
DATA LIST 50 true Array holding entries for adding: DATA(n)=$START DATA(n)=field^value DATA(n)=field^value DATA(n)=$END for updating: DATA(n)=$START DATA(n)=SubfieldIEN^field^value DATA(n)=SubfieldIEN^field^value DATA(n)=$END
FLAG LITERAL 1 true FLAG=0 to add entries to a multiple,FLAG=1 to update entries in a multiple.


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