LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.28
LEADTOOLS DICOM Server Manager Demo

LEADTOOLS DICOM Server Manager Demo configures three different DICOM Servers by default. These DICOM Servers utilize LEADTOOLS PACS Server Framework. Each DICOM Server implements different DICOM Services using different AddIns. Additionally, a Server Manager application is provided to configure and manage all of the servers from a single user interface.

A user can add or remove supported DICOM Services from any of the server by simply adding or removing the AddIns under the server folder. Please note that one add-in can implement multiple DICOM Services but multiple AddIns are not allowed to support the same DICOM service under a single server configuration.

Server Manager Demo:

The PACS Server Manager (CSLeadtools.Dicom.Server.Manager_Original.exe) is a sample application that uses the LEADTOOLS DICOM Service Admin SDK to allow user to manage multiple PACS Framework from one application. User can add, remove and configure Servers, start, stop and pause any or all server services. Application also allows DICOM client configuration for each server and exposes the addin level settings for all configured AddIns when implemented. In addition, user can view the transaction log of all servers from this application.

The following figure shows the LEADTOOLS DICOM Service Manager:

LEADTOOLS DICOM Service Manager

Server Manager Interface:

The drop down list box list all configured DICOM Servers.

The following figure shows the configured PACS Framework Servers:

Configured Servers

Selecting a server from the list box; show list of icons under the AddIn Options.

AddIn Options

Each icon represents the installed add-ins on the server. Double-clicking on the icon displays a settings dialog of the Addin. For example, double-clicking on Security icon(Security Icon) will display the Security Options dialog:


Security Options Dialog

Note: More detailed information of individual AddIns is documented under the respective server documentation.

Icon Add Dicom Server Add DICOM Server button- Click to open the Add New Server dialog. The Add New Server dialog Settings tab is shown in the following figure:


Add New Server

The Add New Server dialog Settings Tab has the following fields:

Settings Tab

The Add New Server dialog Advanced tab is shown in the following figure:

Add New Server Advanced

The Add New Server dialog Advanced tab has the following fields:

Advanced Tab

Once a Server is configured a new directory will be created in the application folder based on the AE Title of the server. For instance, if your application directory is c:\Dicom Servers\ and you created a server with the AE Title " L17_MWL_MPPS_SRV"; the new directory will be c:\Dicom Servers\ L17_MWL_MPPS_SRV\. This directory will contain all of the settings for the new server as follows:

Edit DICOM Server Edit Server Button – For editing or change the configuration of an existing DICOM Server.

Delete DICOM Server Delete Server button - Used for deleting a configured DICOM Server.

Start DICOM Server Start Server button - Used to start DICOM Server Service for selected server from drop down list box. Service running state is indicated with green circle and white triangle() next to server name.

Start All DICOM Servers Start All Servers button - Used to start all configured DICOM server services.

Pause DICOM Server Pause Server button - Used to Pause the currently selected service.

Stop DICOM Server Stop Server Button- Used to stop currently selected DICOM Server Service.

Stop All Servers Stop All Servers button – Used to stop all DICOM Server Services.

Log Button Log button- Used for viewing DICOM message log. Clicking on log button will bring up following Event Log dialog:

Server Event Log

The Event Log Dialog has the following options:

Continuous Query Continuous Query button – Use for viewing live logging activities.

Stop Continuous Query Stop Continuous Query button – Press to stop live log update for viewing.

Single Query Single Query button – Used to make a single query to log database.

Query Filter - Allows different query filter options to limit number of items returned for viewing for any of the above listed query types. Query filters are grouped into following categories:

General Pane: This is group is the top level filter. This filter is applied first and other filters in different groups are applied on the result of this group.

Event Log General Pane

Last - This returns the selected number of items.

Type - Filter by log type such as Errors, Warnings, Information, Debug.

Command - Filter by DICOM message type (i.e. C-FIND, C-MOVE, N-ACTION etc).

Date Pane

Event Log Date Pane

Filter by recent months, years or date and time range.

Client/Server Pane

Event Log Client/Server Pane

Filter log results by server or client AE Title, Host Address and port.

Icon Event Log Export Selected Export Selected Files button - Allows user to export the selected log items to disk. Activated when user select log item(s).

Icon Event Log Delete Selected Delete Selected button - Allows user to delete selected log item(s) from the log database. Activated when user select log item(s).

Icon Event Log Show Detail Show Detail button - Displays the following Event Log Details dialog box:

Event Log Detail Dialog

AE Titles Tab - This tab shows the configured list of clients for the currently selected server while server service is running. The server register IAeTitle implementation will be responsible for handling the Service Manger requests. The following actions are available with the AE Titles Tab.

icon Add AE Title Add AE Title button - Allows configuring new client connection. Clicking the button will display following dialog:

Add AE Title Dialog

Edit AE Title Edit AE Title button -Use this to edit existing client configuration. It is activate, when user select a client from the current client list. Clicking on the button displays Edit AE Title dialog similar to Add AE Title dialog.
Note: Double clicking on client list item also display the Edit AE Title dialog.

Delete AE Title Delete AE Title - This will delete selected client configuration.

LEADTOOLS installs following sample PACS Framework Servers Demos:

MainPACSFrameworkServer

PACSFrameWorkRouterServer