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

BWPATCH6.m

Go to the documentation of this file.
  1. BWPATCH6 ;IHS/CMI/LAB - BW PATCH 6 [ 07/27/99 10:55 AM ];15-Feb-2003 22:03;PLS
  1. ;;2.0;WOMEN'S HEALTH;**6,8**;MAY 16, 1996
  1. ;
  1. ;Adds 3 indexes to the bw procedure file
  1. ;and sets the indexes
  1. ;
  1. W !!,"Women's Health Patch 6.",!
  1. W !,"Adds 3 new indexes to the BW Procedure file for QMAN.",!
  1. ;
  1. W !,"I will now reindex 3 indices. This may take a while.",!
  1. S DIK="^BWPCD(",DIK(1)=".03^AA^AC" D ENALL^DIK
  1. S DIK="^BWPCD(",DIK(1)="5.01^AD" D ENALL^DIK
  1. ;
  1. NEW X
  1. S X=$$ADD^XPDMENU("BW MENU-MANAGER'S FUNCTIONS","BW PRINT REPRINT LETTERS","RPL",7)
  1. I 'X W "Attempt to add General Retrieval to WH Reports Menu Failed" H 3
  1. ;Adds the general retrieval to the man reports menu
  1. ;
  1. NEW X
  1. S X=$$ADD^XPDMENU("BW MENU-MANAGEMENT REPORTS","BWGR REPORT GENERAL RETRIEVAL","GR",6)
  1. I 'X W "Attempt to add General Retrieval to WH Reports Menu Failed" H 3
  1. W !,"All Done"
  1. Q