]> Creatis software - gdcm.git/blob - src/gdcmStudy.cxx
to avoid printing troubles with odd length fields padded with zero to become even
[gdcm.git] / src / gdcmStudy.cxx
1 // gdcmStudy.cxx
2 //-----------------------------------------------------------------------------
3 #include "gdcmStudy.h"
4
5 gdcmStudy::gdcmStudy() {
6
7 }
8
9
10 gdcmStudy::~gdcmStudy() {
11
12 }
13
14
15
16 std::string gdcmStudy::GetEntryByNumber(guint16 group, guint16 element) {
17     return "";
18 }
19
20
21 std::string gdcmStudy::GetEntryByName(TagName name) {
22     return "";
23 }
24