DD(8989.5,.01,V,B |
File 8989.5 is the Parameters file and its .01 is a
variable pointer to multiple files. This reference allows the Parameter Tools
component to ensure that only allowable files are being referenced.
A function within toolkit returns a 1 if the file exists in the variable
pointer definition or 0 otherwise.
The following is the code it uses (in XPARDD1):
ALLOW(FN) ; Screens allowable entities to variable ptrs in 8989.5,.01
; ** VPDD ** see which files 8989.5 can point to
Q:'FN 0
Q $D(^DD(8989.5,.01,"V","B",FN))>0
|