Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5569:738f80622e91 find-refactoring
merge default -> find-refactoring
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 25 Apr 2024 17:07:33 +0200 |
parents | b0b5546f1b9f c1ed59a5bdc2 |
children | 77570cce8855 |
comparison
equal
deleted
inserted
replaced
5568:b0b5546f1b9f | 5569:738f80622e91 |
---|---|
776 void LogChange(int64_t internalId, | 776 void LogChange(int64_t internalId, |
777 ChangeType changeType, | 777 ChangeType changeType, |
778 const std::string& publicId, | 778 const std::string& publicId, |
779 ResourceType level); | 779 ResourceType level); |
780 | 780 |
781 void ReconstructInstance(const ParsedDicomFile& dicom); | 781 void ReconstructInstance(const ParsedDicomFile& dicom, |
782 bool limitToThisLevelDicomTags, | |
783 ResourceType limitToLevel_); | |
782 | 784 |
783 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata, | 785 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata, |
784 const DicomMap& dicomSummary, | 786 const DicomMap& dicomSummary, |
785 const Attachments& attachments, | 787 const Attachments& attachments, |
786 const MetadataMap& metadata, | 788 const MetadataMap& metadata, |