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

Package: Order Entry Results Reporting

Routine: ORU2


Information

ORU2 ; slc/dcm - More OE/RR Utilities ;1/21/92 16:08

Source Information

Source file <ORU2.m>

Entry Points

Name Comments DBIA/ICR reference
FORMAT(TEXT,LENGTH) ; Formats text field
STRIP(TEXT) ; Strips white space from text
WRAP(TEXT,LENGTH) ; Breaks text string into substrings of length LENGTH
PATHLP(X) ; Writes executable help for Patient lookup
PATHLP1(X) ; Writes executable help for Patient lookup

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Enter selection(s) by typing the name(s) or number(s) (separated by commas)."
  • Line Location: PATHLP+2
Function Call: WRITE
  • Prompt: !!,"ALL items (except those numbered above 900) may be selected by typing 'ALL'."
  • Line Location: PATHLP+4
Function Call: WRITE
  • Prompt: !!,"RANGES of numbers may be entered using dashes."
  • Line Location: PATHLP+5
Function Call: WRITE
  • Prompt: !?5,"For example: 2-5,7-9"
  • Line Location: PATHLP+6
Function Call: WRITE
  • Prompt: !!,"EXCEPTIONS may be entered by preceding them with an apostrophe."
  • Line Location: PATHLP+7
Function Call: WRITE
  • Prompt: !?5,"For example: 1-10,'9 or 1-10,'BRANDX"
  • Line Location: PATHLP+8
Function Call: WRITE
  • Prompt: !,"(These select items 1 thru 10 except for 9 or BRANDX, respectively.)"
  • Line Location: PATHLP+9
Function Call: WRITE
  • Prompt: !!,"HELP for advanced look-up features may be obtained by entering '???'."
  • Line Location: PATHLP+10
Function Call: WRITE
  • Prompt: !!?1,"You may also enter User, Provider or Treating Specialty name to pick from",!?5,"corresponding patient lists."
  • Line Location: PATHLP1+4
Function Call: WRITE
  • Prompt: !!?1,"HELP for advanced look-up features may be obtained by entering '???'."
  • Line Location: PATHLP1+5
Info |  Source |  Entry Points |  Interaction Calls