comparison OrthancStone/Sources/Toolbox/ParsedDicomDataset.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
39 dicom_(dicom) 39 dicom_(dicom)
40 { 40 {
41 } 41 }
42 42
43 virtual bool GetStringValue(std::string& result, 43 virtual bool GetStringValue(std::string& result,
44 const DicomPath& path) const ORTHANC_OVERRIDE; 44 const Orthanc::DicomPath& path) const ORTHANC_OVERRIDE;
45 45
46 virtual bool GetSequenceSize(size_t& size, 46 virtual bool GetSequenceSize(size_t& size,
47 const DicomPath& path) const ORTHANC_OVERRIDE; 47 const Orthanc::DicomPath& path) const ORTHANC_OVERRIDE;
48 }; 48 };
49 } 49 }