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

AQAOHIND.m

Go to the documentation of this file.
  1. AQAOHIND ; IHS/ORDC/LJF - HELP TEXT FOR INDICATORS ;
  1. ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
  1. ;
  1. ;This rtn contains entry points for introductory text on options
  1. ;and help text on data fields for inidicator data entry.
  1. ;
  1. INDEDIT ;ENTRY POINT >> intro text for indicators entry/edit
  1. W @IOF,!!?30,"CLINICAL INDICATORS"
  1. W !!?5,"Use this option to document your CLINICAL INDICATORS linked"
  1. W !?5,"to Key Functions or Goals. To secure proper access to your"
  1. W !?5,"indicator and any occurrences, you must also link these"
  1. W !?5,"indicators to a QI MONITORING TEAM made up of all the QI"
  1. W !?5,"teams involved.",!
  1. Q
  1. ;
  1. CODE ;ENTRY POINT >> help text for code # field; called by execute help
  1. W !!?5,"The indicator code number is made up of a prefix of 3 LETTERS"
  1. W !?5,"and/or NUMBERS followed by 4 NUMBERS, such as ICU0013 or"
  1. W !?5,"3EA0057. The QAI package administrator has access to the"
  1. W !?5,"QI PREFIX file which contains the agreed upon prefixes and"
  1. W !?5,"their uses. Grouping by a service or QI team abbreviation"
  1. W !?5,"is helpful. All code numbers beginning with 'J' are reserved"
  1. W !?5,"for JCAHO indicators. All code numbers beginning with 'IH' are"
  1. W !?5,"reserved for IHS indicators. Code numbers in the IH1 series "
  1. W !?5,"were used by version 1 of the IHS QA/UR System. See the User"
  1. W !?5,"Manual for more information. For a list of defined prefixes on"
  1. W !?5,"your system, use the option titled DISPLAY INDICATOR PREFIXES."
  1. W ! Q
  1. ;
  1. NAME ;ENTRY POINT >> help text for name field; called by execute help
  1. W !!?5,"This is a short title (up to 30 characters long) for the"
  1. W !,"CLINICAL INDICATOR. A DESCRIPTION word-processing field follows"
  1. W !,"to expand the meaning of the indicator.",!
  1. Q
  1. ;
  1. TYPE ;ENTRY POINT >> help text for type or threshold fields; xecutable help
  1. W !!?5,"For those indicators that are labeled RATE-BASED, a THRESHOLD"
  1. W !,"will be requested. Please remember that a Desirable Trend"
  1. W !,"Indicator will have a HIGH Threshold number (for example, 95%)"
  1. W !,"and an Undesirable Trend Indicator should have a LOW number,"
  1. W !,"(such as 5%). For the THRESHOLD field, just enter the number; "
  1. W !,"the computer will add the '%' to the end.",!
  1. Q
  1. ACTIVE ;ENTRY POINT >> help text for active/inactive field; xecutable help
  1. W !!?5,"To be used by the QI Management System, an indicator must"
  1. W !,"be ACTIVE. When no longer used, indicators CANNOT be DELETED."
  1. W !,"They must be INACTIVATED. When inactivating an indicator, you"
  1. W !,"will also be asked for the INACTIVATION DATE and for a REASON."
  1. W ! Q
  1. ;
  1. REASON ;ENTRY POINT >> help text 4 inactivation reason field; xecutable help
  1. W !!?5,"Enter a SHORT EXPLANATION (up to 30 characters) of why this"
  1. W !,"indicator is now inactive, such as 'No Longer Needed', or"
  1. W !,"'No Longer Applies', or 'Superseded by ICU024'.",!
  1. Q
  1. ;
  1. METHOD ;ENTRY POINT >> help text for methodology field
  1. ;called by input template [AQAO IND EDIT
  1. W !!?30,"METHODOLOGY"
  1. W !,"How do you plan to COLLECT and ORGANIZE the data to evaluate"
  1. W " this indicator? "
  1. W !,"Please include 1. Data sources"
  1. W !," 2. Sampling strategies"
  1. W !," 3. Frequency of data collection"
  1. W !," 4. Any coordination required across departments/services"
  1. W !," 5. How reliability of data collected is determined"
  1. W !," 6. Process for comparing data with threshold"
  1. W !?5,"HINT: To have each line you enter print on a separate line,"
  1. W !?12,"begin each line with a space.",!
  1. Q
  1. ;
  1. QITEAM ;ENTRY POINT >> help text for qi monitoring team; xecutable help
  1. W !!?5,"Enter all the QI TEAMS involved with this indicator"
  1. W !,"that make up a Monitoring Team. The last one entered will"
  1. W !,"appear as the default value. Those listed above will be the"
  1. W !,"QI Teams already chosen. Below is a listing of all the QI teams"
  1. W !,"from which you can choose.",!
  1. Q
  1. ;
  1. ;
  1. INACT ;ENTRY POINT for intro text on option AQAO INACTIVE EDIT
  1. W @IOF,!?20,"ACTIVATE/INACTIVATE Clinical Indicator",!
  1. W !?5,"Use this option to activate an inactive indicator or to "
  1. W !?5,"modify an inactive one. When activating an indicator,"
  1. W !?5,"please delete the inactivation date and reason.",!
  1. Q
  1. ;
  1. ;
  1. PREFIX ;ENTRY POINT for intro text on option AQAO PREFIX LIST
  1. ;called by entry action
  1. W @IOF,!?20,"DISPLAY INDICATOR PREFIXES",!!
  1. W !?5,"Use this option to see a listing of 3-character prefixes that"
  1. W !?5,"can be used to create indicator code numbers. If you need to"
  1. W !?5,"add a new prefix, see the QAI package administrator. Using an"
  1. W !?5,"agreed upon list of prefixes helps to group similar indicators."
  1. W !?5,"To print the list, enter your printer name or HOME (to print to"
  1. W !?5,"your terminal screen) at the DEVICE prompt. Then enter 80 at"
  1. W !?5,"the RIGHT MARGIN prompt, if it appears.",!!
  1. Q