WV14PRE ;HCIOFO/FT-WV*1*14 PRE-INSTALL/Transfer Sexual Trauma Data to DG MST Module ;3/19/01 13:25
;;1.0;WOMEN'S HEALTH;**14**;Sep 30, 1998
;
; This routine uses the following IAs:
; #1157 - $$DELETE^XPDMENU (supported)
;
REMOVE ; Remove [WV ADD TO MST] option from File Maintenance Menu
N WVFLAG,WVMENU,WVOPTION
S WVMENU="WV MENU-FILE MAINTENANCE"
S WVOPTION="WV ADD TO MST"
S WVFLAG=$$DELETE^XPDMENU(WVMENU,WVOPTION)
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HWV14PRE 446 printed Dec 13, 2024@02:46:25 Page 2
WV14PRE ;HCIOFO/FT-WV*1*14 PRE-INSTALL/Transfer Sexual Trauma Data to DG MST Module ;3/19/01 13:25
+1 ;;1.0;WOMEN'S HEALTH;**14**;Sep 30, 1998
+2 ;
+3 ; This routine uses the following IAs:
+4 ; #1157 - $$DELETE^XPDMENU (supported)
+5 ;
REMOVE ; Remove [WV ADD TO MST] option from File Maintenance Menu
+1 NEW WVFLAG,WVMENU,WVOPTION
+2 SET WVMENU="WV MENU-FILE MAINTENANCE"
+3 SET WVOPTION="WV ADD TO MST"
+4 SET WVFLAG=$$DELETE^XPDMENU(WVMENU,WVOPTION)
+5 QUIT