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
Print Page as PDF
Routine: ECRRPT

Package: Event Capture

Routine: ECRRPT


Information

ECRRPT ;ALB/JAM - Event Capture Report RPC Broker ;10/22/18 15:17

Source Information

Source file <ECRRPT.m>

Entry Points

Name Comments DBIA/ICR reference
REQCHK(ECV) ;Required data check
DATECHK(ECSD,ECED) ;Check human format date and converts to FileMan format
; Input ECSD - Start Date (ex. 10/9/01)
; ECED - End Date
QUEUE ;Queues report to printer
ECPAT ;Patient Summary Report for RPC Call
; Variables passed in
; ECDFN - Patient IEN for file #2
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECRY - Print Procedure Reason (optional)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
ECRDSSU ;DSS Unit Workload Summary Report
; Variables passed in
; ECL - Location to report (1 or ALL)
; ECD - DSS Unit to report (1, some or ALL)
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECDUZ - User IEN from file (#200)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
PROSUM ;Provider (1-7) Summary Report for RPC Call 119-Updated comment to reflect 7 instead of 3
; Variables passed in
; ECU - Provider IEN for file #200
; ECL0 - All, 1, or many locations
; ECD0 - All, 1, or many DSS units
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECRY - Print Procedure Reason (optional)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
ECPROV ;Provider Summary Report for RPC Call
; Variables passed in
; ECL - Location to report (1 or ALL)
; ECD - DSS Unit to report (1 or ALL)
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECRY - Print Procedure Reason (optional)
; ECDUZ - User DUZ (ien in #200)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
ECOSSUM ;Ordering Section Summary Report for RPC Call
; Variables passed in
; ECOS - Ordering Section
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECL - Location to report (1 or ALL)
; ECD - DSS Unit to report (1, some or ALL)
; ECDUZ - User ien (#200)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
ECPCER ;PCE Data Summary Report for RPC Call
; Variables passed in
; ECDFN - Patient IEN for file #2
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
ECRDSSA ;DSS Unit Activity Report
; Variables passed in
; ECL - Location to report (1 or ALL)
; ECD0 - DSS Unit to report (1, some or ALL)
; ECSORT - Sort type(P,S or R)
; ECSD - Start Date or Report
; ECED - End Date or Report
; ECDUZ - User IEN from file (#200)
; ECPTYP - Where to send output (P)rinter, (D)evice or screen
; or (E)xport
Info |  Source |  Entry Points