Clinics Eligible for ACM

Contents Show

The Clinics Eligible for ACM screen is used to manage which clinics are eligible to be checked out in ACM.

Clinics Eligible for ACM screen

Screen Access

Screen Access

Interface Initialization

Upon initial display of the screen, the following occurs:

  • The title bar text is set to "Clinics Eligible for ACM".

  • The Clinics tree list is enabled and displays all agencies and clinics available for checkout.

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

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

Screen Elements

Unless otherwise stated below, all controls on the Clinics Eligible for ACM screen are visible and enabled when:

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

Clinics tree list

  View or select the items in the Clinics tree list.

Click an item in the tree list to select it. The tree list is single select. Click the plus sign next to an item to expand the tree list and view information specific to the item. Click the minus sign next to an item to collapse the tree list and hide information specific to the item. The data values in the tree list are read-only. It has the following hierarchical structure of nodes:

State root node

|__Agency node

||

||__Clinic node

||__Clinic node

|

|__Agency node

The tree list is populated with all the agencies and clinics available in the state. The nodes have check boxes that can be selected to indicate the agency and all its clinics or some clinics are available for check out in ACM.

The agencies and clinics selected in the Clinics tree list are used to determine the available agencies and clinics on the Configure ACM Clinics screen and the Clinic to Download screen.

State root node

The root node displays the name of the state. Selecting the check box for the State root node selects all agencies and all clinics within the state.

Agency node

The node displays the name of the agency. Selecting the check box for an Agency node selects all the clinics within the agency. When only a partial number of clinics are selected within an Agency node, the Agency node check box remains unchecked. If all the clinics are selected within an Agency node, the Agency node check box is checked.

The agencies are populated from the Name column of the AGENCY table.

Clinic node

The node displays the name of the clinic. Selecting the check box for a Clinic node selects the clinic as being eligible for use in ACM.

The agencies are populated from the ServiceSiteName column of the SERVICESITE table.

OK button

  Click the OK button to process the screen.

It is the default button for the screen, unless otherwise noted.

When a node is checked in the Clinics tree list, the system updates the IsDownloadable column of the ACM_Clinics table to equal "1". If a node is unchecked, the system updates the IsDownloadable column of the ACM_Clinics table to equal "0".

It does not have a mnemonic. Its keyboard shortcut is the Enter key.

The WIC Management Console screen displays when the button is clicked.

Cancel button

Click the Cancel button to close the screen without processing or saving data.

If there are unsaved changes on the screen when this button is clicked, a standard confirmation message (C0002) displays. The options of Yes and No are available. In certain instances, Cancel is also available.

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

The WIC Management Console 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

+Clinics

tree list

ACM_Clinics.IsDownloadable

On OK, saves checked/unchecked data to ACM_Clinics.IsDownloadable

State

tree list root node

Parent node, text "STATE"

Checks/unchecks any child nodes

Agency

tree list node

Agency. Name

Checks/unchecks any child nodes

Clinic

tree list node

ServiceSite. ServiceSiteName

ยท

~ 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.

+ 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.

|

Management Console