VistA Analysis » VistA Reference » RPCs » DSIC XPAR MULT ACTION

DSIC XPAR MULT ACTION

This is a multi-function front end to the Parameter APIs. It allows you with a single RPC call to take edit type actions on several parameter/entity/instance combinations. You can only do these actions: add, change, or delete Each entry in the passed list is treated as if it was a separate RPC call. Thus each entry is totally independent of the others. So you can mix and match parameters, entities, instances, and actions.

Properties

Property Value
Label MULT
MUMPS Implementation DSICXPR
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
DSICLIST LIST 250 true DSICLIST - required - p1^p2^p3^p4^p5^p6^p7 where For p1 - p6 see the equivalent DSIC XPAR xxxxxx RPC definition to see which p1 - p6 are required for the action requested p1 := entity - default to USR p2 := parameter name p3 := instance p4 := value p5 := new instance value p6 := format for GET1 call p7 := action to be taken - must be ADD, CHG, or DEL if p7 = "ADD" then for this list element perform ADD function if p7 = "CHG" then for this list element perform change value for a parameter/entity/instance if p7 = "DEL" then for this list element perform delete of of a parameter/entity/instance


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