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

Package: Order Entry Results Reporting

Routine: ORLPREML


Information

ORLPREML ;ISP/LMT - List Manager CPRS Team List from a Reminder Patient List ;11/13/17 12:55

Source Information

Source file <ORLPREML.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; -- main entry point for ORLP TEAM LIST FROM REM
HDR ; -- header code
INIT ; -- init variables and list array
HELP ; -- help code
EXIT ; -- exit code
EXPND ; -- expand code
KEYS ;
SELECT(ORACTION) ;
ADDENT ; Add an Entry
EDITENT ; Edit an Entry
DELENT ; Delete an Entry
RUNNOW ; Run one of the List Rules now
REFRESH ; Refresh List
ENPAR ; Configure paramaters - loop till exit
PAR(ORREM) ; configure paramaters. Add/Edit Entry
PARDIV(ORREM,ORPARS) ; Configure ORLP TEAM LIST FROM REM at the div level
PARSYS(ORREM,ORPARS,ORREQ) ; Configure ORLP TEAM LIST FROM REM at the sys level
SELFLTR() ; Ask user if they want to filter by div
SELDIV() ; prompt for div
SELREM() ; prompt for reminder list rule
SELLST(ORDEF,ORLSTSCR,ORREQ) ; prompt for OE/RR List
LSTSCR(ORRET,ORREM) ; return array of 100.21 entries that should be used for screening
SELFREQ(ORREM) ; Configure ORLP TEAM LIST FROM REM FREQ
SELOVER(ORREM) ; Configure ORLP TEAM LIST FROM REM OVER
GETPARS(ORRET,ORREM) ; Get team maapping for one list rule
GETAPARS(ORFORMAT) ; Get team maapping for all list rules
GETSCHED(ORREM) ;
GETLAST(ORREM) ; returns ORLP TEAM LIST FROM REM LAST par
GETFREQ(ORREM) ; returns ORLP TEAM LIST FROM REM FREQ par
GETOVER(ORREM) ; returns ORLP TEAM LIST FROM REM OVER par
GETTASK() ;
LASTUPD(ORLST) ; Returns Last Updated D/T (100.21, 12.1) for a given list

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !,"There are no items to "_ORACTION_".",!
  • Line Location: SELECT+8
Function Call: WRITE
  • Prompt: !,"This entry does not have a list rule mapping to "_ORACTION_".",!
  • Line Location: SELECT+22
Function Call: WRITE
  • Prompt: !,"There are no items to select from.",!
  • Line Location: RUNNOW+7
Function Call: WRITE
  • Prompt: !,"This entry does not have a list rule mapping to run.",!
  • Line Location: RUNNOW+18
Function Call: WRITE
  • Prompt: !,"This entry is not mapped to any Team Lists.",!
  • Line Location: RUNNOW+23
Function Call: WRITE
  • Prompt: !!,"Task #"_ORTSK_" queued.",!!
  • Line Location: RUNNOW+40
Function Call: WRITE
  • Prompt: !
  • Line Location: PAR+16
Function Call: WRITE
  • Prompt: !!,?3,">> First, you will need to select a team list to be used in cases"
  • Line Location: PAR+19
Function Call: WRITE
  • Prompt: !,?3,">> where it cannot be determined which division a patient belongs to."
  • Line Location: PAR+20
Function Call: WRITE
  • Prompt: !
  • Line Location: PAR+21
Function Call: WRITE
  • Prompt: !!,?3,">> Now, you can select the team lists to be used for each division."
  • Line Location: PAR+27
Function Call: WRITE
  • Prompt: !
  • Line Location: PAR+39
Function Call: WRITE
  • Prompt: !
  • Line Location: PARDIV+10
Function Call: WRITE
  • Prompt: !,"Error: "_$P(ORERR,U,2),!
  • Line Location: PARDIV+18
Function Call: WRITE
  • Prompt: !,"Error: "_$P(ORERR,U,2),!
  • Line Location: PARSYS+12
Function Call: WRITE
  • Prompt: !
  • Line Location: SELFLTR+4
Function Call: WRITE
  • Prompt: !
  • Line Location: SELFLTR+14
Function Call: WRITE
  • Prompt: !
  • Line Location: SELFREQ+6
Function Call: WRITE
  • Prompt: !,"Error: "_$P(ORERR,U,2),!
  • Line Location: SELFREQ+19
Function Call: WRITE
  • Prompt: !
  • Line Location: SELOVER+6
Function Call: WRITE
  • Prompt: !,"Error: "_$P(ORERR,U,2),!
  • Line Location: SELOVER+20
Info |  Source |  Entry Points |  Interaction Calls