comparison OrthancServer/ServerToolbox.h @ 1709:2ad22b2970a2 db-changes

SearchableStudies
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:48:30 +0200
parents de1413733c97
children 5ebd6cbb3da8
comparison
equal deleted inserted replaced
1708:275780da54ae 1709:2ad22b2970a2
58 ResourceType type); 58 ResourceType type);
59 59
60 void ReconstructMainDicomTags(IDatabaseWrapper& database, 60 void ReconstructMainDicomTags(IDatabaseWrapper& database,
61 IStorageArea& storageArea, 61 IStorageArea& storageArea,
62 ResourceType level); 62 ResourceType level);
63
64 void ExtractModule(DicomMap& result, // WARNING: Will not be cleared!
65 const DicomMap& summary,
66 DicomModule module,
67 bool normalize);
63 } 68 }
64 } 69 }