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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: PSORXFIN

Package: Outpatient Pharmacy

Routine: PSORXFIN


Information

PSORXFIN ;BHAM ISC/TJL - VPS Productivity Report ;5/17/21 12:39

Source Information

Source file <PSORXFIN.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; entry point
DATES ; User inputs for date range
RETRY
PROCESS ; entry point for queued report
EN1 ;
GETDATA ; Get data
HEADER ; Header and page control
DETAIL ; Print detail line
TOTAL ; Report totals
WAIT ; End of page logic
EXIT ; Kill ^TMP Global

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This report prints a listing of people who finished the order in pharmacy"
  • Line Location: EN+6
Function Call: WRITE
  • Prompt: !,"in the user-selected date range.",!
  • Line Location: EN+7
Function Call: WRITE
  • Prompt: !!,"No device selected...exiting.",!
  • Line Location: EN+14
Function Call: WRITE
  • Prompt: !!,"The ending date cannot be earlier than the starting date.",!
  • Line Location: RETRY+6
Function Call: WRITE
  • Prompt: !
  • Line Location: EN1+7
Function Call: WRITE
  • Prompt: !,?7,"***************************************************"
  • Line Location: EN1+8
Function Call: WRITE
  • Prompt: !,?7,"* Nothing to report for the selected time frame *"
  • Line Location: EN1+9
Function Call: WRITE
  • Prompt: !,?7,"***************************************************"
  • Line Location: EN1+10
Function Call: WRITE
  • Prompt: !,?1,"MbM-VPS Productivity Report",?51,"Run Date: ",PSORUN
  • Line Location: HEADER+4
Function Call: WRITE
  • Prompt: !,?1,RANGE,?68,$$RJ^XLFSTR("Page: "_PAGENUM,11),!
  • Line Location: HEADER+5
Function Call: WRITE
  • Prompt: !,?46,"Prescriptions"
  • Line Location: HEADER+6
Function Call: WRITE
  • Prompt: !,?7,"Finishing Person",?48,"Finished"
  • Line Location: HEADER+7
Function Call: WRITE
  • Prompt: !,LN
  • Line Location: HEADER+8
Function Call: WRITE
  • Prompt: !,?7,NAME,?48,$$RJ^XLFSTR(FCOUNT,6)
  • Line Location: DETAIL+6
Function Call: WRITE
  • Prompt: !,?49,DASH
  • Line Location: TOTAL+3
Function Call: WRITE
  • Prompt: !?31,$$RJ^XLFSTR("Grand Total: "_^TMP("PSORXFIN",$J,"GRAND TOTAL"),23)
  • Line Location: TOTAL+4
Function Call: WRITE
  • Prompt: !
  • Line Location: WAIT+4
Function Call: WRITE
  • Prompt: !,?7,"*********************************************"
  • Line Location: WAIT+12
Function Call: WRITE
  • Prompt: !,?7,"* Printing of report stopped as requested *"
  • Line Location: WAIT+13
Function Call: WRITE
  • Prompt: !,?7,"*********************************************"
  • Line Location: WAIT+14

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^VA(200 - [#200] GET1^DIQ
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call