Store Server Program Using C++ and DICOM Network Protocol A storage server program is able to receive dicom images from a source AE such as console, store them on secure user account, which matches the key attribute of the image. Create scan sheet of the images that have been received, parse out important header information, and store that header information in a database. SYNOPSIS It starts automatically at boot-in and running on port 104 in the background. If you don’t want the server running on port 104, edit store_server and run it on a new terminal window. ./store_server (no arguments) To change port number you have to edit the port number as shown below. store_server ( Port number , './Temp', './handlerdb', 'store_server_config.cfg', 1); DESCRIPTION After an images are received from a source AE, the store program will run another script (handlerdb). This script will be responsible for moving the images into the user account with a ...
Interested in pattern recognition and machine learning.