| RETURN PARAMETER DESCRIPTION |
Data will be returned in ^TMP("DSIC",$J,"DILIST",n,0).
p4 - sig block title p8 = service
If problems are encountered, then return
^TMP("DSIC",$J,"DILIST",1,0) = -1^message
If additional messages are provided then they will be at
^TMP("DSIC",$J,"DILIST",n,0) = message for n=2,3,4,5,...
If $Piece(List[0],"^",1) := -1 then there were problems, else the lookup
was successful.
If a successful find for the lookup value, then return the following data:
^TMP("DSIC",$J,"DILIST",n,0) = p1^p2^p3^...^p8 for n=1,2,3,4,...
for the GUI, you will have List[n] := p1^p2^...^p8 for n=0,1,2,3,...
where
p1 = ien p5 = first m last p9 = division
p2 = name (.01 field) p6 = initials
p3 = sig block printed name p7 = title
|