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

Package: Scheduling

Routine: SDSCRPT1


Information

SDSCRPT1 ;ALB/JAM/RBS - ASCD Reports for Service Connected Automated Monitor ; 4/24/07 4:30pm

Source Information

Source file <SDSCRPT1.m>

Entry Points

Name Comments DBIA/ICR reference
RDPOV ; 'ROUTINE' tag called by option "SDSC ENC REPORT - Service Connected Encounters Report"
NSCCOP ; 'ROUTINE' tag called by option "SDSC FIRST PARTY REPORT - First Party Billable Service Connected Report"
NSCINS ; 'ROUTINE' tag called by option "SDSC THIRD PARTY REPORT - Third Party Billable Service Connected Report"
SCPRV ;Provider Service Connected Encounters Report
SCUSR ;User Service Connected Encounters Report
LOAD ; Standard start tag for all current reports.
; Initialize variables if necessary.
LOOP ; Loop through each division and display the selected report.
PRINT ; Display the encounters previously stored for this date.
; This is a detailed report, set flag
INSPRT ;Display all encounters that may be billable to insurance.
COPPRT ;Display all encounters that may be billable for co-payment.
RVWPRT ;Display all User Reviewed encounters
PRVPRT ;Display all User Reviewed encounters by Provider
RPTEND ;Report cleSDp.
STDGET() ; All standard data retrieval from SD, Encounter and Visit.
; Get compiled data
END ; Clear all variables before exiting.
DIV ; Ask Division

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Service Connected Encounters Report"
  • Line Location: RDPOV+2
Function Call: WRITE
  • Prompt: !,"Provider Service Connected Encounters Report"
  • Line Location: SCPRV+2
Function Call: WRITE
  • Prompt: !,"User Service Connected Encounters Report"
  • Line Location: SCUSR+2
Function Call: WRITE
  • Prompt: ?3,"Total: "_SDPCT,!
  • Line Location: RVWPRT+16
Function Call: WRITE
  • Prompt: ?3,"Total: "_SDPCT,!
  • Line Location: PRVPRT+16
Function Call: WRITE
  • Prompt: !,"<End of Report>"
  • Line Location: RPTEND+1
Function Call: WRITE
  • Prompt: !,"<Report Aborted>"
  • Line Location: RPTEND+3
Info |  Source |  Entry Points |  Interaction Calls