Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: ECRPCLS

Package: Event Capture

Routine: ECRPCLS


Information

ECRPCLS ;ALB/JAP - Event Capture Invalid Provider Report ;12/10/12 16:10

Source Information

Source file <ECRPCLS.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;entry point from menu option
START ;queued entry point or continuation
RANGE ;get any date range between T and T-365
SORT ;ask user if report should be alpha by patient (P) or
; alpha by provider (R)
DEVICE ;get device and queue
PROCESS ;process the "AC" x-ref in file #721
PRINT ;output report
HEAD ;report header
SUBHDA ;subheader for sort by patient
SUBHDB ;subheader for sort by provider
EXIT ;common exit point & clean-up
EXPORT ;119 Put data in excel format

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+4
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+9
Function Call: WRITE
  • Prompt: !,?5,"Enter a Begin Date and End Date for this Event Capture "
  • Line Location: RANGE+2
Function Call: WRITE
  • Prompt: !,?5,"provider report -- both dates must be within the past "
  • Line Location: RANGE+3
Function Call: WRITE
  • Prompt: !,?5,"365 days.",!
  • Line Location: RANGE+4
Function Call: WRITE
  • Prompt: !!,"No device selected. Exiting...",!!
  • Line Location: DEVICE+2
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+2
Function Call: WRITE
  • Prompt: !,"Report canceled..."
  • Line Location: DEVICE+7
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+7
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+8
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+11
Function Call: WRITE
  • Prompt: !,PATIENT_" "_PROVIDER
  • Line Location: PRINT+22
Function Call: WRITE
  • Prompt: !,PROVIDER_" "_PATIENT
  • Line Location: PRINT+23
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRINT+24
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+25
Function Call: WRITE
  • Prompt: !
  • Line Location: HEAD+2
Function Call: WRITE
  • Prompt: !,?12,"Event Capture Providers with Inactive/Missing Person Class"
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: !,?12,"for the Date Range "_ECBEGIN_" through "_ECEND
  • Line Location: HEAD+7
Function Call: WRITE
  • Prompt: !!,"Printed: "_PRNTDT,?65,"Page: "_PAGE,!
  • Line Location: HEAD+8
Function Call: WRITE
  • Prompt: !,?27,"Date of"
  • Line Location: SUBHDA+1
Function Call: WRITE
  • Prompt: !,"Patient",?21,"SSN",?27,"Procedure",?43,"Provider",?75,"Err."
  • Line Location: SUBHDA+2
Function Call: WRITE
  • Prompt: !,DASH,!
  • Line Location: SUBHDA+3
Function Call: WRITE
  • Prompt: !,?65,"Date of"
  • Line Location: SUBHDB+1
Function Call: WRITE
  • Prompt: !,"Provider",?32,"Err.",?38,"Patient",?59,"SSN",?65,"Procedure"
  • Line Location: SUBHDB+2
Function Call: WRITE
  • Prompt: !,DASH,!
  • Line Location: SUBHDB+3
Info |  Source |  Entry Points |  Interaction Calls