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

APSGPOST.m

Go to the documentation of this file.
  1. APSGPOST ; IHS/DSD/ENM - ADD P28 OPTIONS TO IV MENU'S ; [ 01/14/2002 3:19 PM ]
  1. ;;3.2;INPATIENT MEDICATIONS;**3**;12/28/01
  1. EP ;
  1. W !!,"Now, I'm going to add the following menu options to the 'PSJI MGR'",!,"Menu Option",!,?10,"PSJ4 MGR - Inpatient Meds V4 Pre-Release Menu"
  1. W !!,?10,"and PSJU MARK UD ITEMS Option added to PSJ4 MGR Menu",!
  1. W !,?10,"........One moment please!",!! H 3
  1. S M1="PSJI MGR"
  1. ;GET FILE 19 DETAILS FOR OPTIONS
  1. S DIC("P")=$P(^DD(19,10,0),"^",2) ;GET MENU SUB FILE NBR
  1. S DA=$O(^DIC(19,"B","PSJ4 MGR",0)) ;item rec nbr
  1. S DIC("DR")="2///PRE4" ;synonym
  1. S DA(1)=$O(^DIC(19,"B","PSJI MGR",0)) ;main option nbr
  1. D PT1
  1. ;
  1. S M1="PSJ4 MGR"
  1. S DIC("P")=$P(^DD(19,10,0),"^",2) ;GET MENU SUB FILE NBR
  1. S DA=$O(^DIC(19,"B","PSJU MARK UD ITEMS",0)) ;item rec nbr
  1. S DIC("DR")="2///MUD" ;synonym
  1. S DA(1)=$O(^DIC(19,"B","PSJ4 MGR",0)) ;main option nbr
  1. D PT1
  1. W !!,"OK, I'm done!",!!
  1. Q
  1. PT1 Q:DA=""
  1. S APSPN=$P(^DIC(19,DA,0),"^",1) ;name of item option
  1. I 'DA(1) W !!,*7,*7,"*** The "_APSPN_" option has not been added to the"_M1_" menu",!," because the "_M1_" menu does not exist on your system. Install"
  1. I W !," the "_M1_" menu then rerun this routine again." G EX
  1. S THERE=$O(^DIC(19,DA(1),10,"B",DA,0))
  1. I THERE W !,*7,*7,"The "_APSPN_" option has already been added to the "_M1_" menu.",!! G EX
  1. S X=DA,DIC="^DIC(19,"_DA(1)_",10,",DIC(0)="LMZ" K DD,DO D FILE^DICN K DIC
  1. W !,APSPN_" Option added to "_M1_" menu!"
  1. EX K DA,THERE,X,Y,APSPN Q
  1. Q