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

Package: Clinical Information Resource Network

Routine: RGPDENV


Information

RGPDENV ;B'HAM/PTD-CIRN PD build environment check routine ;4/15/99

Source Information

Source file <RGPDENV.m>

Entry Points

Name Comments DBIA/ICR reference
PSJ ;Determine which version of Inpatient Medications is installed.
PSO ;Determine which version of Outpatient Pharmacy is installed.
PSO6 ;If version 6.0 installed, check for patch PSO*6*156.
PSO7 ;If version 7.0 installed, check for patch PSO*7*11.
END ;Write install message based on set conditions.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Inpatient Medications version 4.5 or 5.0 must be installed."
  • Line Location: PSJ+3
Function Call: WRITE
  • Prompt: !!,"Outpatient Pharmacy version 6.0 or 7.0 must be installed."
  • Line Location: PSO+3
Function Call: WRITE
  • Prompt: !!,"You must have patch PSJ*4.5*43 installed for Inpatient Medications."
  • Line Location: END+2
Function Call: WRITE
  • Prompt: !!,"You must have patch PSO*6*156 installed for Outpatient Pharmacy."
  • Line Location: END+4
Function Call: WRITE
  • Prompt: !!,"You must have patch PSO*7*11 installed for Outpatient Pharmacy."
  • Line Location: END+6
Function Call: WRITE
  • Prompt: !!,"Environment check is ok.",!
  • Line Location: END+8
Info |  Source |  Entry Points |  Interaction Calls