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

dbcond.h

00001 /*
00002  *
00003  *  Copyright (C) 1993-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:  imagectn
00019  *
00020  *  Author:  Andrew Hewett
00021  *
00022  *  Purpose: Routines for generating DB condition messages. Module Prefix: DB_ 
00023  *
00024  *  Last Update:      $Author: meichel $
00025  *  Update Date:      $Date: 2001/10/12 12:43:06 $
00026  *  Source File:      $Source: /share/dicom/cvs-depot/dcmtk/imagectn/include/dbcond.h,v $
00027  *  CVS/RCS Revision: $Revision: 1.5 $
00028  *  Status:           $State: Exp $
00029  *
00030  *  CVS/RCS Log at end of file
00031  *
00032  */
00033 
00034 #ifndef DBCOND_H
00035 #define DBCOND_H
00036 
00037 #include "osconfig.h"    /* make sure OS specific configuration is included first */
00038 #include "dicom.h"
00039 #include "cond.h"
00040 
00041 // condition code constants used in the database module
00042 const unsigned short IMAGECTNC_DB_ERROR = 0x001;
00043 
00044 // condition constants used in the database module
00045 extern const OFCondition IMAGECTN_DB_ERROR;  /* ImageCTN DB Error */
00046 
00047 #endif
00048 
00049 /*
00050 ** CVS Log
00051 ** $Log: dbcond.h,v $
00052 ** Revision 1.5  2001/10/12 12:43:06  meichel
00053 ** Adapted imagectn to OFCondition based dcmnet module (supports strict mode).
00054 **
00055 ** Revision 1.4  2001/06/01 15:51:25  meichel
00056 ** Updated copyright header
00057 **
00058 ** Revision 1.3  2000/03/08 16:41:07  meichel
00059 ** Updated copyright header.
00060 **
00061 ** Revision 1.2  1999/06/10 12:12:12  meichel
00062 ** Adapted imagectn to new command line option scheme.
00063 **   Added support for Patient/Study Only Q/R model and C-GET (experimental).
00064 **
00065 ** Revision 1.1  1998/12/22 15:11:26  vorwerk
00066 ** removed from libsrc and added in include
00067 **
00068 ** Revision 1.1.1.1  1996/03/28 19:25:00  hewett
00069 ** Oldenburg Image CTN Software ported to use the dcmdata C++ toolkit.
00070 **
00071 */


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