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

IBY5PT.m

Go to the documentation of this file.
  1. IBY5PT ;ALB/NLR - Post-init for Patch IB*2*6 ; 05-MAY-94
  1. ;;Version 2.0 ; INTEGRATED BILLING ;**6**; 21-MAR-94
  1. ;
  1. D POP ; Add the IVM Center domain to file #350.9
  1. D ADD ; Add the new option to the Mgmt reports menu
  1. D ^IBY5ONIT ; Install the IBCN NEW INSURANCE EVENTS protocol
  1. Q
  1. ;
  1. POP ; Add the IVM Center domain to file #350.9
  1. W !!,">>> Updating the IVM Center domain in the IB SITE PARAMETERS (#350.9) file..."
  1. S $P(^IBE(350.9,1,4),"^",7)="G.IVM REPORTS@IVM.DOMAIN.EXT"
  1. Q
  1. ;
  1. ADD ; Add the option IVM Billing Activity Report to the Mgmt reports menu
  1. S (IBUY,Y)=$O(^DIC(19,"B","IB OUTPUT MANAGEMENT REPORTS",0)) Q:Y=""
  1. S X=$O(^DIC(19,"B","IB OUTPUT IVM BILLING ACTIVITY",0)) Q:X=""
  1. W !!,"<<< Adding IB OUTPUT IVM BILLING ACTIVITY option to IB OUTPUT MANAGEMENT",!," REPORTS menu..."
  1. I '$D(^DIC(19,+Y,10,0)) S ^DIC(19,+Y,10,0)="^19.01IP^0^0"
  1. S (DA,D0)=+Y,DIC="^DIC(19,"_+Y_",10,",DIC(0)="L",DA(1)=+Y,DLAYGO=19.01,X="IB OUTPUT IVM BILLING ACTIVITY" D ^DIC
  1. S DA=+Y,DIE="^DIC(19,"_DA(1)_",10,",DR="2///^S X=""IVM""" D ^DIE
  1. K DIC,DIE,DA,IBUY,DR,X,Y
  1. Q