diff OrthancServer/ParsedDicomFile.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 e251606c1433
children b5d4f9c156ad
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Tue Apr 05 10:30:17 2016 +0200
+++ b/OrthancServer/ParsedDicomFile.h	Tue Apr 05 11:07:02 2016 +0200
@@ -149,6 +149,8 @@
                      std::string& mime,   // OUT
                      unsigned int frameId);  // IN
 
+    unsigned int GetFramesCount() const;
+
     static ParsedDicomFile* CreateFromJson(const Json::Value& value,
                                            DicomFromJsonFlags flags);
   };