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

BDGICR3.m

Go to the documentation of this file.
  1. BDGICR3 ; IHS/ANMC/LJF - IC REPORT ;
  1. ;;5.3;PIMS;;APR 26, 2002
  1. ;; ;
  1. W !!,"Sorry, not written yet."
  1. W !,"Specs: For a provider, count # of times has delinquent charts"
  1. W !,"over time. Count when Date Resolved > Date Delinquent or when"
  1. W !,"Date Resolved is blank and Date Deleted not entered. Count each"
  1. W !,"admission once."
  1. D PAUSE^BDGF Q
  1. ;
  1. EN ; -- main entry point for BDG IC INPT BY PATIENT
  1. D EN^VALM("BDG ??????????????????")
  1. Q
  1. ;
  1. HDR ; -- header code
  1. S VALMHDR(1)="This is a test header for BDG IC INPT BY PATIENT."
  1. S VALMHDR(2)="This is the second line"
  1. Q
  1. ;
  1. INIT ; -- init variables and list array
  1. F LINE=1:1:30 D SET^VALM10(LINE,LINE_" Line number "_LINE)
  1. S VALMCNT=30
  1. Q
  1. ;
  1. HELP ; -- help code
  1. S X="?" D DISP^XQORM1 W !!
  1. Q
  1. ;
  1. EXIT ; -- exit code
  1. Q
  1. ;
  1. EXPND ; -- expand code
  1. Q
  1. ;