|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Public Member Functions | |
| def | __del__ |
| def | __init__ |
| def | makeConfigFile |
| def | qrRunning |
| def | start |
| def | stop |
Public Attributes | |
| dcmqrscpExecutable | |
| exeDir | |
| qrProcess | |
| storeSCUExecutable | |
| tmpDir | |
helper class to set up the DICOM servers Code here depends only on python and DCMTK executables TODO: it might make sense to refactor this as a generic tool for interacting with DCMTK
Definition at line 236 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::__init__ | ( | self, | |
exeDir = ".", |
|||
tmpDir = "./DICOM" |
|||
| ) |
Definition at line 244 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::__del__ | ( | self | ) |
Definition at line 249 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::makeConfigFile | ( | self, | |
| configFile, | |||
storageDirectory = '.' |
|||
| ) |
make a config file for the local instance with just the parts we need (comments and examples removed). For examples and the full syntax see dcmqrdb/etc/dcmqrscp.cfg and dcmqrdb/docs/dcmqrcnf.txt in the dcmtk source available from dcmtk.org or the ctk distribution
Definition at line 300 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::qrRunning | ( | self | ) |
Definition at line 252 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::start | ( | self, | |
verbose = False, |
|||
initialFiles = None |
|||
| ) |
Definition at line 255 of file DICOMProcesses.py.
| def DICOMLib::DICOMProcesses::DICOMTestingQRServer::stop | ( | self | ) |
Definition at line 294 of file DICOMProcesses.py.
Definition at line 255 of file DICOMProcesses.py.
Definition at line 244 of file DICOMProcesses.py.
Definition at line 244 of file DICOMProcesses.py.
Definition at line 255 of file DICOMProcesses.py.
Definition at line 244 of file DICOMProcesses.py.
1.7.4