Contents Show
The High Risk Goal screen is used to manage high risk goal information. It is a tabbed page on the Estimated Caseload screen.
The High Risk Goal tab of the Estimated Caseload screen allows the user to specify high-risk goals for clinics or agencies, depending on the value of the CASELOAD_BY_SERVICESITE state business rule:
If CASELOAD_BY_SERVICESITE = "Y", the screen is used to maintain the high risk goals for clinics.
If CASELOAD_BY_SERVICESITE = "N", the screen is used to maintain the high risk goals for agencies.
High Risk Goal screen
|
|
Unless otherwise stated below, all controls on the High Risk Goal screen are visible and enabled when:
The screen is active.
If one or more special conditions exist that affect a control on the High Risk Goal screen, the condition(s) are documented for that specific control below.
View the information in the High Risk Goals data grid.
Enter data in the columns of this data grid.
The records in the data grid are sorted in ascending order by Clinic or Agency ID according to the contents of the Clinic or Agency column. Integer values may be entered in the Priority 1, Priority 2 and Priority 3 columns of the rows if the selected Fiscal Year has not been closed. The maximum length allowed for the controls is seven (7) characters, and only numeric characters are accepted. No edits are performed on the values entered in these columns. The user can view caseload data from previous fiscal years by selecting that fiscal year.
|
NOTE: Only the most recent fiscal year is open for editing. If the selected Fiscal Year is closed, the data displayed in the High Risk Goals data grid is not available for updating. |
The data grid consists of the following control(s):
Clinic column
This column displays the name of the clinic for each record displayed within the data grid.
The title of the column is set to "Clinic". The information displayed within the column is read-only.
The column header and data are left aligned.
The control is visible when:
The CASELOAD_BY_SERVICESITE business rule is set to "Y".
Agency column
This column displays the name of the agency for each record displayed within the data grid.
The title of the column is set to "Agency". The information displayed within the column is read-only.
The column header and data are left aligned.
The control is visible when:
The CASELOAD_BY_SERVICESITE business rule is set to "N".
Priority 1 column
This column contains a masked edit box for each record displayed within the editable data grid. Enter or update the goal for priority 1 clients for the selected fiscal year for each record.
The title of the column is set to "Priority 1". The information displayed within the column is editable. The mask for the masked edit box is "#,###,###".
Priority 2 column
This column contains a masked edit box for each record displayed within the editable data grid. Enter or update the goal for priority 2 clients for the selected fiscal year for each record.
The title of the column is set to "Priority 2". The information displayed within the column is editable. The mask for the masked edit box is "#,###,###".
Priority 3 column
This column contains a masked edit box for each record displayed within the editable data grid. Enter or update the goal for priority 3 clients for the selected fiscal year for each record.
The title of the column is set to "Priority 3". The information displayed within the column is editable. The mask for the masked edit box is "#,###,###".
Click the New Fiscal Year button to add a fiscal year and close the previous fiscal year.
The control is enabled when:
The latest fiscal year is selected in the Fiscal Year drop-down list box.
It has a mnemonic of "N".
A standard confirmation message displays when the button is clicked.
Upon selection of the button, the system displays the C0032 standard confirmation message. The options of Yes and No are available.
If the user clicks Yes, the system automatically adds the next numeric fiscal year to the FISCALYEAR table. If the user clicks No, the system returns to the Estimated Eligibles tab of the Estimated Caseload screen.
Select the fiscal year to display caseload data for in the Fiscal Year drop-down list box.
The control displays all fiscal years contained in the FISCALYEAR table in descending order. The value defaults to the current fiscal year. The user can view data from previous fiscal years by selecting a fiscal year from the drop-down list box.
Click the OK button to process the screen.
It is the default button for the screen, unless otherwise noted.
It does not have a mnemonic. Its keyboard shortcut is the Enter key.
The Participant List screen displays when the button is clicked.
It does not have a mnemonic. Its keyboard shortcut is the Esc (escape) key.
The Participant List screen displays when the button is clicked.
If data can be validated and saved on the screen, the following processes occur when the screen is processed:
A process to check for required controls as identified in the Data Map below is performed.
A process to check for valid entries as identified individually for each applicable control in Screen Elements above is performed.
A process to check for edits and cross edits as identified for each applicable control in Screen Elements above is performed.
If any checks or processes fail, a standard error message displays.
If no data can be validated and saved on the screen:
No cross edits are performed.
All values are considered legitimate.
No data is written to the database.
The Data Map defines the values saved for all controls on the screen. If available, any additional notes or comments are displayed in the Notes column.
Control Label |
Required |
Table |
Column |
Notes |
Fiscal Year |
· |
FISCALYEAR |
FiscalYearID |
· |
Fiscal Year |
· |
CLINICELIGIBLES |
FiscalYearID |
· |
Priority1 |
· |
CLINICELIGIBLES |
Priority1 |
· |
Priority2 |
· |
CLINICELIGIBLES |
Priority2 |
· |
Priority3 |
· |
CLINICELIGIBLES |
Priority3 |
· |
|
Software Version: 2.40.00