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

Package: Scheduling

Routine: SCUTIE2


Information

SCUTIE2 ;ALB/SCK - IEMM LIST MANAGER UTILITIES; 16-JUN-97

Source Information

Source file <SCUTIE2.m>

Entry Points

Name Comments DBIA/ICR reference
ENTRY(SDYX) ; Get entry for incomplete encounter lookup. Mimics the selection process in
; Appointment Management, but allows for the additional selection of an error code from
; the Transmitted OP ENC Error Code file.
ENQ
LOOKUP(X,SCG) ; Look up IEN for the specified file
MULTLKUP(SD1) ; Lookup entry for unspecified selection file. Try searching the patient
; file, hospital location file, and the transmitted OP ENC error code file for
; a possible match.
MLTQ
OK() ; Ask user if displayed entry is ok for selection.
; Return 1 if Ok, 0 if not
HELP ;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Searching for patient ",SD1
  • Line Location: MULTLKUP+13
Function Call: WRITE
  • Prompt: !!,"Searching for Clinic ",SD1
  • Line Location: MULTLKUP+22
Function Call: WRITE
  • Prompt: !!,"Searching for Error Code ",SD1
  • Line Location: MULTLKUP+31
Function Call: WRITE
  • Prompt: !
  • Line Location: OK+4
Function Call: WRITE
  • Prompt: !?2,"Enter P.patient name to select a specific patient,"
  • Line Location: HELP+2
Function Call: WRITE
  • Prompt: !?2,"C.clinic name to select a specific clinic, or E.Error Name"
  • Line Location: HELP+3
Function Call: WRITE
  • Prompt: !?2,"to select a specific error.",!
  • Line Location: HELP+4
Function Call: WRITE
  • Prompt: !?2,"If selecting a specific error by its description it may be"
  • Line Location: HELP+5
Function Call: WRITE
  • Prompt: !?2,"necessary to enter more than three characters(Ex. E.Abxxxx)."
  • Line Location: HELP+6
Function Call: WRITE
  • Prompt: !?2,"Because this is a descriptive field, case sensitivity applies.",!
  • Line Location: HELP+7
Function Call: WRITE
  • Prompt: !?2,"If just a name is entered, any matches will be displayed in"
  • Line Location: HELP+8
Function Call: WRITE
  • Prompt: !?2,"patient, clinic, error code order. You will have the option"
  • Line Location: HELP+9
Function Call: WRITE
  • Prompt: !?2,"of selecting or ignoring the choice.",!
  • Line Location: HELP+10
Info |  Source |  Entry Points |  Interaction Calls