Mercurial > hg > orthanc
diff OrthancServer/FromDcmtkBridge.h @ 532:b22312081388 dicom-rt
extract roi geometry
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Aug 2013 16:09:19 +0200 |
parents | 722b56b99093 |
children | 8cfc6119a5bd |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h Thu Aug 29 17:59:09 2013 +0200 +++ b/OrthancServer/FromDcmtkBridge.h Fri Aug 30 16:09:19 2013 +0200 @@ -72,6 +72,8 @@ size_t size); public: + typedef std::list< std::pair<DicomTag, unsigned int> > SequencePath; + ParsedDicomFile(const char* content, size_t size) { @@ -115,6 +117,10 @@ bool GetTagValue(std::string& value, const DicomTag& tag); + bool GetTagValue(std::string& value, + const SequencePath& path, + const DicomTag& tag); + DicomInstanceHasher GetHasher(); };