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

BLRRLPST.m

Go to the documentation of this file.
  1. BLRRLPST ;cmi/anch/maw - BLR Reference Lab Post Init 2/27/2007 10:32:52 AM;JUL 06, 2010 3:14 PM
  1. ;;5.2;IHS LABORATORY;**1027**;NOV 01, 1997
  1. ;;5.2;;;FEB 27,2008;
  1. ;
  1. ;
  1. ;
  1. ;
  1. EN ;EP - Post Init Entry Point
  1. D ADDMENU
  1. D MOVEFLD
  1. Q
  1. ;
  1. ADDMENU ;-- add menu items
  1. N X
  1. S X=$$ADD^XPDMENU("BLRREFLABMENU","BLR REFLAB PURGE SHIP MANIFEST","PSM",)
  1. I 'X W !,"Attempt to add BLR REFLAB PURGE SHIP MANIFEST option failed.." H 3
  1. S X=$$ADD^XPDMENU("BLRREFLABMENU","BLR REFLAB EDIT MC PARAMETERS","SIT")
  1. I 'X W !,"Attempt to add BLR REFLAB EDIT MC PARAMETERS option failed.." H 3
  1. Q
  1. ;
  1. MOVEFLD ;-- move data from fields in BLR REFERENCE LAB to same fields in BLR MASTER CONTROL file
  1. Q
  1. ;