Document Print With Name
Identify attempts to print or fax a document, by user for a given date range, based on Audit Fax Print and Active Stations Audit.
   [Fields]
   
  - @PatientName = [person] table: last_name, first_name (Patient last name, followed by a comma, then first name)
 - @ChangeTime = [audit_fax_print] table: audit_timestamp (Date and time that the print operation occurred)
 - @UserName = [user_mstr] table: last_name, first_name (NextGen end user last name, followed by a comma, then end user first name)
 - @DocumentName = [audit_fax_print] table: file_name (Name of the document that was printed or faxed)
 - Document_Desc = [patient_documents] table: document_desc (Description of the document that was printed or faxed)
 - Operation_Type = [audit_fax_print] table: operation_type (Type of operation – that is, print, fax, and so on.)
 - StationName = (subreport) [active_stations_au] table: station_id (Workstation where the update occurred)
 
   [Parameters]
   
 - Start Date – date only: (for Audit Fax Print date/time)
 - End Date – date only: (for Audit Fax Print date/time)