GENERAL DESCRIPTION |
Kernel requests permission to directly set
^DD(file,field) from a post-installation routine. The routine will modify the
data dictionary definition of the NEW PERSON file (#200). Direct setting of
the ^DD global will allow updating the data dictionary definition wihout
exporting the field.
Directly set $P(^DD(200,.01,0),U,5,99), to call a differnt API to process the
input of the Name field.
Directly set $P(^DD(200,20.2,0),U,5,99) to update the input transform.
Directly set ^DD(200,.01,21, to update the help text of the Name field.
|