Previous Topic

Next Topic

Book Contents

Book Index

Starting

Starting Applets from the ToolBox

PMOD is started using the RunPmod script in the Pmod3.1/Start directory. Please refer to the system-specific installation guides if adjustments are needed. After starting, the PMOD ToolBox appears, initially with grayed tool buttons.

PMOD toolbar

If multiple users have been configured, one of them needs to be selected and the Log In button activated. Otherwise, the login procedure proceeds automatically. Note the startup window which reminds you that PMOD is research software and shows some license-related information.

After the login, the tool buttons are active and you can start working with PMOD. The ToolBox allows starting the different tools by activating the buttons. Alternatively, you can directly drag appropriate files (image files, or .km modeling files) onto the buttons.

The buttons below the login section are related to the PMOD server functionality. They are not available for the clients of a network license setup.

DICOM Server Button

Starts the DICOM server using the configuration of the current user. If it is already running, the configuration is shown. A blue background color indicates ongoing server activity.

Button Transaction Server

Starts the Transaction Server for publishing a local JDBC database. If the Transaction Server is already running, an information window is shown which describes the server status. A blue background color indicates ongoing server activity.

Button Components DB

Enables/Disables the databases for use with component data such as VOI definitions or .km files.

Note: The number of buttons in the ToolBox depends on the configuration you purchased. Only the base functionality View is always present.

Starting PMOD Tools from the Command Line with Data

In some situations it is an advantage when a single tool is started rather than first opening the ToolBox. An example is a user program which needs to open a PMOD tool with specific data.

This can be done by adding to the system-specific startup script the name of the tool and the file names of the data to be loaded. The Windows example below

cd /Pmod3.1
./java/jre/bin/java -Xmx1200M -jar pmod.jar PFUS C:/DICOM/20060815/38243299/00000210 C:/DICOM/20060815/38243299/00000888

starts the fusion tool (PFUS) and loads two DICOM series. The first is loaded as the reference series, the second (and following) as the reslice series. Note that it is sufficient to specify a single file even if a DICOM series consists of multiple files. The loader will find and load all images belonging to the series.

Checking for Updates

The dedicated button Software update check allows comparing whether your PMOD installation corresponds to the latest PMOD software available. Please see the Release Notes on the PMOD website to find out about the changes occurring in the different versions and builds.

Note: New builds of the current PMOD version are uploaded in irregular intervals, mainly to fix bugs. We therefore recommend using the latest build of a version.