00001 /* 00002 * 00003 * Copyright (C) 1996-2005, 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: dcmimgle 00019 * 00020 * Author: Joerg Riesmeier 00021 * 00022 * Purpose: DicomOverlayImage (Header) 00023 * 00024 * Last Update: $Author: meichel $ 00025 * Update Date: $Date: 2005/12/08 16:48:02 $ 00026 * CVS/RCS Revision: $Revision: 1.7 $ 00027 * Status: $State: Exp $ 00028 * 00029 * CVS/RCS Log at end of file 00030 * 00031 */ 00032 00033 00034 #ifndef DIOVLIMG_H 00035 #define DIOVLIMG_H 00036 00037 #include "dcmtk/config/osconfig.h" 00038 00039 #include "dcmtk/dcmimgle/dimo2img.h" 00040 00041 00042 /*---------------------* 00043 * class declaration * 00044 *---------------------*/ 00045 00048 class DiOverlayImage 00049 : public DiMono2Image 00050 { 00051 00052 public: 00053 00059 DiOverlayImage(const DiDocument *docu, 00060 const EI_Status status); 00061 00064 virtual ~DiOverlayImage(); 00065 }; 00066 00067 00068 #endif 00069 00070 00071 /* 00072 * 00073 * CVS/RCS Log: 00074 * $Log: diovlimg.h,v $ 00075 * Revision 1.7 2005/12/08 16:48:02 meichel 00076 * Changed include path schema for all DCMTK header files 00077 * 00078 * Revision 1.6 2003/12/09 10:06:26 joergr 00079 * Removed leading underscore characters from preprocessor symbols (reserved 00080 * symbols). Updated copyright header. 00081 * 00082 * Revision 1.5 2001/06/01 15:49:49 meichel 00083 * Updated copyright header 00084 * 00085 * Revision 1.4 2000/03/08 16:24:22 meichel 00086 * Updated copyright header. 00087 * 00088 * Revision 1.3 1999/09/17 12:46:58 joergr 00089 * Added/changed/completed DOC++ style comments in the header files. 00090 * 00091 * Revision 1.2 1999/03/24 17:20:20 joergr 00092 * Added/Modified comments and formatting. 00093 * 00094 * Revision 1.1 1998/11/27 15:43:13 joergr 00095 * Added copyright message. 00096 * 00097 * Revision 1.2 1998/05/11 14:53:25 joergr 00098 * Added CVS/RCS header to each file. 00099 * 00100 * 00101 */