AQAOHFNC ; IHS/ORDC/LJF - HELP TEXT FOR FUNCTIONS ;
;;1.01;QAI MANAGEMENT;;OCT 05, 1995
;
;This rtn contains entry points for the introductory text on options
;and help text on data fields for Key Functions data entry.
;
FNCEDIT ;ENTRY POINT >> intro text for option to define key functions & goals
W @IOF,!!?30,"KEY FUNCTIONS AND GOALS"
W !!?5,"Use this option to document the KEY FUNCTIONS AND GOALS for"
W !?5,"your health care organization. These functions can also be"
W !?5,"referred to as IMPORTANT ASPECTS OF CARE, or VITAL ACTIVITIES"
W !?5,"or OPPORTUNITIES FOR IMPROVEMENT. They are still categorized"
W !?5,"as the High-Risk, High-Volume or Problem-Prone areas of patient"
W !?5,"care.",!
Q
;
SHORT ;ENTRY POINT >> help test for short name field; called by execute help
W !!?5,"Enter an ABBREVIATED version of your key function or goal, up"
W !,"to 40 characters long. This SHORT NAME will appear on reports"
W !,"where space is limited.",!
Q
;
LONG ;ENTRY POINT >> help text for long name field; called by execute help
W !!?5,"Enter the EXPANDED description of your key function, up to"
W !,"80 characters long. When you enter the function for the first"
W !,"time, the computer automatically uses the short name; you just"
W !,"need to expand those words and phrases that were abbreviated.",!
Q
;
;
SCOPE ;ENTRY POINT for intro text to Scope of Care option
;called by entry action of AQAO IND SCOPE
W @IOF,!!?30,"SCOPE OF CARE",!!
W !!?5,"Use this option to enter the SCOPE OF CARE for your service"
W !?5,"or department."
Q
;
;
SCOPEPRT ;ENTRY POINT for intro text on Print Scope of Care option
;called by entry action of AQAO IND SCOPE PRINT
W @IOF,!!?20,"PRINT SCOPE OF CARE FOR A HOSPITAL SERVICE",!!
W !!?5,"Use this option to print a paper copy of your service's"
W !?5,"Scope Of Care entered via the option ""Define SCOPE OF CARE""."
W !!
Q
AQAOHFNC ; IHS/ORDC/LJF - HELP TEXT FOR FUNCTIONS ;
+1 ;;1.01;QAI MANAGEMENT;;OCT 05, 1995
+2 ;
+3 ;This rtn contains entry points for the introductory text on options
+4 ;and help text on data fields for Key Functions data entry.
+5 ;
FNCEDIT ;ENTRY POINT >> intro text for option to define key functions & goals
+1 WRITE @IOF,!!?30,"KEY FUNCTIONS AND GOALS"
+2 WRITE !!?5,"Use this option to document the KEY FUNCTIONS AND GOALS for"
+3 WRITE !?5,"your health care organization. These functions can also be"
+4 WRITE !?5,"referred to as IMPORTANT ASPECTS OF CARE, or VITAL ACTIVITIES"
+5 WRITE !?5,"or OPPORTUNITIES FOR IMPROVEMENT. They are still categorized"
+6 WRITE !?5,"as the High-Risk, High-Volume or Problem-Prone areas of patient"
+7 WRITE !?5,"care.",!
+8 QUIT
+9 ;
SHORT ;ENTRY POINT >> help test for short name field; called by execute help
+1 WRITE !!?5,"Enter an ABBREVIATED version of your key function or goal, up"
+2 WRITE !,"to 40 characters long. This SHORT NAME will appear on reports"
+3 WRITE !,"where space is limited.",!
+4 QUIT
+5 ;
LONG ;ENTRY POINT >> help text for long name field; called by execute help
+1 WRITE !!?5,"Enter the EXPANDED description of your key function, up to"
+2 WRITE !,"80 characters long. When you enter the function for the first"
+3 WRITE !,"time, the computer automatically uses the short name; you just"
+4 WRITE !,"need to expand those words and phrases that were abbreviated.",!
+5 QUIT
+6 ;
+7 ;
SCOPE ;ENTRY POINT for intro text to Scope of Care option
+1 ;called by entry action of AQAO IND SCOPE
+2 WRITE @IOF,!!?30,"SCOPE OF CARE",!!
+3 WRITE !!?5,"Use this option to enter the SCOPE OF CARE for your service"
+4 WRITE !?5,"or department."
+5 QUIT
+6 ;
+7 ;
SCOPEPRT ;ENTRY POINT for intro text on Print Scope of Care option
+1 ;called by entry action of AQAO IND SCOPE PRINT
+2 WRITE @IOF,!!?20,"PRINT SCOPE OF CARE FOR A HOSPITAL SERVICE",!!
+3 WRITE !!?5,"Use this option to print a paper copy of your service's"
+4 WRITE !?5,"Scope Of Care entered via the option ""Define SCOPE OF CARE""."
+5 WRITE !!
+6 QUIT