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