comparison OrthancStone/Sources/Loaders/LoadedDicomResources.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
42 void Flatten(); 42 void Flatten();
43 43
44 void AddFromDicomWebInternal(const Json::Value& dicomweb); 44 void AddFromDicomWebInternal(const Json::Value& dicomweb);
45 45
46 public: 46 public:
47 LoadedDicomResources(const Orthanc::DicomTag& indexedTag) : 47 explicit LoadedDicomResources(const Orthanc::DicomTag& indexedTag) :
48 indexedTag_(indexedTag) 48 indexedTag_(indexedTag)
49 { 49 {
50 } 50 }
51 51
52 // Re-index another set of resources using another tag 52 // Re-index another set of resources using another tag