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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: DGPFTR

Package: Registration

Routine: DGPFTR


Information

DGPFTR ;SHRPE/YMG - PRF TRANSFER REQUESTS SCREEN ; 05/08/18

Source Information

Source file <DGPFTR.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; entry point
HDR ;Header Code
INIT ;Init variables and list array
HELP ;Help Code
EXIT ; exit point
BLD(STR) ; build list of transfer requests for display
; STR - string of parameters that limit which entries to include:
; query id ^ patient ^ PRF flag ^ request status ^ start date/time ^ end date/time
; Note: any piece may be set to "ALL" instead of an actual value
NOREC() ; show message when display list is empty
; returns line count in the created array
BLDLN(LNUM,REQIEN) ; build one line to display
; LNUM - last line number
; REQIEN - request ien in file 26.22
BLDHDR(STR) ; build display header
; STR - string of parameters for the current view (see tag BLD)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !,"This screen lists PRF transfer requests. It also allows users to review"
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !,"and subsequently approve / reject a pending transfer request."
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !
  • Line Location: HELP+5
Function Call: WRITE
  • Prompt: !!,"Working..."
  • Line Location: BLD+8
Function Call: WRITE
  • Prompt: "."
  • Line Location: BLD+34

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^DGPF(26.22 - [#26.22] EXTERNAL^DILFD,  GETS^DIQ
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call