comparison OrthancFramework/Sources/Enumerations.h @ 5094:c94c1e08340e Orthanc-1.11.2

fix GetResourceType prototype
author Alain Mazy <am@osimis.io>
date Mon, 10 Oct 2022 10:27:09 +0200
parents 255b02c68908
children b89833d7ce22
comparison
equal deleted inserted replaced
5093:711b94aed5c0 5094:c94c1e08340e
904 const std::string& uid); 904 const std::string& uid);
905 905
906 ORTHANC_PUBLIC 906 ORTHANC_PUBLIC
907 const char* GetResourceTypeText(ResourceType type, 907 const char* GetResourceTypeText(ResourceType type,
908 bool isPlural, 908 bool isPlural,
909 bool isLowerCase); 909 bool isUpperCase);
910 910
911 ORTHANC_PUBLIC 911 ORTHANC_PUBLIC
912 void GetAllDicomTransferSyntaxes(std::set<DicomTransferSyntax>& target); 912 void GetAllDicomTransferSyntaxes(std::set<DicomTransferSyntax>& target);
913 } 913 }