comparison 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
comparison
equal deleted inserted replaced
1949:d90f737f2dde 1950:533ff46e944b
147 147
148 void GetRawFrame(std::string& target, // OUT 148 void GetRawFrame(std::string& target, // OUT
149 std::string& mime, // OUT 149 std::string& mime, // OUT
150 unsigned int frameId); // IN 150 unsigned int frameId); // IN
151 151
152 unsigned int GetFramesCount() const;
153
152 static ParsedDicomFile* CreateFromJson(const Json::Value& value, 154 static ParsedDicomFile* CreateFromJson(const Json::Value& value,
153 DicomFromJsonFlags flags); 155 DicomFromJsonFlags flags);
154 }; 156 };
155 157
156 } 158 }