diff OrthancServer/Internals/DicomFrameIndex.h @ 1950:533ff46e944b

return a single raw frame from DICOM videos
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Apr 2016 11:07:02 +0200
parents 6c73df12ca51
children fc16ee04e71b
line wrap: on
line diff
--- a/OrthancServer/Internals/DicomFrameIndex.h	Tue Apr 05 10:30:17 2016 +0200
+++ b/OrthancServer/Internals/DicomFrameIndex.h	Tue Apr 05 11:07:02 2016 +0200
@@ -72,6 +72,8 @@
     void GetRawFrame(std::string& frame,
                      unsigned int index) const;
 
+    static bool IsVideo(const DcmDataset& dataset);
+
     static unsigned int GetFramesCount(DcmDataset& dataset);
   };
 }