comparison Framework/Loaders/DicomStructureSetLoader.cpp @ 1504:d8af188ab545

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 20:35:16 +0200
parents 30deba7bc8e2
children
comparison
equal deleted inserted replaced
1503:553084468225 1504:d8af188ab545
188 { 188 {
189 DicomStructureSetLoader& loader = GetLoader<DicomStructureSetLoader>(); 189 DicomStructureSetLoader& loader = GetLoader<DicomStructureSetLoader>();
190 190
191 // Set the actual structure set content 191 // Set the actual structure set content
192 { 192 {
193 OrthancPlugins::FullOrthancDataset dicom(message.GetAnswer()); 193 FullOrthancDataset dicom(message.GetAnswer());
194 194
195 loader.content_.reset(new OrthancStone::DicomStructureSet(dicom)); 195 loader.content_.reset(new OrthancStone::DicomStructureSet(dicom));
196 } 196 }
197 197
198 // initialize visibility flags 198 // initialize visibility flags