Mercurial > hg > orthanc
comparison OrthancServer/DicomModification.cpp @ 795:d466b3606aca
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 May 2014 11:01:30 +0200 |
parents | 331eaf9d9d69 |
children | a811bdf8b8eb |
comparison
equal
deleted
inserted
replaced
794:437c4a83d2cc | 795:d466b3606aca |
---|---|
32 | 32 |
33 #include "DicomModification.h" | 33 #include "DicomModification.h" |
34 | 34 |
35 #include "../Core/OrthancException.h" | 35 #include "../Core/OrthancException.h" |
36 #include "FromDcmtkBridge.h" | 36 #include "FromDcmtkBridge.h" |
37 | |
38 #include <memory> // For std::auto_ptr | |
37 | 39 |
38 namespace Orthanc | 40 namespace Orthanc |
39 { | 41 { |
40 void DicomModification::MapDicomIdentifier(ParsedDicomFile& dicom, | 42 void DicomModification::MapDicomIdentifier(ParsedDicomFile& dicom, |
41 ResourceType level) | 43 ResourceType level) |