EC REPORTS (916)    REMOTE PROCEDURE (8994)

Name Value
NAME EC REPORTS
TAG RPTEN
ROUTINE ECRRPC
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
WORD WRAP ON TRUE
DESCRIPTION
This call is used by all Event Capture GUI reports.  Produces report based on
option selected from the Delphi application.
INPUT PARAMETER
  • ECARY
    PARAMETER TYPE:   LIST
    REQUIRED:   YES
    DESCRIPTION:   
    The input array ECARY will be defined based on the report to be generated. The
          ECARY("ECSD")=3010401
    report handle or type must be defined.  It is also necessary to specify whether 
    the report will be printed to a device or displayed. The following is an example
    of the variables defined for 'Patient Summary Report'.
          ECARY("ECDFN")=170
          ECARY("ECED")=3010430
          ECARY("ECHNDL")="ECPAT"
          ECARY("ECPTYP")="D"
          ECARY("ECRY")=Y
    
RETURN PARAMETER DESCRIPTION
Returns the report or the task number if queued.