PSSP150 ;SMT - PSS*150 Post Install ; 8/31/2012
;;1.0;PHARMACY DATA MANAGEMENT;**150**;9/30/97;Build 2
;
; To correct Remedy HD344317,
; Field .03 (IV FLAG) of File 50.7 (Pharmacy Orderable Item)
; will have write access from fileman restricted.
;
EN ;
;Update write access for IV FLAG field
S ^DD(50.7,.03,9)="^"
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPSSP150 337 printed Nov 22, 2024@17:43:38 Page 2
PSSP150 ;SMT - PSS*150 Post Install ; 8/31/2012
+1 ;;1.0;PHARMACY DATA MANAGEMENT;**150**;9/30/97;Build 2
+2 ;
+3 ; To correct Remedy HD344317,
+4 ; Field .03 (IV FLAG) of File 50.7 (Pharmacy Orderable Item)
+5 ; will have write access from fileman restricted.
+6 ;
EN ;
+1 ;Update write access for IV FLAG field
+2 SET ^DD(50.7,.03,9)="^"
+3 QUIT