comparison OrthancServer/Sources/ServerIndex.h @ 5044:6fed78e13233

Refactored DicomMap to handle sequences when needed
author Alain Mazy <am@osimis.io>
date Tue, 28 Jun 2022 17:45:09 +0200
parents 28db9663fc2d
children e95fadefeb72
comparison
equal deleted inserted replaced
5043:ec5c203a97ea 5044:6fed78e13233
75 // "count == 0" means no limit on the number of patients 75 // "count == 0" means no limit on the number of patients
76 void SetMaximumPatientCount(unsigned int count); 76 void SetMaximumPatientCount(unsigned int count);
77 77
78 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata, 78 StoreStatus Store(std::map<MetadataType, std::string>& instanceMetadata,
79 const DicomMap& dicomSummary, 79 const DicomMap& dicomSummary,
80 const DicomSequencesMap& sequencesToStore,
81 const Attachments& attachments, 80 const Attachments& attachments,
82 const MetadataMap& metadata, 81 const MetadataMap& metadata,
83 const DicomInstanceOrigin& origin, 82 const DicomInstanceOrigin& origin,
84 bool overwrite, 83 bool overwrite,
85 bool hasTransferSyntax, 84 bool hasTransferSyntax,