- AQAOHPAR ; IHS/ORDC/LJF - PARAMETER FILE & RTN HELP ;
- ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
- ;
- ;This rtn contains entry points for intro texts on options
- ;and help text on data fields for the QI Parameter options.
- ;
- ADD ;EP; for intro text on adding new facility to file
- ;called by entry action of option AQAO PKG PARAMETER ADD
- W @IOF,!!?20,"ADD NEW FACILITY TO QI PARAMETER FILE",!!
- W !!?5,"Use this option to ADD additional facilities as QAI sites"
- W !?5,"for this package. Your main site was added during software"
- W !?5,"installation. Once you add the new facility, use the other"
- W !?5,"options on this menu to customize the new site.",!!
- Q
- ;
- ;
- LINK ;EP; for intro text on editing qi parameters linkages
- ;called by entry action of option AQAO PKG PARAMETER LINK
- W @IOF,!!?20,"EDIT LINKAGES TO OTHER RPMS PACKAGES",!!
- W !!?5,"Use this option to EDIT linkages with other RPMS packages."
- W !?5,"Here you can customize these linkages as well as turning them"
- W !?5,"on and off as your needs change. If you have many facilities"
- W !?5,"entered in this file, be sure to check the status of these"
- W !?5,"linkages for each one!",!!
- Q
- ;
- ;
- RPT ;EP; for intro text on setting up facility reports
- W @IOF,!!?20,"CREATE CUSTOMIZED REPORTS FORMATS",!!
- W !!?5,"Use this option to customize the Quarterly Progress Report"
- W !?5,"for each of your facilities. You can create as many different"
- W !?5,"formats as you like. Formats can be restricted to certain"
- W !?5,"users or left unrestricted. There is plenty of help text to"
- W !?5,"assist you in setting up a custom format.",!!
- Q
- ;
- ;
- ACCESS ;EP; to print help text on RESTRICTED ACCESS field
- ;called by DR string in ^AQAOLARP
- W !!!?20,"IS ACCESS TO THIS REPORT TO BE RESTRICTED?",!
- W !?5,"If you want to RESTRICT access, enter only those users who"
- W !?5,"should have access. If you do NOT want to restrict access to"
- W !?5,"the report format, do not enter any names and the program"
- W !?5,"assumes it is UNRESTRICTED.",!!
- Q
- ;
- ;
- MSF ;EP; to print help text for med staff function multiple
- ;called by DR string in ^AQAOLARP
- W !!!?20,"MEDICAL STAFF FUNCTIONS FOR THIS REPORT",!
- W !?5,"Enter those Medical Staff Functions you want to include in this"
- W !?5,"particular report. When printing the report, the computer will"
- W !?5,"find all indicators linked to each Med Staff Function at print"
- W !?5,"time. To see which indicators are presently linked to the MS"
- W !?5,"Functions you've listed here, use the PRINT FACILITY REPORT"
- W !?5,"FORMAT option on the menu. If you don't enter any MS Functions"
- W !?5,"here, there won't be a ""MEDICAL STAFF FUNCTIONS"" heading on"
- W !?5,"this report.",!!
- Q
- ;
- ;
- DIM ;EP; print help text for dimensions of performance;ENH1
- ;called by DR string in ^AQAOLARP
- W !!!?20,"DIMENSIONS OF PERFORMANCE FOR THIS REPORT",!
- W !?5,"Enter those Dimensions of Performance you want to include in"
- W !?5,"this particular report. When printing the report, the computer"
- W !?5,"will find all indicators linked to each dimension at print"
- W !?5,"time. To see which indicators are presently linked to the"
- W !?5,"Dimensions you've listed here, use the PRINT FACILITY REPORT"
- W !?5,"FORMAT option on the menu. If you don't select any Dimensions"
- W !?5,"here, there won't be a ""DIMENSIONS OF PERFORMANCE"" section"
- W !?5,"on this report.",!!
- Q
- ;
- ;
- FWIDE ;EP; to print help text for hospital wide indicators multipl
- ;called by DIR string in ^AQAOLARP
- W !!!?20,"FACILITY-WIDE INDICATORS",!
- W !?5,"Enter those indicators you wish to include under the heading of"
- W !?5,"Facility-Wide Indicators in this particular report. At print"
- W !?5,"time, these indicators will be screened to eliminate those to"
- W !?5,"which you do not have access. If an indicator has been made"
- W !?5,"inactive, it will still appear on the report until you remove"
- W !?5,"it from this list. If you don't enter any indicators here, "
- W !?5,"there will be no heading titled ""Facility-Wide Indicators"".",!
- W ! Q
- ;
- ;
- KEYF ;EP; to print help text for key functions multiple
- ;called by DR string in ^AQAOLARP
- W !!!?20,"KEY FUNCTIONS FOR THIS REPORT",!
- W !?5,"Enter those Key Functions you wish to include on this report."
- W !?5,"At print time, the computer will print the results for all the"
- W !?5,"indicators linked to these key functions. INACTIVE indicators"
- W !?5,"and those to which you don't have access will be screened from"
- W !?5,"the report. If you don't enter any Key Functions here, there"
- W !?5,"will be no heading titled ""KEY FUNCTIONS"" on your report.",!!
- Q
- ;
- ;
- OTHER ;EP; to print help text for other indicators multiple
- ;called by DR string in ^AQAOLARP
- W !!!?20,"OTHER INDICATORS TO INCLUDE IN THIS REPORT",!
- W !?5,"Enter any other indicators, not included in any of the other"
- W !?5,"categories, that you want on this report. Check the option"
- W !?5,"titled ""PRINT FACILITY REPORT FORMAT"" to see a list of those"
- W !?5,"indicators included under the Medical Staff Functions and the"
- W !?5,"Key Functions headings.",!!
- Q
- AQAOHPAR ; IHS/ORDC/LJF - PARAMETER FILE & RTN HELP ;
- +1 ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
- +2 ;
- +3 ;This rtn contains entry points for intro texts on options
- +4 ;and help text on data fields for the QI Parameter options.
- +5 ;
- ADD ;EP; for intro text on adding new facility to file
- +1 ;called by entry action of option AQAO PKG PARAMETER ADD
- +2 WRITE @IOF,!!?20,"ADD NEW FACILITY TO QI PARAMETER FILE",!!
- +3 WRITE !!?5,"Use this option to ADD additional facilities as QAI sites"
- +4 WRITE !?5,"for this package. Your main site was added during software"
- +5 WRITE !?5,"installation. Once you add the new facility, use the other"
- +6 WRITE !?5,"options on this menu to customize the new site.",!!
- +7 QUIT
- +8 ;
- +9 ;
- LINK ;EP; for intro text on editing qi parameters linkages
- +1 ;called by entry action of option AQAO PKG PARAMETER LINK
- +2 WRITE @IOF,!!?20,"EDIT LINKAGES TO OTHER RPMS PACKAGES",!!
- +3 WRITE !!?5,"Use this option to EDIT linkages with other RPMS packages."
- +4 WRITE !?5,"Here you can customize these linkages as well as turning them"
- +5 WRITE !?5,"on and off as your needs change. If you have many facilities"
- +6 WRITE !?5,"entered in this file, be sure to check the status of these"
- +7 WRITE !?5,"linkages for each one!",!!
- +8 QUIT
- +9 ;
- +10 ;
- RPT ;EP; for intro text on setting up facility reports
- +1 WRITE @IOF,!!?20,"CREATE CUSTOMIZED REPORTS FORMATS",!!
- +2 WRITE !!?5,"Use this option to customize the Quarterly Progress Report"
- +3 WRITE !?5,"for each of your facilities. You can create as many different"
- +4 WRITE !?5,"formats as you like. Formats can be restricted to certain"
- +5 WRITE !?5,"users or left unrestricted. There is plenty of help text to"
- +6 WRITE !?5,"assist you in setting up a custom format.",!!
- +7 QUIT
- +8 ;
- +9 ;
- ACCESS ;EP; to print help text on RESTRICTED ACCESS field
- +1 ;called by DR string in ^AQAOLARP
- +2 WRITE !!!?20,"IS ACCESS TO THIS REPORT TO BE RESTRICTED?",!
- +3 WRITE !?5,"If you want to RESTRICT access, enter only those users who"
- +4 WRITE !?5,"should have access. If you do NOT want to restrict access to"
- +5 WRITE !?5,"the report format, do not enter any names and the program"
- +6 WRITE !?5,"assumes it is UNRESTRICTED.",!!
- +7 QUIT
- +8 ;
- +9 ;
- MSF ;EP; to print help text for med staff function multiple
- +1 ;called by DR string in ^AQAOLARP
- +2 WRITE !!!?20,"MEDICAL STAFF FUNCTIONS FOR THIS REPORT",!
- +3 WRITE !?5,"Enter those Medical Staff Functions you want to include in this"
- +4 WRITE !?5,"particular report. When printing the report, the computer will"
- +5 WRITE !?5,"find all indicators linked to each Med Staff Function at print"
- +6 WRITE !?5,"time. To see which indicators are presently linked to the MS"
- +7 WRITE !?5,"Functions you've listed here, use the PRINT FACILITY REPORT"
- +8 WRITE !?5,"FORMAT option on the menu. If you don't enter any MS Functions"
- +9 WRITE !?5,"here, there won't be a ""MEDICAL STAFF FUNCTIONS"" heading on"
- +10 WRITE !?5,"this report.",!!
- +11 QUIT
- +12 ;
- +13 ;
- DIM ;EP; print help text for dimensions of performance;ENH1
- +1 ;called by DR string in ^AQAOLARP
- +2 WRITE !!!?20,"DIMENSIONS OF PERFORMANCE FOR THIS REPORT",!
- +3 WRITE !?5,"Enter those Dimensions of Performance you want to include in"
- +4 WRITE !?5,"this particular report. When printing the report, the computer"
- +5 WRITE !?5,"will find all indicators linked to each dimension at print"
- +6 WRITE !?5,"time. To see which indicators are presently linked to the"
- +7 WRITE !?5,"Dimensions you've listed here, use the PRINT FACILITY REPORT"
- +8 WRITE !?5,"FORMAT option on the menu. If you don't select any Dimensions"
- +9 WRITE !?5,"here, there won't be a ""DIMENSIONS OF PERFORMANCE"" section"
- +10 WRITE !?5,"on this report.",!!
- +11 QUIT
- +12 ;
- +13 ;
- FWIDE ;EP; to print help text for hospital wide indicators multipl
- +1 ;called by DIR string in ^AQAOLARP
- +2 WRITE !!!?20,"FACILITY-WIDE INDICATORS",!
- +3 WRITE !?5,"Enter those indicators you wish to include under the heading of"
- +4 WRITE !?5,"Facility-Wide Indicators in this particular report. At print"
- +5 WRITE !?5,"time, these indicators will be screened to eliminate those to"
- +6 WRITE !?5,"which you do not have access. If an indicator has been made"
- +7 WRITE !?5,"inactive, it will still appear on the report until you remove"
- +8 WRITE !?5,"it from this list. If you don't enter any indicators here, "
- +9 WRITE !?5,"there will be no heading titled ""Facility-Wide Indicators"".",!
- +10 WRITE !
- QUIT
- +11 ;
- +12 ;
- KEYF ;EP; to print help text for key functions multiple
- +1 ;called by DR string in ^AQAOLARP
- +2 WRITE !!!?20,"KEY FUNCTIONS FOR THIS REPORT",!
- +3 WRITE !?5,"Enter those Key Functions you wish to include on this report."
- +4 WRITE !?5,"At print time, the computer will print the results for all the"
- +5 WRITE !?5,"indicators linked to these key functions. INACTIVE indicators"
- +6 WRITE !?5,"and those to which you don't have access will be screened from"
- +7 WRITE !?5,"the report. If you don't enter any Key Functions here, there"
- +8 WRITE !?5,"will be no heading titled ""KEY FUNCTIONS"" on your report.",!!
- +9 QUIT
- +10 ;
- +11 ;
- OTHER ;EP; to print help text for other indicators multiple
- +1 ;called by DR string in ^AQAOLARP
- +2 WRITE !!!?20,"OTHER INDICATORS TO INCLUDE IN THIS REPORT",!
- +3 WRITE !?5,"Enter any other indicators, not included in any of the other"
- +4 WRITE !?5,"categories, that you want on this report. Check the option"
- +5 WRITE !?5,"titled ""PRINT FACILITY REPORT FORMAT"" to see a list of those"
- +6 WRITE !?5,"indicators included under the Medical Staff Functions and the"
- +7 WRITE !?5,"Key Functions headings.",!!
- +8 QUIT