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

ACMLTR2.m

Go to the documentation of this file.
  1. ACMLTR2 ; IHS/TUCSON/TMJ - RECALL LETTER..FORMAT EDIT & DISPLAY ;
  1. ;;2.0;ACM CASE MANAGEMENT SYSTEM;;JAN 10, 1996
  1. ;;DISPLAY OF RECALL LETTER SAMPLE AND/OR EDIT OF LETTER FORMAT
  1. ;
  1. ;EP;ENTRY POINT
  1. START ;
  1. D HEAD^ACMMENU
  1. W !!!!
  1. ;
  1. W ?12,"****************************************************",!
  1. W ?15,"A sample of the Recall Letter will be displayed.",!,?15,"You will also be asked if you want to modify the",!,?15,"letter format and/or the additional text field."
  1. W !,?12,"*****************************************************",!
  1. W !,"Enter a DEVICE Number or Hit Return to display to Screen",!
  1. D SAMPLE
  1. ;
  1. ;
  1. W !!!
  1. W ?15,"***********************************************",!
  1. W !,?15,"You may also EDIT the Standard Letter format -",!
  1. W ?15,"OR the additional Word Processing Text Paragraph?",!
  1. W ?15,"************************************************",!
  1. ;
  1. ASK ;
  1. S DIR(0)="Y",DIR("A")="Do you wish to EDIT the letter format",DIR("?")="Enter 'Y' for Yes or 'N' for NO",DIR("B")="N" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
  1. I $D(DIRUT) G PRNTLTR
  1. I Y=0 G PRNTLTR
  1. S ACMRG=ACMRG
  1. S DIE="^ACM(41.1,",DR="[ACM LETTER SETUP]"
  1. S DA=ACMRG
  1. D DIE K DIC,DIE,DA
  1. ;
  1. ASK2 ;
  1. W !!
  1. S DIR(0)="Y",DIR("A")="Do you wish to display the Sample Letter again",DIR("?")="Enter 'Y' for Yes or 'N' for NO",DIR("B")="N" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
  1. I $D(DIRUT) G PRNTLTR
  1. I Y=1 W !! D SAMPLE
  1. ;
  1. ;
  1. PRNTLTR ;
  1. D HEAD^ACMMENU
  1. S ACMLTREX=0
  1. W !!!
  1. S DIR(0)="Y",DIR("A")="Do you want to print the final letter now",DIR("?")="Enter 'Y' for Yes or 'N' for NO",DIR("B")="N" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
  1. I $D(DIRUT) S ACMLTREX=1 G EXIT
  1. I Y=0 S ACMLTREX=1 G EXIT
  1. Q
  1. SAMPLE ;
  1. ;
  1. S DIC="^ACM(41.1,",FLDS="[ACM RECALL LETTER SAMPLE]",BY="@NUMBER",FR=ACMRG,TO=ACMRG,DHD="@" D DIP
  1. Q
  1. ;
  1. DIP ;
  1. D EN1^DIP Q
  1. DIE ;
  1. D ^DIE K DIC,DIE,DA Q
  1. ;
  1. EXIT ;
  1. Q