comparison Plugins/Samples/Common/DicomPath.h @ 3580:46a8050583a1

OrthancPlugins::DicomPath::Format()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Nov 2019 17:59:53 +0100
parents a6c590cb8181
children 94f4a18a79cc
comparison
equal deleted inserted replaced
3579:74fc2a3b43bb 3580:46a8050583a1
110 110
111 void SetFinalTag(const DicomTag& tag) 111 void SetFinalTag(const DicomTag& tag)
112 { 112 {
113 finalTag_ = tag; 113 finalTag_ = tag;
114 } 114 }
115
116 std::string Format() const;
115 }; 117 };
116 } 118 }