Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

wlcefs.h

00001 /*
00002  *
00003  *  Copyright (C) 1996-2001, OFFIS
00004  *
00005  *  This software and supporting documentation were developed by
00006  *
00007  *    Kuratorium OFFIS e.V.
00008  *    Healthcare Information and Communication Systems
00009  *    Escherweg 2
00010  *    D-26121 Oldenburg, Germany
00011  *
00012  *  THIS SOFTWARE IS MADE AVAILABLE,  AS IS,  AND OFFIS MAKES NO  WARRANTY
00013  *  REGARDING  THE  SOFTWARE,  ITS  PERFORMANCE,  ITS  MERCHANTABILITY  OR
00014  *  FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES  OR
00015  *  ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND
00016  *  PERFORMANCE OF THE SOFTWARE IS WITH THE USER.
00017  *
00018  *  Module:  dcmwlm
00019  *
00020  *  Author:  Thomas Wilkens
00021  *
00022  *  Purpose: Class representing a console engine for basic worklist
00023  *           management service class providers based on the file system.
00024  *
00025  *  Last Update:      $Author: wilkens $
00026  *  Update Date:      $Date: 2003/07/02 09:17:46 $
00027  *  Source File:      $Source: /share/dicom/cvs-depot/dcmtk/dcmwlm/apps/wlcefs.h,v $
00028  *  CVS/RCS Revision: $Revision: 1.4 $
00029  *  Status:           $State: Exp $
00030  *
00031  *  CVS/RCS Log at end of file
00032  *
00033  */
00034 
00035 #ifndef WlmConsoleEngineFileSystem_h
00036 #define WlmConsoleEngineFileSystem_h
00037 
00038 #include "osconfig.h"
00039 
00040 class WlmDataSource;
00041 class OFConsoleApplication;
00042 class OFCommandLine;
00043 
00047 class WlmConsoleEngineFileSystem
00048 {
00049   protected:
00051     char rcsid[200];
00053     WlmReturnedCharacterSetType opt_returnedCharacterSet;
00055     const char *opt_dfPath;
00057     OFCmdUnsignedInt opt_port;
00059     OFBool opt_refuseAssociation;
00061     OFBool opt_rejectWithoutImplementationUID;
00063     OFCmdUnsignedInt opt_sleepAfterFind;
00065     OFCmdUnsignedInt opt_sleepDuringFind;
00067     OFCmdUnsignedInt opt_maxPDU;
00069     E_TransferSyntax opt_networkTransferSyntax;
00071     OFBool opt_verbose;
00073     OFBool opt_debug;
00075     OFBool opt_failInvalidQuery;
00077     OFBool opt_singleProcess;
00079     int opt_maxAssociations;
00081     OFBool opt_noSequenceExpansion;
00083     OFConsoleApplication *app;
00085     OFCommandLine *cmd;
00087     WlmDataSource *dataSource;
00088 
00093     void DumpMessage( const char *message );
00094 
00098     WlmConsoleEngineFileSystem( const WlmConsoleEngineFileSystem &Src );
00099 
00104     WlmConsoleEngineFileSystem &operator=( const WlmConsoleEngineFileSystem &Src );
00105 
00106 
00107   public:
00114     WlmConsoleEngineFileSystem( int argc, char *argv[], const char *applicationName, WlmDataSource *dataSourcev );
00115 
00118     ~WlmConsoleEngineFileSystem();
00119 
00125     int StartProvidingService();
00126 };
00127 
00128 #endif


Generated on 29 Apr 2005 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.4.2