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

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

initial load of FOIAVistA 6/30/08 version

File size: 3.1 KB
Line 
1MAGGTSYS ;WOIFO/GEK - Calls from Imaging windows for System Manager ; [ 06/20/2001 08:57 ]
2 ;;3.0;IMAGING;**59**;Nov 27, 2007;Build 20
3 ;;Per VHA Directive 2004-038, this routine should not be modified.
4 ;; +---------------------------------------------------------------+
5 ;; | Property of the US Government. |
6 ;; | No permission to copy or redistribute this software is given. |
7 ;; | Use of unreleased versions of this software requires the user |
8 ;; | to execute a written test agreement with the VistA Imaging |
9 ;; | Development Office of the Department of Veterans Affairs, |
10 ;; | telephone (301) 734-0100. |
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
19GETS(MAGRY,NODE,FLAGS) ; USE GETS^DIQ TO GET FIELD VALUES.
20 K MAGWIN,I,CT,Y,NC,MAGOUT,MAGERR,TNC,ZZ
21 S MAGRY=$NA(^TMP("MAGNODE",$J))
22 S NODE=+$G(NODE)
23 I 'NODE S NODE=$P(^MAG(2005,0),U,3)
24 S MAGWIN=$$BROKER^XWBLIB
25 I 'MAGWIN W !,"NODE"," ",NODE
26 K @MAGRY
27 S @MAGRY@(0)="****** Fields for Image IEN: "_NODE_" ******"
28 S I=0,CT=0
29 S FLAGS=$S($L($G(FLAGS)):FLAGS,1:"IERN")
30 D GETS^DIQ(2005,NODE,"*",FLAGS,"MAGOUT","MAGERR")
31 ;D GETS^DIQ(2005,NODE,".01;1;2;2.1;2.2;3;5;6;12","R","MAGOUT","MAGERR")
32 S NC=NODE_","
33 S I="" F S I=$O(MAGOUT(2005,NC,I)) Q:I="" D
34 . S CT=CT+1
35 . I $G(MAGOUT(2005,NC,I,"I"))=$G(MAGOUT(2005,NC,I,"E")) D Q
36 . . S ZZ=I,$E(ZZ,45,999)=" = "_$G(MAGOUT(2005,NC,I,"E"))
37 . . S @MAGRY@(CT)=ZZ
38 . . ;S @MAGRY@(CT)=I_" = "_MAGOUT(2005,NC,I,"E") Q
39 . . Q
40 . ;
41 . S ZZ=I,$E(ZZ,25,999)=" = ("_$G(MAGOUT(2005,NC,I,"I"))_") "
42 . I ($L(ZZ)>44) S ZZ=ZZ_" = "_$G(MAGOUT(2005,NC,I,"E")) S @MAGRY@(CT)=ZZ Q
43 . I ($L(ZZ)<45) S $E(ZZ,45,999)=" = "_$G(MAGOUT(2005,NC,I,"E")) S @MAGRY@(CT)=ZZ Q
44 . ;S @MAGRY@(CT)=I_" = ("_$G(MAGOUT(2005,NC,I,"I"))_") = "_$G(MAGOUT(2005,NC,I,"E"))
45 . Q
46 I $P($G(^MAG(2005,NODE,2)),"^",6)=8925 D
47 . K MAGOUT,MAGERR
48 . S CT=CT+1,@MAGRY@(CT)=" *************** TIU *************** "
49 . S CT=CT+1,@MAGRY@(CT)=" **** Field Values for TIUDA: "_$P(^MAG(2005,NODE,2),"^",7)_" ****"
50 . D GETS^DIQ(8925,$P(^MAG(2005,NODE,2),"^",7),"*",FLAGS,"MAGOUT","MAGERR")
51 . S NC=$P(^MAG(2005,NODE,2),"^",7)_","
52 . S I="" F S I=$O(MAGOUT(8925,NC,I)) Q:I="" D
53 . . S CT=CT+1
54 . . I $G(MAGOUT(8925,NC,I,"I"))=$G(MAGOUT(8925,NC,I,"E")) D Q
55 . . . S ZZ=I,$E(ZZ,45,999)=" = "_$G(MAGOUT(8925,NC,I,"E"))
56 . . . S @MAGRY@(CT)=ZZ
57 . . . ;S @MAGRY@(CT)=I_" = "_MAGOUT(2005,NC,I,"E") Q
58 . . . Q
59 . . ;
60 . . S ZZ=I,$E(ZZ,25,999)=" = ("_$G(MAGOUT(8925,NC,I,"I"))_") "
61 . . I ($L(ZZ)>44) S ZZ=ZZ_" = "_$G(MAGOUT(8925,NC,I,"E")) S @MAGRY@(CT)=ZZ Q
62 . . I ($L(ZZ)<45) S $E(ZZ,45,999)=" = "_$G(MAGOUT(8925,NC,I,"E")) S @MAGRY@(CT)=ZZ Q
63 . . ;S @MAGRY@(CT)=I_" = ("_$G(MAGOUT(2005,NC,I,"I"))_") = "_$G(MAGOUT(2005,NC,I,"E"))
64 . . Q
65 . Q
66 Q
Note: See TracBrowser for help on using the repository browser.