30 #ifndef WlmConsoleEngineFileSystem_h
31 #define WlmConsoleEngineFileSystem_h
33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/dcmnet/dimse.h"
WlmConsoleEngineFileSystem(const WlmConsoleEngineFileSystem &Src)
Protected undefined copy-constructor.
support class for console applications.
This class encapsulates data structures and operations for connecting to an arbitrary data source in ...
OFCmdUnsignedInt opt_port
port on which this application is listening
OFConsoleApplication * app
instance of console application class (for handling command line arguments)
int opt_dimse_timeout
timeout for DIMSE operations
OFCmdUnsignedInt opt_maxPDU
max PDU size
char ** command_argv
complete command line, needed for mulitprocess mode on WIN32
OFBool opt_forkedChild
indicates if this process is called as a child process, used by dcmnet
OFBool opt_refuseAssociation
indicates if incoming associations shall be refused or not
OFString opt_dfPath
path to database files
This class encapsulates data structures and operations for a console application that can act as a ba...
T_DIMSE_BlockingMode opt_blockMode
blocking mode for DIMSE operations
OFBool opt_noSequenceExpansion
indicates if an expansion of empty sequences in C-Find RQ messages shall take place or not ...
OFBool opt_rejectWithoutImplementationUID
indicates if incoming associations shall be refused if no implementation class uid is specified ...
int StartProvidingService()
Starts providing the implemented service for calling SCUs.
OFCommandLine * cmd
instance of command line class (for handling command line arguments)
int opt_acse_timeout
timeout for ACSE operations
E_TransferSyntax opt_networkTransferSyntax
preferred network transfer syntax
OFBool opt_singleProcess
indicates if this application is run in single process mode or not
int opt_maxAssociations
indicates how many associations can be accepted at the same time
OFCmdUnsignedInt opt_sleepDuringFind
indicates how long the application shall sleep during a find
OFCmdUnsignedInt opt_sleepAfterFind
indicates how long the application shall sleep after a find
char rcsid[200]
contains application's id string
OFBool opt_enableRejectionOfIncompleteWlFiles
indicates if wl-files which are lacking return type 1 attributes or information in such attributes sh...
WlmReturnedCharacterSetType opt_returnedCharacterSet
returned character set type
WlmDataSource * dataSource
data source which shall be queried on incoming C-Find RQ messages
a simple string class that implements a subset of std::string.
OFBool opt_failInvalidQuery
indicates if find shall fail on an invalid query or not
~WlmConsoleEngineFileSystem()
destructor
handles command line arguments.
int command_argc
number of command line arguments, needed for multiprocess mode on WIN32
WlmConsoleEngineFileSystem & operator=(const WlmConsoleEngineFileSystem &Src)
Protected undefined operator=.