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: ECOSSUM

Package: Event Capture

Routine: ECOSSUM


Information

ECOSSUM ;BIR/DMA,RHK,JPW - Ordering Section Summary ;11/18/14 16:03

Source Information

Source file <ECOSSUM.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
DEVICE ;select output device
PROCESS ;get data to print
PRINT ;output report
HEAD ;header
FOOTER ;print page footer
EXIT ;common exit point
EXPORT ;119 Section added for exporting data to excel

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+1
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+10
Function Call: WRITE
  • Prompt: !
  • Line Location: EN+13
Function Call: WRITE
  • Prompt: !!,?5,"Enter a Begin Date and End Date for the Event Capture "
  • Line Location: RANGE+2
Function Call: WRITE
  • Prompt: !,?5,"Ordering Section report.",!
  • Line Location: RANGE+3
Function Call: WRITE
  • Prompt: !,"This report is formatted for 132 column output.",!
  • Line Location: DEVICE+1
Function Call: WRITE
  • Prompt: !!,"No device selected. Exiting...",!!
  • Line Location: DEVICE+3
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+3
Function Call: WRITE
  • Prompt: !,"Report canceled..."
  • Line Location: DEVICE+9
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+9
Function Call: WRITE
  • Prompt: !
  • Line Location: DEVICE+10
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+12
Function Call: WRITE
  • Prompt: !,UNNAME
  • Line Location: PRINT+26
Function Call: WRITE
  • Prompt: !?54,ECPN
  • Line Location: PRINT+41
Function Call: WRITE
  • Prompt: ?25,$P($G(PROV(PROVN)),"^",2)
  • Line Location: PRINT+43
Function Call: WRITE
  • Prompt: ?60,"- ",MOD," ",$P(ECMOD(MOD),U,3)
  • Line Location: PRINT+44
Function Call: WRITE
  • Prompt: !!!,"Grand Total for Ordering Section "_ECOSN_":",?111,$$RJ^XLFSTR(ECV("O"),6," "),!
  • Line Location: PRINT+58
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRINT+61
Function Call: WRITE
  • Prompt: !
  • Line Location: PRINT+62
Function Call: WRITE
  • Prompt: !
  • Line Location: HEAD+1
Function Call: WRITE
  • Prompt: !,?26,"Event Capture Ordering Section Summary for ",ECOSN,?105,"Page: ",PAGE
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: !,?26,"for the Date Range ",$$FMTE^XLFDT(ECSD)," to ",$$FMTE^XLFDT(ECED),?102,"Printed: "_PRNTDT
  • Line Location: HEAD+7
Function Call: WRITE
  • Prompt: !,?26,"Location: ",LOC,!
  • Line Location: HEAD+8
Function Call: WRITE
  • Prompt: !,"DSS Unit",?24,"Patient",?48,"SSN",?54,"Procedure",?114,"Vol."
  • Line Location: HEAD+9
Function Call: WRITE
  • Prompt: !,?25,"Provider(s)",?60,"Synonym",!,?60,"- Modifier(s)"
  • Line Location: HEAD+10
Function Call: WRITE
  • Prompt: !,DASH
  • Line Location: HEAD+11
Function Call: WRITE
  • Prompt: !!?4,"Volume totals may represent days, minutes, numbers of procedures"
  • Line Location: FOOTER+1
Function Call: WRITE
  • Prompt: !?4,"and/or a combination of these."
  • Line Location: FOOTER+2
Info |  Source |  Entry Points |  Interaction Calls