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

FBXIP121.m

Go to the documentation of this file.
FBXIP121 ;DSS/LJF - PATCH INSTALL ROUTINE;APR 04, 2011
 ;;3.5;FEE BASIS;**121**;APR 04, 2011;Build 4
 ;;Per VHA Directive 10-93-142, this routine should not be modified.
 Q
REMKEY ; Remove Key from FB FPPS TRANSMIT option.
 N FB5010,KEYNM,OPID
 S OPID=$O(^DIC(19,"B","FB FPPS TRANSMIT",0)) I 'OPID Q
 S KEYNM=$$GET1^DIQ(19,+OPID_",",3,"I") I KEYNM'="FBAASUPERVISOR" Q
 S FB5010(19,+OPID_",",3)="" D UPDATE^DIE("","FB5010")
 Q