Mercurial > hg > orthanc
comparison OrthancServer/Sources/OrthancConfiguration.h @ 4474:f8c1d94363b6
new configuration options: "AcceptedTransferSyntaxes" and "H265TransferSyntaxAccepted"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 26 Jan 2021 15:50:52 +0100 |
parents | 68f52897c119 |
children | 8f9090b137f1 |
comparison
equal
deleted
inserted
replaced
4473:68f52897c119 | 4474:f8c1d94363b6 |
---|---|
261 | 261 |
262 static void DefaultDicomHeaderToJson(Json::Value& target, | 262 static void DefaultDicomHeaderToJson(Json::Value& target, |
263 const ParsedDicomFile& dicom); | 263 const ParsedDicomFile& dicom); |
264 | 264 |
265 static void ParseAcceptedTransferSyntaxes(std::set<DicomTransferSyntax>& target, | 265 static void ParseAcceptedTransferSyntaxes(std::set<DicomTransferSyntax>& target, |
266 const std::string& source); | 266 const Json::Value& source); |
267 }; | 267 }; |
268 } | 268 } |