comparison Plugin/SeriesInformationAdapter.cpp @ 26:a6492d20b2a8

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jun 2015 11:40:05 +0200
parents 02f7a0400a91
children abdde1dfb3eb
comparison
equal deleted inserted replaced
25:15acbf5e7545 26:a6492d20b2a8
21 #include "SeriesInformationAdapter.h" 21 #include "SeriesInformationAdapter.h"
22 22
23 #include "ViewerToolbox.h" 23 #include "ViewerToolbox.h"
24 #include "SeriesVolumeSorter.h" 24 #include "SeriesVolumeSorter.h"
25 25
26 #include "../Orthanc/OrthancException.h" 26 #include "../Orthanc/Core/OrthancException.h"
27 27
28 namespace OrthancPlugins 28 namespace OrthancPlugins
29 { 29 {
30 bool SeriesInformationAdapter::Create(std::string& content, 30 bool SeriesInformationAdapter::Create(std::string& content,
31 const std::string& seriesId) 31 const std::string& seriesId)