Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: AQAOHPKG

AQAOHPKG.m

Go to the documentation of this file.
  1. AQAOHPKG ; IHS/ORDC/LJF - HELP TEXT FOR PKG ADMIN OPTIONS ;
  1. ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
  1. ;
  1. ;This rtn contains entry points for introductory text on options
  1. ;on the Package Administrator's menu.
  1. ;
  1. AUDIT ;ENTRY POINT >>> intro text for audit report
  1. ;called by entry action on option AQAO USER PRINT AUDIT
  1. W @IOF,!!?20,"OCCURRENCE AUDIT LISTING UTILITY",!!
  1. W !!?5,"Use this option to view actions taken on OCCURRENCES by"
  1. W !?5,"QI users. It will list the occurrence ID #, the date and time,"
  1. W !?5,"the action performed (add, edit, review, or delete), and the"
  1. W !?5,"user's name. This can be very helpful in tracking who accessed"
  1. W !?5,"a particular occurrence and when. You can print all audited"
  1. W !?5,"events for a date range, all for a specific occurrence, or all"
  1. W !?5,"those performed by a particular user.",!!
  1. Q
  1. ;
  1. ;
  1. KEYS ;ENTRY POINT >>> intro text for users with qai keys report
  1. ;called by entry action to option AQAO USER PRINT KEYS
  1. W @IOF,!!?20,"USERS WITH QAI SECURITY KEYS",!!
  1. W !!?5,"Use this option to check who has access to the LOCKED MENU"
  1. W !?5,"OPTIONS in the QAI system. This report will tell you who"
  1. W !?5,"has been given access to update indicators, close occurrences,"
  1. W !?5,"print provider reports, and any other functions that require"
  1. W !?5,"additional keys to access.",!
  1. Q
  1. ;
  1. ;
  1. MEMBER ;ENTRY POINT >>> intro text for listing of team members
  1. ;called by entry action of option AQAO USER MEMBERSHIPS
  1. W @IOF,!!?20,"LISTING OF QI TEAM MEMBERS",!!
  1. W !?5,"Use this option to print a list by QI TEAM of the QAI USERS"
  1. W !?5,"who have access to the team's indicators, occurrences, and"
  1. W !?5,"action plans. Remember, all users designated as QI Staff"
  1. W !?5,"members can access ALL data in the QAI system.",!!
  1. Q