comparison OrthancStone/Sources/Loaders/DicomResourcesLoader.cpp @ 1640:52b8b96cb55f

cleaning namespaces
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:55:22 +0100
parents 8563ea5d8ae4
children ef2f56c0311c
comparison
equal deleted inserted replaced
1639:5cdc5b98f14d 1640:52b8b96cb55f
385 } 385 }
386 }; 386 };
387 387
388 388
389 #if ORTHANC_ENABLE_DCMTK == 1 389 #if ORTHANC_ENABLE_DCMTK == 1
390 static void ExploreDicomDir(OrthancStone::LoadedDicomResources& instances, 390 static void ExploreDicomDir(LoadedDicomResources& instances,
391 const Orthanc::ParsedDicomDir& dicomDir, 391 const Orthanc::ParsedDicomDir& dicomDir,
392 Orthanc::ResourceType level, 392 Orthanc::ResourceType level,
393 size_t index, 393 size_t index,
394 const Orthanc::DicomMap& parent) 394 const Orthanc::DicomMap& parent)
395 { 395 {