DicomServer is a DICOM C-STORE service class provider (SCP); in other words, it receives DICOM objects sent across a network. It saves these data as DICOM files and generates a summary XML document in mrSessionData format, as defined in the XNAT schema.
The version available here is for use with XNAT version 1.3.3. If you need a different version, contact us.
These instructions are aimed primarily at users planning to run
DicomServer on some UNIX variant. DicomServer can also run
on Windows, but we do not provide an equivalent for the
arc-dcmstore startup script.
There are four essential components in a DicomServer installation:
arc-dcmstore |
the startup script (Bourne shell) |
DicomServer-(m.n).jar |
Java library containing the DicomServer code |
DicomServer.xml |
XML configuration file |
| prearchive | a directory into which DicomServer writes files |
Put these four pieces anywhere you want, then make the following changes to configure your installation:
| arc-dcmstore |
|
DicomServer.xml
|
|
When the installation is configured, type:
arc-dcmstore start
to start the server. To shut down the server, type:
arc-dcmstore stop