comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5558:c1ed59a5bdc2

new LimitToThisLevelMainDicomTags reconstruct mode + * Housekeeper plugin: Added an option LimitMainDicomTagsReconstructLevel
author Alain Mazy <am@orthanc.team>
date Fri, 19 Apr 2024 11:27:39 +0200
parents dd430a1b21fe
children 738f80622e91 b2a97dfd719f
comparison
equal deleted inserted replaced
5557:87c0fbc8f457 5558:c1ed59a5bdc2
753 void LogChange(int64_t internalId, 753 void LogChange(int64_t internalId,
754 ChangeType changeType, 754 ChangeType changeType,
755 const std::string& publicId, 755 const std::string& publicId,
756 ResourceType level); 756 ResourceType level);
757 757
758 void ReconstructInstance(const ParsedDicomFile& dicom); 758 void ReconstructInstance(const ParsedDicomFile& dicom,
759 bool limitToThisLevelDicomTags,
760 ResourceType limitToLevel_);
759 761
760 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata, 762 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata,
761 const DicomMap& dicomSummary, 763 const DicomMap& dicomSummary,
762 const Attachments& attachments, 764 const Attachments& attachments,
763 const MetadataMap& metadata, 765 const MetadataMap& metadata,