comparison OrthancServer/FromDcmtkBridge.h @ 306:326d5a4a5af3

modification of instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Dec 2012 16:44:50 +0100
parents 86bb79522f19
children fbf2b2282086
comparison
equal deleted inserted replaced
305:86bb79522f19 306:326d5a4a5af3
50 ImageExtractionMode_UInt16 50 ImageExtractionMode_UInt16
51 }; 51 };
52 52
53 enum DicomRootLevel 53 enum DicomRootLevel
54 { 54 {
55 DicomRootLevel_Patient,
55 DicomRootLevel_Study, 56 DicomRootLevel_Study,
56 DicomRootLevel_Series, 57 DicomRootLevel_Series,
57 DicomRootLevel_Instance 58 DicomRootLevel_Instance
58 }; 59 };
59 60
113 const std::string& value); 114 const std::string& value);
114 115
115 void Replace(const DicomTag& tag, 116 void Replace(const DicomTag& tag,
116 const std::string& value, 117 const std::string& value,
117 DicomReplaceMode mode); 118 DicomReplaceMode mode);
119
120 void RemovePrivateTags();
118 }; 121 };
119 122
120 class FromDcmtkBridge 123 class FromDcmtkBridge
121 { 124 {
122 public: 125 public: