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

DSIV DDR UPDATE SUBFILE

This will add a new record to a multiple in a file. The multiple can be at any level as long as the IENS is properly defined. Additional fields can filed with the record.

Properties

Property Value
Label UPDATE1
MUMPS Implementation DSIVDDR0
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
FILE LITERAL 20 true This is the number of the subfile to which a new record is to be added
IENS LITERAL 50 true This is the standard Fileman DBS parameter for calling UPDATE^DIE when adding a record to a multiple in a file. If IENS is not passed or is passed as <null>, then this will add the record at the top level of the file.
DATA LIST 250 true This is a list of fields and their internal values to be filed with the new record. Obviously the .01 field should have a value to be filed. The format of the DATA array: DATA(field#)=value On the GUI side this would be: Param.List['field#'] := value


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