comparison OrthancServer/Sources/ServerIndex.h @ 4579:5ee9a4f8a0f0 db-changes

fix build on lsb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Mar 2021 14:30:05 +0100
parents 710748828b6a
children 49f6b9a2b9f5
comparison
equal deleted inserted replaced
4578:710748828b6a 4579:5ee9a4f8a0f0
584 584
585 void DeleteAttachment(const std::string& publicId, 585 void DeleteAttachment(const std::string& publicId,
586 FileContentType type); 586 FileContentType type);
587 587
588 void LogChange(ChangeType changeType, 588 void LogChange(ChangeType changeType,
589 const std::string& publicId); 589 const std::string& publicId,
590 ResourceType level);
590 591
591 void ReconstructInstance(const ParsedDicomFile& dicom); 592 void ReconstructInstance(const ParsedDicomFile& dicom);
592 593
593 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata, 594 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata,
594 const DicomMap& dicomSummary, 595 const DicomMap& dicomSummary,