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

Package: Quasar

Routine: ACKQFIL


Information

ACKQFIL ;BIR/PTD-Update A&SP Files per CO Directive ; [ 08/23/95 3:02 PM ]

Source Information

Source file <ACKQFIL.m>

Entry Points

Name Comments DBIA/ICR reference
ACCESS ; Only A&SP staff designated as supervisors can access this option.
OPTN ; Introduce option.
WARN ; This option should be used only with CO directive.
SURE ; Give user opportunity to exit if unsure.
FILE ; Display files user can update and allow selection.
ACTION ; Display actions user can take on selected file.
INACT ;User wants to inactivate selected entries.
CHANGE ;Else entry is already marked as INACTIVE.
EXIT ;Kill variables and exit routine.
KVAR ;Kill selected variables.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: ACCESS+3
Function Call: WRITE
  • Prompt: !,"You are not listed in the A&SP STAFF file (#509850.3).",!,"Access denied."
  • Line Location: ACCESS+3
Function Call: WRITE
  • Prompt: !,"Only clinicians may access this option!"
  • Line Location: ACCESS+4
Function Call: WRITE
  • Prompt: !,"The A&SP STAFF file (#509850.3) indicates that you have been inactivated.",!,"Access denied."
  • Line Location: ACCESS+5
Function Call: WRITE
  • Prompt: !,"You must be listed as a SUPERVISOR in the A&SP STAFF file (#509850.3)",!,"in order to use this option. Access denied."
  • Line Location: ACCESS+6
Function Call: WRITE
  • Prompt: !,"This option can be used to update the CDR ACCOUNT file, the",!,"A&SP PROCEDURE CODE file, or the A&SP DIAGNOSTIC CONDITION file.",!
  • Line Location: OPTN+1
Function Call: WRITE
  • Prompt: !!?20,"********** WARNING **********"
  • Line Location: WARN+1
Function Call: WRITE
  • Prompt: !!?5,"This option is to be used ONLY with direction from the",!?5,"Director, Audiology and Speech Pathology Service (VAHQ).",!!?20,"*****************************",!!
  • Line Location: WARN+2
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: FILE+1
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: ACTION+1
Function Call: WRITE
  • Prompt: @IOF,!!
  • Line Location: ACTION+4
Function Call: WRITE
  • Prompt: !
  • Line Location: ACTION+4
Function Call: WRITE
  • Prompt: !,"This entry has been inactivated.",!
  • Line Location: INACT+5
Function Call: WRITE
  • Prompt: !
  • Line Location: CHANGE+1
Function Call: WRITE
  • Prompt: !,"No change made. This entry is still inactive.",!
  • Line Location: CHANGE+2
Function Call: WRITE
  • Prompt: !,"This entry has been changed to active.",!
  • Line Location: CHANGE+4
Info |  Source |  Entry Points |  Interaction Calls