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

Package: Scheduling

Routine: SD44AUDI


Information

SD44AUDI ;ALB/MGD - Audit print of file 44 fields ;3/11/22

Source Information

Source file <SD44AUDI.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;entry point from option
GETSORT ;Prompt for sorting order for report
PRINT ;Print report using fileman EN1^DIP
CLINM ;Clinic name
CLINIEN ;section added in 616
SEQ ;retain sequence number
STCODE(FLD) ;Get AMIS Stop Code #
RPTHDR ;report header
DTRNG ;report date range
DTREP
EXPORT() ;Function indicates if report output is going to a device or to the screen in exportable format - API added in patch 616
EXPDISP ;Displays report in exportable format. API added in patch 616

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This option prints a log of the changes made to Clinic Locations"
  • Line Location: EN+5
Function Call: WRITE
  • Prompt: !!,"** REPORT REQUIRES 132 COLUMNS TO PRINT CORRECTLY **"
  • Line Location: EN+11
Function Call: WRITE
  • Prompt: $E($P($G(^SC(+X,0)),"^"),1,30)
  • Line Location: CLINM+2
Function Call: WRITE
  • Prompt: +X
  • Line Location: CLINIEN+1
Function Call: WRITE
  • Prompt: $E(STCODE,1,18)
  • Line Location: STCODE+9
Function Call: WRITE
  • Prompt: $E(^DIA(44,D0,FLD),1,30)
  • Line Location: STCODE+11
Function Call: WRITE
  • Prompt: "CLINIC EDIT LOG ",?115,"Page ",PG,!
  • Line Location: RPTHDR+3
Function Call: WRITE
  • Prompt: "Printed on ",$$HTE^XLFDT($H)," for ",SDSD," to ",SDED,!
  • Line Location: RPTHDR+4
Function Call: WRITE
  • Prompt: "USER NAME",?24,"DATE/TIME CHANGED",?46,"CLINIC IEN",?58
  • Line Location: RPTHDR+5
Function Call: WRITE
  • Prompt: "CLINIC NAME",?90,"FIELD NAME",?101,"OLD VALUE",!,?101,"NEW VALUE",!
  • Line Location: RPTHDR+6
Function Call: WRITE
  • Prompt: LN,!
  • Line Location: RPTHDR+7
Function Call: WRITE
  • Prompt: !
  • Line Location: EXPORT+2
Function Call: WRITE
  • Prompt: !!,"Gathering data for export..."
  • Line Location: EXPORT+7
Function Call: WRITE
  • Prompt: !!,"To ensure all data is captured during the export:"
  • Line Location: EXPDISP+2
Function Call: WRITE
  • Prompt: !!,"1. Select 'Logging...' from the File Menu. Select your file, and where to save."
  • Line Location: EXPDISP+3
Function Call: WRITE
  • Prompt: !,"2. On the Setup menu, select 'Display...',then 'screen' tab and modify 'columns'",!," setting to at least 225 characters."
  • Line Location: EXPDISP+4
Function Call: WRITE
  • Prompt: !,"3. The DEVICE input for the columns should also contain a large enough",!," parameter (e.g. 225). The DEVICE prompt is defaulted to 0;225;99999 for you.",!," You may change it if need be."
  • Line Location: EXPDISP+5
Function Call: WRITE
  • Prompt: !,"Example: DEVICE: 0;225;99999 *Where 0 is your screen, 225 is the margin width",!?17,"and 99999 is the screen length."
  • Line Location: EXPDISP+6
Function Call: WRITE
  • Prompt: !!,"NOTE: In order for all number fields, such as SSN and Feeder Key, to be",!,"displayed correctly in the spreadsheet, these fields must be formatted as Text",!,"when importing the data into the spreadsheet.",!
  • Line Location: EXPDISP+7
Info |  Source |  Entry Points |  Interaction Calls