comparison OrthancStone/Sources/Toolbox/OrthancDatasets/DicomPath.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 244ad1e4e76a
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
39 const Prefix& GetPrefixItem(size_t depth) const; 39 const Prefix& GetPrefixItem(size_t depth) const;
40 40
41 Prefix& GetPrefixItem(size_t depth); 41 Prefix& GetPrefixItem(size_t depth);
42 42
43 public: 43 public:
44 DicomPath(const Orthanc::DicomTag& finalTag) : 44 explicit DicomPath(const Orthanc::DicomTag& finalTag) :
45 finalTag_(finalTag) 45 finalTag_(finalTag)
46 { 46 {
47 } 47 }
48 48
49 DicomPath(const Orthanc::DicomTag& sequence, 49 DicomPath(const Orthanc::DicomTag& sequence,