1 | YTCLERK1 ;SLC/DJP-CONTINUATION OF ^YTCLERK; ;5/30/02 15:06
|
---|
2 | ;;5.01;MENTAL HEALTH;**10,19,76**;Dec 30, 1994
|
---|
3 | A31 ;
|
---|
4 | S YSQ=0,YSOK=1 R !!?3,"Queue to print when test(s)/interview(s) completed? Y// ",A:DTIME S YSTOUT='$T,YSUOUT=A["^" I YSTOUT!YSUOUT S YSOK=-1 Q
|
---|
5 | S A=$TR($E(A_"Y"),"yn","YN") I A="Y" S YSQ=1 G QUE
|
---|
6 | Q:A="N" W !!?3,"Queing will send tests results to the selected printer as soon as it",!?3,"is available." G A31
|
---|
7 | QUE ;
|
---|
8 | W ! K ION S IOP="Q" D ^%ZIS I POP S YSOK=-1 Q
|
---|
9 | I '$D(ION) W !,"IMPROPERLY DEFINED DEVICE!",$C(7) G QUE
|
---|
10 | I IO=IO(0),IOST'?1"P".E W !,"YOU MUST QUEUE TO A PRINTER!",$C(7) G QUE
|
---|
11 | Q
|
---|
12 | ZAP ;
|
---|
13 | W !!,"Do you want to delete ",YSTESTN," now" S %=2 D YN^DICN G:%=0 ZAP1 G:%'=1 KAR^YTS D ENKIL^YTFILE W !!,YSTESTN," DELETED!" D 1^YTCLERK Q
|
---|
14 | ZAP1 W !!,"By entering ""Y"", the test will be deleted from the patient's file.",! G ZAP
|
---|
15 | Q
|
---|
16 | REMMPR ;
|
---|
17 | R !,"SHORT FORM" S %=1 D YN^DICN
|
---|
18 | ;
|
---|
19 | ; Yes... Administer the MMRP-Short.
|
---|
20 | I %=1 K % Q
|
---|
21 | ;
|
---|
22 | ; No... Administer the MMPR-Long.
|
---|
23 | I %=2 D G REN ;->
|
---|
24 | . W !! F YSI=0:1:5 W !,$P($T(YSM+YSI),";;",2,99)
|
---|
25 | . W !!
|
---|
26 | . H 2
|
---|
27 | ;
|
---|
28 | ; Must've up-arrowed out...
|
---|
29 | I %=-1 S YSTIN=1 K % Q
|
---|
30 | ;
|
---|
31 | ; User asked for help...
|
---|
32 | I %=0 W !!,"If the short form (MMPR) is not used, the long form (MMPI) will be substituted.",! K % G REMMPR
|
---|
33 | ;
|
---|
34 | ;
|
---|
35 | YSM ;clerk entered long form message
|
---|
36 | ;;Please clerk-enter all items in MMPR order. After the
|
---|
37 | ;;test has been completely clerk entered, the computer will
|
---|
38 | ;;re-order the items and save them in MMPI order. On the
|
---|
39 | ;;test results printout, the items will appear in MMPI order.
|
---|
40 | ;
|
---|
41 | REN ;
|
---|
42 | ; Administering the MMPI... ien#60
|
---|
43 | S YSTEST=60,YSNQ=566,YSTF=1 Q
|
---|
44 | RESTART ;
|
---|
45 | ; Called from RESTART and from YTCLERK
|
---|
46 | ; 3/11/94 LJA
|
---|
47 | S YSTESTN=$P(^YTT(601,YSTEST,0),U)
|
---|
48 | I +YSTEST=60 D ;MMPI OR MMPR-LONG?
|
---|
49 | . I $G(^YTD(601.4,+YSDFN,1,14,99))="MMPIR" S YSTESTN="MMPIR"
|
---|
50 | W !,"Restart ",YSTESTN," now" S %=1 D YN^DICN G GOT:%=1,KAR^YTS:%<0
|
---|
51 | I %=0 W !,"Test will restart at question interrupted." G RESTART
|
---|
52 | W !!,YSTESTN," must be completed or deleted prior to administering another test." G ZAP
|
---|
53 | GOT ;
|
---|
54 | D A31 G KAR^YTS:YSOK<1
|
---|
55 | S YSXTP=1,YSXT=YSTEST,J=+$P(^YTD(601.4,YSDFN,1,YSENT,0),U,4),C=$P(^(0),U,5),YSDTA=$P(^(0),U,3),YSORD=$P(^(0),U,7) S:J<1 J=1
|
---|
56 | S B=$G(^YTD(601.4,YSDFN,1,YSENT,"B")),YSRP=$S(J#200=1:"",1:^(J+199\200)),B1=$S(B?1"W ".PN1"ANSWER".E:0,1:1)
|
---|
57 | I YSTESTN?1"MCMI"1N S YSNQ=$P(^YTT(601,YSTEST,"Q",0),U,3) ;ASF 5/30/02
|
---|
58 | E S YSNQ=$P(^YTT(601,YSTEST,0),U,11)
|
---|
59 | S YSCL=YSTEST,YSCLN=YSTESTN,R1=1 W !! G ENX^YTCLERK
|
---|