OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmdata
include
dcmtk
dcmdata
libi2d
i2dplvlp.h
1
/*
2
*
3
* Copyright (C) 2001-2010, OFFIS e.V.
4
* All rights reserved. See COPYRIGHT file for details.
5
*
6
* This software and supporting documentation were developed by
7
*
8
* OFFIS e.V.
9
* R&D Division Health
10
* Escherweg 2
11
* D-26121 Oldenburg, Germany
12
*
13
*
14
* Module: dcmdata
15
*
16
* Author: Michael Onken
17
*
18
* Purpose: Class for conversion of image file into DICOM SC Image Storage
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:15:46 $
22
* CVS/RCS Revision: $Revision: 1.5 $
23
* Status: $State: Exp $
24
*
25
* CVS/RCS Log at end of file
26
*
27
*/
28
29
#ifndef I2DPLVLP_H
30
#define I2DPLVLP_H
31
32
#include "dcmtk/config/osconfig.h"
33
#include "dcmtk/dcmdata/libi2d/i2doutpl.h"
34
35
class
I2DOutputPlugVLP
:
public
I2DOutputPlug
36
{
37
38
public
:
39
43
I2DOutputPlugVLP
();
44
48
virtual
OFString
ident
();
49
56
virtual
void
supportedSOPClassUIDs
(
OFList<OFString>
suppSOPs);
57
62
virtual
OFCondition
convert
(
DcmDataset
&dataset)
const
;
63
69
virtual
OFString
isValid
(
DcmDataset
& dataset)
const
;
70
74
virtual
~I2DOutputPlugVLP
();
75
76
};
77
78
#endif // I2DPLVLP_H
79
80
/*
81
* CVS/RCS Log:
82
* $Log: i2dplvlp.h,v $
83
* Revision 1.5 2010-10-14 13:15:46 joergr
84
* Updated copyright header. Added reference to COPYRIGHT file.
85
*
86
* Revision 1.4 2009-11-04 09:58:08 uli
87
* Switched to logging mechanism provided by the "new" oflog module
88
*
89
* Revision 1.3 2009-09-30 08:05:25 uli
90
* Stop including dctk.h in libi2d's header files.
91
*
92
* Revision 1.2 2009-01-16 09:51:55 onken
93
* Completed doxygen documentation for libi2d.
94
*
95
* Revision 1.1 2008-01-16 15:13:17 onken
96
* Moved library "i2dlib" from /dcmdata/libsrc/i2dlib to /dcmdata/libi2d
97
*
98
* Revision 1.2 2008-01-11 14:17:53 onken
99
* Added various options to i2dlib. Changed logging to use a configurable
100
* logstream. Added output plugin for the new Multiframe Secondary Capture SOP
101
* Classes. Added mode for JPEG plugin to copy exsiting APPn markers (except
102
* JFIF). Changed img2dcm default behaviour to invent type1/type2 attributes (no
103
* need for templates any more). Added some bug fixes.
104
*
105
* Revision 1.1 2007/11/08 15:58:56 onken
106
* Initial checkin of img2dcm application and corresponding library i2dlib.
107
*
108
*
109
*/
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2