comparison OrthancServer/Sources/ServerIndex.cpp @ 5039:28db9663fc2d

DicomSequencesMap + fix unit tests
author Alain Mazy <am@osimis.io>
date Mon, 27 Jun 2022 10:48:46 +0200
parents 877bc3b96476
children 6fed78e13233
comparison
equal deleted inserted replaced
5038:f8bea9c1c0fc 5039:28db9663fc2d
509 } 509 }
510 510
511 511
512 StoreStatus ServerIndex::Store(std::map<MetadataType, std::string>& instanceMetadata, 512 StoreStatus ServerIndex::Store(std::map<MetadataType, std::string>& instanceMetadata,
513 const DicomMap& dicomSummary, 513 const DicomMap& dicomSummary,
514 const std::map<DicomTag, Json::Value>& sequencesToStore, 514 const DicomSequencesMap& sequencesToStore,
515 const ServerIndex::Attachments& attachments, 515 const ServerIndex::Attachments& attachments,
516 const ServerIndex::MetadataMap& metadata, 516 const ServerIndex::MetadataMap& metadata,
517 const DicomInstanceOrigin& origin, 517 const DicomInstanceOrigin& origin,
518 bool overwrite, 518 bool overwrite,
519 bool hasTransferSyntax, 519 bool hasTransferSyntax,