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

BSDAMO.m

Go to the documentation of this file.
  1. BSDAMO ; IHS/ANMC/LJF - IHS MODS TO APPT MGT REPORT ;
  1. ;;5.3;PIMS;;APR 26, 2002
  1. ;
  1. EN ;EP; -- main entry point for BSDRM APPT MGT
  1. NEW VALMCNT D TERM^VALM0
  1. D EN^VALM("BSDRM APPT MGT")
  1. D CLEAR^VALM1
  1. Q
  1. ;
  1. HDR ; -- header code
  1. Q
  1. ;
  1. INIT ; -- init variables and list array
  1. K ^TMP("BSDAMO",$J),^TMP("BSDAMO1",$J)
  1. D GUIR^XBLM("START^SDAMOS","^TMP(""BSDAMO1"",$J,")
  1. S X=0 F S X=$O(^TMP("BSDAMO1",$J,X)) Q:'X D
  1. . S VALMCNT=X
  1. . S ^TMP("BSDAMO",$J,X,0)=^TMP("BSDAMO1",$J,X)
  1. K ^TMP("BSDAMO1",$J)
  1. Q
  1. ;
  1. HELP ; -- help code
  1. S X="?" D DISP^XQORM1 W !!
  1. Q
  1. ;
  1. EXIT ; -- exit code
  1. K ^TMP("BSDAMO",$J)
  1. Q
  1. ;
  1. EXPND ; -- expand code
  1. Q
  1. ;
  1. LEGEND ;EP; Legend on bottom of output
  1. ; called by LEGEND^SDAMOSP
  1. ;
  1. W !?5,"* CI=Checked-In ; RB=Rebooked"
  1. W !?5,"* Cancelled appointments only reflect appointments cancelled using"
  1. W !?7,"the ""Cancel Clinic Availability"" option, not Cancel Appointment."
  1. W !?5,"* Checked-In does not include no-shows or cancelled appointments"
  1. W !?7,"that have been checked in. They are listed under those categories.",!
  1. Q
  1. ;