comparison OrthancServer/Internals/DicomFrameIndex.h @ 2381:b8969010b534

uncoupling DCMTK primitives from Orthanc::Configuration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 19:59:01 +0200
parents a3a65de1840f
children
comparison
equal deleted inserted replaced
2380:96b3ec054b69 2381:b8969010b534
30 * along with this program. If not, see <http://www.gnu.org/licenses/>. 30 * along with this program. If not, see <http://www.gnu.org/licenses/>.
31 **/ 31 **/
32 32
33 33
34 #pragma once 34 #pragma once
35
36 #include "../../Core/Enumerations.h"
35 37
36 #include <dcmtk/dcmdata/dcdatset.h> 38 #include <dcmtk/dcmdata/dcdatset.h>
37 #include <dcmtk/dcmdata/dcfilefo.h> 39 #include <dcmtk/dcmdata/dcfilefo.h>
38 #include <vector> 40 #include <vector>
39 #include <stdint.h> 41 #include <stdint.h>