VistA Analysis » VistA Reference » RPCs » MAG4 FILTER SAVE

MAG4 FILTER SAVE

Stores the new filter to the IMAGE LIST FILTERS file (#2005.87) or updatesproperties of the existing filter.

Properties

Property Value
Label SET
MUMPS Implementation MAGGSFL1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
MAGGZ LIST   true List that stores the filter data and related parameters. Each list item has 2 pieces separated by '^': ^01: Field number ^02: Field value The following special names can be used in place of field numbers: FLAGS - Value contains flags that control the execution (can be combined): S Selective save. If this flag is provided, then only the fields listed in the MAGZ array are updated; other filter properties are not changed. By default, all filter properties, which do not have new values in the MAGZ array, are cleared. IEN - Value is the Internal Entry Number of the filter that has to be modified. USER - Value is the IEN of the user who this filter is saved for. Example: with RPCBroker.Param[0] do begin PType := list; Mult[1] := 'IEN^23'; Mult[2] := 'FLAGS^S'; Mult[3] := '15^Column Description'; end;


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