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

Package: Kernel

Routine: XQARPRT2


Information

XQARPRT2 ;DCN/BUF,JLI/OAK-OIFO - LOOKUP PROVIDER ALERTS ;4/9/07 10:16

Source Information

Source file <XQARPRT2.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; OPT - interactive lists alerts from start date for a single user based on contents of alert tracking file
EN1 ;
DQ1 ;
WORDS(TYPE) ; Allow user to select alerts containing only certain words
USER ;USER ENTRY POINT
DATES ;
PRNTATRK(IEN) ; Print data for an entry from the alert tracking file
HEADER(XQANAME,DOFF) ; Output header at start of report XQANAME indicates who report is for
WORDHDR ;
DTPT ; OPT - GIVEN DATE AND PATIENT, TAKE A LOOK AT ALL USING 'D' X-REF
; for one day and for 1 patient list data in alert tracking file related to patient
DTPTDQ ;
CHEKSCAN(XQADFN) ; Output a list of dates when OR, and DVB alerts are found
VIEWTRAK ; OPT. View an entry in the Alert Tracking file in Captioned mode
OLDEST() ; Returns date of oldest entry in alert tracking file

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: DQ1+11
Function Call: WRITE
  • Prompt: !?10,"ALL words or phrases connected by -AND- must appear in the",!?10,"message for an alert to be selected"
  • Line Location: WORDS+14
Function Call: WRITE
  • Prompt: !?10,"The earliest date in the alert tracking file is ",$$FMTE^XLFDT($$OLDEST(),"D")
  • Line Location: DATES+2
Function Call: WRITE
  • Prompt: !,"*** WARNING ***: Do not specify too many days - each entry in the Alert Tracking",!,"file must be checked for the date range specified.",!
  • Line Location: DATES+3
Function Call: WRITE
  • Prompt: !,$E(XQAMSG,1,IOM-1)
  • Line Location: PRNTATRK+15
Function Call: WRITE
  • Prompt: !?35,XQANEN
  • Line Location: PRNTATRK+15
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: PRNTATRK+17
Function Call: WRITE
  • Prompt: !
  • Line Location: PRNTATRK+18
Function Call: WRITE
  • Prompt: OUTDATE
  • Line Location: HEADER+4
Function Call: WRITE
  • Prompt: !
  • Line Location: HEADER+6
Function Call: WRITE
  • Prompt: !?5,$S(J=1:"Selected alerts containing:",1:" and containing:"),?35,XQAWORDS(I,J)
  • Line Location: WORDHDR+3
Function Call: WRITE
  • Prompt: !!!
  • Line Location: CHEKSCAN+2
Function Call: WRITE
  • Prompt: !,"Dates and number of alerts found in () [may not be all of them]"
  • Line Location: CHEKSCAN+12
Function Call: WRITE
  • Prompt: !,XX(I)
  • Line Location: CHEKSCAN+15
Info |  Source |  Entry Points |  Interaction Calls