source: FOIAVistA/tag/r/IMAGING-MAG-ZMAG/MAGGTSYS.m@ 636

Last change on this file since 636 was 636, checked in by George Lilly, 14 years ago

WorldVistAEHR overlayed on FOIAVistA

File size: 2.3 KB
Line 
1MAGGTSYS ;WOIFO/GEK - Calls from Imaging windows for System Manager ; [ 06/20/2001 08:57 ]
2 ;;3.0;IMAGING;;Mar 01, 2002
3 ;; +---------------------------------------------------------------+
4 ;; | Property of the US Government. |
5 ;; | No permission to copy or redistribute this software is given. |
6 ;; | Use of unreleased versions of this software requires the user |
7 ;; | to execute a written test agreement with the VistA Imaging |
8 ;; | Development Office of the Department of Veterans Affairs, |
9 ;; | telephone (301) 734-0100. |
10 ;; | |
11 ;; | The Food and Drug Administration classifies this software as |
12 ;; | a medical device. As such, it may not be changed in any way. |
13 ;; | Modifications to this software may result in an adulterated |
14 ;; | medical device under 21CFR820, the use of which is considered |
15 ;; | to be a violation of US Federal Statutes. |
16 ;; +---------------------------------------------------------------+
17 ;;
18 Q
19MAG(MAGRY,NODE) ;RPC Call to show node of Image File
20 ; NODE is the IEN of Image File : ^MAG(2005,NODE
21 N Y
22 S MAGRY=$NA(^TMP("MAGNODE",$J))
23 S NODE=+$G(NODE)
24 I 'NODE S NODE=$P(^MAG(2005,0),U,3)
25 N MAGWIN,I,CT,X
26 S MAGWIN=$$BROKER^XWBLIB
27 K @MAGRY
28 ;S @MAGRY@(0)="Display Imaging File NODE "_$S(NODE:NODE,1:"LAST")
29 S I=0,CT=0
30 I 'MAGWIN W !,"NODE"," ",NODE
31 S I="^MAG(2005,"_NODE_","""")"
32 F S X=$Q(@I) S I=X Q:$P(X,",",2)'=NODE D
33 . S CT=CT+1,@MAGRY@(CT)=X_" "_@X
34 . I 'MAGWIN W !,X," ",@X
35 ;
36 Q
37GETS(MAGRY,NODE,FLAGS) ; USE GETS^DIQ TO GET FIELD VALUES.
38 N Y
39 S MAGRY=$NA(^TMP("MAGNODE",$J))
40 S NODE=+$G(NODE)
41 I 'NODE S NODE=$P(^MAG(2005,0),U,3)
42 N MAGWIN,I,CT
43 S MAGWIN=$$BROKER^XWBLIB
44 K @MAGRY
45 S @MAGRY@(0)="Fields for Image IEN: "_NODE
46 S I=0,CT=0
47 I 'MAGWIN W !,"NODE"," ",NODE
48 N MAGOUT,MAGERR
49 S FLAGS=$S($L($G(FLAGS)):FLAGS,1:"IERN")
50 D GETS^DIQ(2005,NODE,"*",FLAGS,"MAGOUT","MAGERR")
51 ;D GETS^DIQ(2005,NODE,".01;1;2;2.1;2.2;3;5;6;12","R","MAGOUT","MAGERR")
52 S NNODE=NODE_","
53 S I="" F S I=$O(MAGOUT(2005,NNODE,I)) Q:I="" D
54 . S CT=CT+1
55 . I $G(MAGOUT(2005,NNODE,I,"I"))=$G(MAGOUT(2005,NNODE,I,"E")) S @MAGRY@(CT)=I_" = "_MAGOUT(2005,NNODE,I,"E") Q
56 . S @MAGRY@(CT)=I_" = ("_$G(MAGOUT(2005,NNODE,I,"I"))_") = "_$G(MAGOUT(2005,NNODE,I,"E"))
57 Q
Note: See TracBrowser for help on using the repository browser.