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

APCDPAUT.m

Go to the documentation of this file.
  1. APCDPAUT ; IHS/CMI/LAB - LOOKUP UP V CHS BY AUTHORIZATION ;
  1. ;;2.0;IHS PCC SUITE;;MAY 14, 2009
  1. ;
  1. W !!,"This routine will find and display a V CHS entry for a given",!,"Authorization Number.",!!
  1. READ ;
  1. K DIR S (APCDX,APCDY)=""
  1. S DIR("?")=" "
  1. S DIR("?",1)="The number entered must be a 10 digit Authorization Number in the form:",DIR("?",2)=" 2 digit FY, then a 3 digit alphanumeric location code, then a 5 digit number.",DIR("?",3)=" For example: 8700112345"
  1. S DIR(0)="F^10:10",DIR("A")="Enter an Authorization Number" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
  1. G:$D(DIRUT) XIT
  1. I Y'?2N3AN5N W $C(7),$C(7),!!,DIR("?",1),!,DIR("?",2),!,DIR("?",3) G READ
  1. K DIR
  1. PROCESS ;
  1. S APCDY=Y
  1. S APCDN=$O(^AUPNVCHS("AUTHNO",APCDY,""))
  1. I APCDN="" W !!,$C(7),$C(7),"That Authorization Number has not been used, Please re-enter",! G READ
  1. I '$D(^AUPNVCHS(APCDN)) W !,$C(7),$C(7),"ERROR in Authorization Number Cross Reference -- Notify your supervisor",!!
  1. W !!,"This CHS entry has been entered with Authorization Number ",APCDY,!!
  1. S DA=APCDN,DR=0,DIC="^AUPNVCHS(" D EN^DIQ
  1. ;
  1. S DIR(0)="E",DIR("A")="Press Enter to Continue" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
  1. XIT ;
  1. K DIRUT,DUOUT,DIR,DTOUT
  1. K APCDY,APCDX,APCDN
  1. Q