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

Package: Consult Request Tracking

Routine: GMRCT


Information

GMRCT ; SLC/DLT\JFR - Get DUZ's of users for notification to service ; 11/25/2000

Source Information

Source file <GMRCT.m>

Entry Points

Name Comments DBIA/ICR reference
EN(GMRCSRV,USER,TEST) ;Get who is to be notified for alert action
; return them in array GMRCADUZ(DUZ)=""
RECIP(GMRCSS,NOTNULL) ;gather recipients for GMRCSS
LOC ;Find the patients location and match to location assignments
LOC1 ;Get user and/or team assigned to location
ADMU ;Get notification recips from admin users field (123.33)
ADMT ;Get notification recips from admin teams field (123.34)
TEAM ;Loop through Teams to send all users notifications
TEAM1 ;Get user DUZ's from Team pointed to in File
NOTSERV(RECIP) ;set GMRCADUZ(RECIP)=all services they receive for
TEST ; called from GMRC NOTIF RECIPIENTS
HIER(SERV) ;ask to see the hierarchy
TSTINTRO ; entry action for GMRC USER NOTIFICATION

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This user is a notification recipients for "_GMRCADUZ(GMRCUSR),!
  • Line Location: TEST+14
Function Call: WRITE
  • Prompt: !!
  • Line Location: TEST+17
Function Call: WRITE
  • Prompt: !!,"This user is not a notification recipient.",!!
  • Line Location: TEST+18
Function Call: WRITE
  • Prompt: !,"This option will list how a given user became a notification recipient"
  • Line Location: TSTINTRO+1
Function Call: WRITE
  • Prompt: !,"for a selected consult service. If the PROCESS PARENTS FOR NOTIFS field is"
  • Line Location: TSTINTRO+2
Function Call: WRITE
  • Prompt: !,"set to YES, all the parents of the service will also be processed to"
  • Line Location: TSTINTRO+3
Function Call: WRITE
  • Prompt: !,"determine if the user is a recipient via that service.",!!
  • Line Location: TSTINTRO+4
Info |  Source |  Entry Points |  Interaction Calls