comparison OrthancStone/Sources/Toolbox/OrthancDatasets/IOrthancConnection.h @ 1834:126522623e20

replaced OrthancStone::DicomPath by new class Orthanc::DicomPath from orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jun 2021 12:07:04 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1833:3c0996f028a1 1834:126522623e20
19 * <http://www.gnu.org/licenses/>. 19 * <http://www.gnu.org/licenses/>.
20 **/ 20 **/
21 21
22 22
23 #pragma once 23 #pragma once
24
25 #include "DicomPath.h"
26 24
27 #include <boost/noncopyable.hpp> 25 #include <boost/noncopyable.hpp>
28 #include <string> 26 #include <string>
29 #include <json/value.h> 27 #include <json/value.h>
30 28