Mercurial > hg > orthanc
comparison OrthancServer/DicomModification.cpp @ 790:331eaf9d9d69
ParsedDicomFile
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 05 May 2014 18:55:10 +0200 |
parents | 55dae8c5a6ab |
children | d466b3606aca |
comparison
equal
deleted
inserted
replaced
789:55dae8c5a6ab | 790:331eaf9d9d69 |
---|---|
31 | 31 |
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 | 37 |
37 namespace Orthanc | 38 namespace Orthanc |
38 { | 39 { |
39 void DicomModification::MapDicomIdentifier(ParsedDicomFile& dicom, | 40 void DicomModification::MapDicomIdentifier(ParsedDicomFile& dicom, |
40 ResourceType level) | 41 ResourceType level) |