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

ADEHELP.m

Go to the documentation of this file.
  1. ADEHELP ; IHS/HQT/MJL - ADA CODE INFORMATION ;10:38 PM [ 03/24/1999 9:04 AM ]
  1. ;;6.0;ADE;;APRIL 1999
  1. ;
  1. N DIC,Y,DA,DR
  1. ;W !!,"Enter an ADA code if you want more information about the use of a specific code."
  1. W !!!
  1. START S DIC="^AUTTADA(",DIC(0)="AEMQ",DIC("A")="For help about a specific ADA Code, enter the 4-digit code number: " D ^DIC
  1. I Y<0 G XIT
  1. I '$D(^AUTTADA(+Y,11,0)) W !,"Additional information is not available for this ADA code." G START
  1. DIQ S DA=+Y,DIC="^AUTTADA(",DR=11 D EN^DIQ
  1. W !!
  1. G START
  1. XIT ;
  1. K DIC,DR,DA,Y
  1. Q