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

DGYVPRE.m

Go to the documentation of this file.
  1. DGYVPRE ;ALB/LD - Patch DG*5.3*64 Pre-Init ; 8/24/95
  1. ;;5.3;Registration;**64,1015**;Aug 13, 1993;Build 21
  1. ;
  1. ;
  1. ;-- Delete existing Treating Specialty file (#42.4) and restore
  1. ;-- (file with data contained in init).
  1. ;-- Delete Census Date multiple in Facility Treating Specialty (#45.7)
  1. ;-- file. This multiple was added as part of MAS V5.0 but was never
  1. ;-- used or populated (Census Date multiple now resides in Med Ctr
  1. ;-- Division file).
  1. ;
  1. EN ;-- Entry point
  1. W !!,">>> Deleting Treating Specialty (#42.4) file with data."
  1. W !," It will be restored."
  1. S DIU="^DIC(42.4,",DIU(0)="D" D EN^DIU2 K DIU
  1. W !!,">>> Deleting Census Date multiple from Facility Treating Specialty (#45.7) file.",!?4,"This multiple resides in the Medical Center Division (#40.8) file and was",!?4,"never used in this file."
  1. S DIU=45.702,DIU(0)="SD" D EN^DIU2 K DIU
  1. ENQ Q