PSGWI026 ; ; 04-JAN-1994
;;2.3; Automatic Replenishment/Ward Stock ;;4 JAN 94
Q:'DIFQ(59.4) F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
Q Q
;;^DD(59.4,4.5,21,6,0)
;;="Data for AMIS Stats - Print" option and the "Show AOU Status for
;;^DD(59.4,4.5,21,7,0)
;;=AMIS" option. When you are sure that the data is accurate, then
;;^DD(59.4,4.5,21,8,0)
;;=AND ONLY THEN, set this site parameter to "YES". Once the parameter
;;^DD(59.4,4.5,21,9,0)
;;=is set to "YES", you should under NO CIRCUMSTANCES flip the setting
;;^DD(59.4,4.5,21,10,0)
;;=back and forth. While this parameter is set to "NO", NO DATA is
;;^DD(59.4,4.5,21,11,0)
;;=collected in the AR/WS Stats File - 58.5 for AMIS statistics!
;;^DD(59.4,4.5,"DT")
;;=2870904
;;^DD(59.4,5,0)
;;=PRINT RETURN COLUMNS?^S^1:YES;0:NO;^0;6^Q
;;^DD(59.4,5,20,0)
;;=^.3LA^1^1
;;^DD(59.4,5,20,1,0)
;;=PSGW
;;^DD(59.4,5,21,0)
;;=^^3^3^2890907^^^^
;;^DD(59.4,5,21,1,0)
;;=If 1, the return quantity column and the return reason column will appear
;;^DD(59.4,5,21,2,0)
;;=on the inventory sheet in the Automatic Replenishment package.
;;^DD(59.4,5,21,3,0)
;;=If 0, the return columns do not appear on the inventory sheet.
;;^DD(59.4,5,"DT")
;;=2850719
;;^DD(59.4,5.5,0)
;;=IS SITE SELECTABLE FOR AR/WS?^S^1:YES;0:NO;^0;26^Q
;;^DD(59.4,5.5,.1)
;;=INPATIENT PACKAGE USE
;;^DD(59.4,5.5,20,0)
;;=^.3LA^1^1
;;^DD(59.4,5.5,20,1,0)
;;=PSGW
;;^DD(59.4,5.5,21,0)
;;=^^6^6^2890725^^^^
;;^DD(59.4,5.5,21,1,0)
;;=Should this inpatient site name be shown for use by AR/WS users? When
;;^DD(59.4,5.5,21,2,0)
;;=users sign into the module to carry out AR/WS functions, should this site
;;^DD(59.4,5.5,21,3,0)
;;=name be displayed? If you answer "yes", the software will display or
;;^DD(59.4,5.5,21,4,0)
;;=allow you to pick this site name when you enter the module. If you answer
;;^DD(59.4,5.5,21,5,0)
;;="no", the software will "screen out" the site name so that AR/WS users
;;^DD(59.4,5.5,21,6,0)
;;=will not see or be able to select the site name while in the AR/WS module.
;;^DD(59.4,5.5,"DT")
;;=2871211
;;^DD(59.4,5.6,0)
;;=PROMPT FOR BAR CODES?^S^1:YES;0:NO;^0;27^Q
;;^DD(59.4,5.6,3)
;;=* NOTE * This field is not in use at this time. In a future version, if this field is answered 'Yes', users will be offered the opportunity to use bar code readers for On-Demands.
;;^DD(59.4,5.6,20,0)
;;=^.3LA^1^1
;;^DD(59.4,5.6,20,1,0)
;;=PSGW
;;^DD(59.4,5.6,21,0)
;;=^^3^3^2901012^^^^
;;^DD(59.4,5.6,21,1,0)
;;=* NOTE * This field is not in use at this time, it is for a future version.
;;^DD(59.4,5.6,21,2,0)
;;=This field will control whether or not users will be given the opportunity
;;^DD(59.4,5.6,21,3,0)
;;=to use bar code readers to enter On-Demands.
;;^DD(59.4,5.6,"DT")
;;=2900712
PSGWI026 ; ; 04-JAN-1994
+1 ;;2.3; Automatic Replenishment/Ward Stock ;;4 JAN 94
+2 IF 'DIFQ(59.4)
QUIT
FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^DD(59.4,4.5,21,6,0)
+2 ;;="Data for AMIS Stats - Print" option and the "Show AOU Status for
+3 ;;^DD(59.4,4.5,21,7,0)
+4 ;;=AMIS" option. When you are sure that the data is accurate, then
+5 ;;^DD(59.4,4.5,21,8,0)
+6 ;;=AND ONLY THEN, set this site parameter to "YES". Once the parameter
+7 ;;^DD(59.4,4.5,21,9,0)
+8 ;;=is set to "YES", you should under NO CIRCUMSTANCES flip the setting
+9 ;;^DD(59.4,4.5,21,10,0)
+10 ;;=back and forth. While this parameter is set to "NO", NO DATA is
+11 ;;^DD(59.4,4.5,21,11,0)
+12 ;;=collected in the AR/WS Stats File - 58.5 for AMIS statistics!
+13 ;;^DD(59.4,4.5,"DT")
+14 ;;=2870904
+15 ;;^DD(59.4,5,0)
+16 ;;=PRINT RETURN COLUMNS?^S^1:YES;0:NO;^0;6^Q
+17 ;;^DD(59.4,5,20,0)
+18 ;;=^.3LA^1^1
+19 ;;^DD(59.4,5,20,1,0)
+20 ;;=PSGW
+21 ;;^DD(59.4,5,21,0)
+22 ;;=^^3^3^2890907^^^^
+23 ;;^DD(59.4,5,21,1,0)
+24 ;;=If 1, the return quantity column and the return reason column will appear
+25 ;;^DD(59.4,5,21,2,0)
+26 ;;=on the inventory sheet in the Automatic Replenishment package.
+27 ;;^DD(59.4,5,21,3,0)
+28 ;;=If 0, the return columns do not appear on the inventory sheet.
+29 ;;^DD(59.4,5,"DT")
+30 ;;=2850719
+31 ;;^DD(59.4,5.5,0)
+32 ;;=IS SITE SELECTABLE FOR AR/WS?^S^1:YES;0:NO;^0;26^Q
+33 ;;^DD(59.4,5.5,.1)
+34 ;;=INPATIENT PACKAGE USE
+35 ;;^DD(59.4,5.5,20,0)
+36 ;;=^.3LA^1^1
+37 ;;^DD(59.4,5.5,20,1,0)
+38 ;;=PSGW
+39 ;;^DD(59.4,5.5,21,0)
+40 ;;=^^6^6^2890725^^^^
+41 ;;^DD(59.4,5.5,21,1,0)
+42 ;;=Should this inpatient site name be shown for use by AR/WS users? When
+43 ;;^DD(59.4,5.5,21,2,0)
+44 ;;=users sign into the module to carry out AR/WS functions, should this site
+45 ;;^DD(59.4,5.5,21,3,0)
+46 ;;=name be displayed? If you answer "yes", the software will display or
+47 ;;^DD(59.4,5.5,21,4,0)
+48 ;;=allow you to pick this site name when you enter the module. If you answer
+49 ;;^DD(59.4,5.5,21,5,0)
+50 ;;="no", the software will "screen out" the site name so that AR/WS users
+51 ;;^DD(59.4,5.5,21,6,0)
+52 ;;=will not see or be able to select the site name while in the AR/WS module.
+53 ;;^DD(59.4,5.5,"DT")
+54 ;;=2871211
+55 ;;^DD(59.4,5.6,0)
+56 ;;=PROMPT FOR BAR CODES?^S^1:YES;0:NO;^0;27^Q
+57 ;;^DD(59.4,5.6,3)
+58 ;;=* NOTE * This field is not in use at this time. In a future version, if this field is answered 'Yes', users will be offered the opportunity to use bar code readers for On-Demands.
+59 ;;^DD(59.4,5.6,20,0)
+60 ;;=^.3LA^1^1
+61 ;;^DD(59.4,5.6,20,1,0)
+62 ;;=PSGW
+63 ;;^DD(59.4,5.6,21,0)
+64 ;;=^^3^3^2901012^^^^
+65 ;;^DD(59.4,5.6,21,1,0)
+66 ;;=* NOTE * This field is not in use at this time, it is for a future version.
+67 ;;^DD(59.4,5.6,21,2,0)
+68 ;;=This field will control whether or not users will be given the opportunity
+69 ;;^DD(59.4,5.6,21,3,0)
+70 ;;=to use bar code readers to enter On-Demands.
+71 ;;^DD(59.4,5.6,"DT")
+72 ;;=2900712