OFFIS DCMTK  Version 3.6.0
dsrimgfr.h
1 /*
2  *
3  * Copyright (C) 2000-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: dcmsr
15  *
16  * Author: Joerg Riesmeier
17  *
18  * Purpose:
19  * classes: DSRImageFrameList
20  *
21  * Last Update: $Author: joergr $
22  * Update Date: $Date: 2010-10-14 13:16:32 $
23  * CVS/RCS Revision: $Revision: 1.13 $
24  * Status: $State: Exp $
25  *
26  * CVS/RCS Log at end of file
27  *
28  */
29 
30 
31 #ifndef DSRIMGFR_H
32 #define DSRIMGFR_H
33 
34 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
35 
36 #include "dcmtk/dcmsr/dsrtypes.h"
37 #include "dcmtk/dcmsr/dsrtlist.h"
38 
39 
40 /*---------------------*
41  * class declaration *
42  *---------------------*/
43 
47  : public DSRListOfItems<Sint32>
48 {
49 
50  public:
51 
55 
60 
63  virtual ~DSRImageFrameList();
64 
70 
78  OFCondition print(STD_NAMESPACE ostream &stream,
79  const size_t flags = 0,
80  const char separator = ',') const;
81 
86  OFCondition read(DcmItem &dataset);
87 
92  OFCondition write(DcmItem &dataset) const;
93 
100  OFCondition putString(const char *stringValue);
101 };
102 
103 
104 #endif
105 
106 
107 /*
108  * CVS/RCS Log:
109  * $Log: dsrimgfr.h,v $
110  * Revision 1.13 2010-10-14 13:16:32 joergr
111  * Updated copyright header. Added reference to COPYRIGHT file.
112  *
113  * Revision 1.12 2009-10-13 14:57:50 uli
114  * Switched to logging mechanism provided by the "new" oflog module.
115  *
116  * Revision 1.11 2007-11-15 16:33:19 joergr
117  * Fixed coding style to be more consistent.
118  *
119  * Revision 1.10 2006/08/15 16:40:03 meichel
120  * Updated the code in module dcmsr to correctly compile when
121  * all standard C++ classes remain in namespace std.
122  *
123  * Revision 1.9 2005/12/08 16:05:04 meichel
124  * Changed include path schema for all DCMTK header files
125  *
126  * Revision 1.8 2003/08/07 12:36:58 joergr
127  * Added new putString() method.
128  *
129  * Revision 1.7 2003/06/03 10:16:44 meichel
130  * Renamed local variables to avoid name clashes with STL
131  *
132  * Revision 1.6 2001/09/26 13:04:08 meichel
133  * Adapted dcmsr to class OFCondition
134  *
135  * Revision 1.5 2001/06/01 15:51:01 meichel
136  * Updated copyright header
137  *
138  * Revision 1.4 2000/11/06 11:16:06 joergr
139  * Added parameter to print() method specifying the item separator character.
140  *
141  * Revision 1.3 2000/11/01 16:19:20 joergr
142  * Updated comments/formatting.
143  *
144  * Revision 1.2 2000/10/18 17:03:28 joergr
145  * Added doc++ comments.
146  *
147  * Revision 1.1 2000/10/13 07:49:27 joergr
148  * Added new module 'dcmsr' providing access to DICOM structured reporting
149  * documents (supplement 23). Doc++ documentation not yet completed.
150  *
151  *
152  */


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2