Set Configuration Groups

Contents Show

The Set Configuration Groups screen is used to manage the configuration groups available for ACM clinics.

Set Configuration Groups screen

Screen Access

Screen Access

Interface Initialization

Upon initial display of the screen, the following occurs:

  • The title bar text is set to "Set Configuration Groups".

  • The Add button is visible and enabled.

  • The Close button is visible and enabled as the default.

If records are listed in the data grid:

  • The Configuration Groups data grid contains all available configuration groups.

  • The Edit button is visible and enabled.

  • The Delete button is visible and enabled.

If records are not listed in the data grid:

  • The Edit button is visible and disabled.

  • The Delete button is visible and disabled.

Screen Elements

Unless otherwise stated below, all controls on the Set Configuration Groups screen are visible and enabled when:

If one or more special conditions exist that affect a control on the Set Configuration Groups screen, the condition(s) are documented for that specific control below.

Configuration Groups group box

  Complete the information in the Configuration Groups group box.

This group box includes controls that allow you to add, edit, or delete configuration groups. The title text of the group box is set to "Configuration Groups". The following controls are included in the group box:

Configuration Groups data grid

This data grid contains each configuration group that has been recorded in the application. The data grid contains a row for each configuration group. The records are sorted by the identification number of the configuration group from the DownloadSettingsID column of the ACM_DownloadSettings table and cannot be resorted.

The data grid consists of the following control(s):

Name column

This column displays the name of each record displayed within the data grid.

The title of the column is set to "Name". The information displayed within the column is read-only.

This value is from the Description column of the ACM_DownloadSettings table.

Active column

This column displays the active status for each record displayed within the data grid.

The title of the column is set to "Active". The information displayed within the column is read-only.

This value is from the Active column of the ACM_DownloadSettings table.

Add button

Click the Add button to add a record to the data grid.

It has a mnemonic of "A".

The Configuration Group screen displays in Add mode when the button is clicked.

Edit button

Click the Edit button to edit the record currently selected in the data grid.

The control is enabled when:

It has a mnemonic of "E".

The Configuration Group screen displays in Edit mode when the button is clicked.

Delete button

Click the Delete button to delete the record currently selected in the data grid.

The control is enabled when:

It has a mnemonic of "D".

A standard confirmation message (C0004) displays when the button is clicked. The options of Yes and No are available. If the user clicks Yes, the system deletes the record from the database. The contents on the Set Configuration Groups screen are refreshed. If the user clicks No, the system returns to the Set Configuration Groups screen without deleting the selected record.

If the selected record is associated with at least one other record in the system or is in use, a standard error message (E0007) displays. Click the OK button on the standard error message to return to the Set Configuration Groups screen (the current screen).

Details button

Click the Details button to view the details of the record currently selected in the data grid.

The control is enabled when:

It has a mnemonic of "T".

The Configuration Group screen displays in Details mode when the button is clicked.

Close button

  Click the Close button to close the screen.

It does not have a mnemonic. Its keyboard shortcut is the Esc (escape) key.

The Configure ACM Clinics screen displays when the button is clicked.

Processing

If data can be validated and saved on the screen, the following processes occur when the screen is processed:

If no data can be validated and saved on the screen:

Data Map

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

Control Type

Table. Column

Notes

Configuration Groups

data grid

·

·

Name

data grid column

ACM_DownloadSettings. Description

·

Active

data grid column

ACM_DownloadSettings. Active

·

+ Denotes data written to the database when screen processing occurs (if applicable). The process that writes data to the database does not occur on screens displayed in read-only or Details mode.

~ Denotes a required control (if applicable). The process that checks for required controls does not occur on screens displayed in read-only or Details mode.

|

Management Console