Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: EEO2P12

EEO2P12.m

Go to the documentation of this file.
EEO2P12 ;ALB/MJB - Set OUT OF ORDER field for old EEO options ; 07/15/2024
 ;;2.0;EEO Complaint Tracking;**12**;Apr 27, 1995;Build 6
 ;Reference to XPDMENU supported by ICR 1157
 Q
 ;
MAIN(EEO) ; Step through options, pull IEN from B index and update
 ;EEO IS THE MENU RESTORE FLAG : 1=restore, anything else will place out of order
 N DA,DIE,DR,DO,EEOSOPT,EEOSD0,EEOMSG,EEOI,EEOTXT  K X,Y
 S EEO=$G(EEO),EEOTXT=$S(EEO=1:"@",1:"Disabled - USE EEO Eco-Case Management System (eSquared CSM)")
 F EEOI=1:1  S EEOSOPT=$P($T(OPTS+EEOI^EEO2P12),";",3) Q:EEOSOPT=""  D
 . S EEOSD0=$O(^DIC(19,"B",EEOSOPT,0)) I EEOSD0="" S EEOMSG="OPTION "_EEOSOPT_" NOT FOUND" D EN^DDIOL(EEOMSG) Q
 . Q:$P($G(^DIC(19,EEOSD0,0)),"^")'=EEOSOPT
 . S EEOMSG="SETTING "_EEOSOPT_" TO "_$S(EEO=1:"ACTIVE...",1:"OUT OF ORDER...")
 . D EN^DDIOL(EEOMSG),OUT^XPDMENU(EEOSOPT,EEOTXT)
 .Q
 D CLEAN^DILF
 Q
OPTS ; Options to disable
 ;;EEO ADHOC
 ;;EEO CLOSE CASE
 ;;EEO CLOSE/DELETE
 ;;EEO COMPLAINT STATION MENU
 ;;EEO COUNSELOR ENTER/EDIT
 ;;EEO COUNSELOR SECURITY
 ;;EEO COUNSELORS MENU
 ;;EEO DELETE
 ;;EEO ENTER/EDIT F.C.
 ;;EEO FORM 0210
 ;;EEO MANAGER
 ;;EEO NOTICE OF RIGHTS
 ;;EEO REOPEN CASE
 ;;EEO REPORT1
 ;;EEO REXMT
 ;;EEO STATION ADD/EDIT
 ;;EEO STATION INQUIRE
 ;;EEO STATION INVESTIGATION
 ;;EEO STATION REPORT
 ;;EEO STATION REPORT 1
 ;;EEO STATION REPORT 2
 ;;EEO TASKED BULLETIN
 ;;EEO TIMELINESS REPORT
 ;;EEO UNDELETE
 ;;EEO UPLINK SERVER
 Q