comparison OrthancStone/Sources/Loaders/LoadedDicomResources.h @ 2091:35de56fb6f89 dicom-sr

support of referenced instances
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Nov 2023 10:11:21 +0100
parents 07964689cb0b
children c23eef785569
comparison
equal deleted inserted replaced
2090:c2dfc253bd04 2091:35de56fb6f89
144 144
145 const Json::Value& GetSourceJson(size_t index) 145 const Json::Value& GetSourceJson(size_t index)
146 { 146 {
147 return GetResourceInternal(index).GetSourceJson(); 147 return GetResourceInternal(index).GetSourceJson();
148 } 148 }
149
150 bool LookupResource(Orthanc::DicomMap& target,
151 const std::string& id) const;
149 }; 152 };
150 } 153 }