comparison OrthancFramework/Sources/Enumerations.h @ 4473:68f52897c119

new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 14:48:10 +0100
parents 5ffa4e14e4bd
children cff7fdfc83a4
comparison
equal deleted inserted replaced
4472:28a4baadde17 4473:68f52897c119
880 const char* GetResourceTypeText(ResourceType type, 880 const char* GetResourceTypeText(ResourceType type,
881 bool isPlural, 881 bool isPlural,
882 bool isLowerCase); 882 bool isLowerCase);
883 883
884 ORTHANC_PUBLIC 884 ORTHANC_PUBLIC
885 void GetAllTransferSyntaxes(std::set<DicomTransferSyntax>& target); 885 void GetAllDicomTransferSyntaxes(std::set<DicomTransferSyntax>& target);
886 } 886 }