Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 3730:ae31ba2b09a6
toolbox: LookupTransferSyntax()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Mar 2020 15:06:22 +0100 |
parents | 090022f1b5e1 |
children | e7ff4f9b34bd |
comparison
equal
deleted
inserted
replaced
3729:982c24a70dfd | 3730:ae31ba2b09a6 |
---|---|
846 Encoding GetDefaultDicomEncoding(); | 846 Encoding GetDefaultDicomEncoding(); |
847 | 847 |
848 void SetDefaultDicomEncoding(Encoding encoding); | 848 void SetDefaultDicomEncoding(Encoding encoding); |
849 | 849 |
850 const char* GetTransferSyntaxUid(DicomTransferSyntax syntax); | 850 const char* GetTransferSyntaxUid(DicomTransferSyntax syntax); |
851 | |
852 bool IsRetiredTransferSyntax(DicomTransferSyntax syntax); | |
853 | |
854 bool LookupTransferSyntax(DicomTransferSyntax& target, | |
855 const std::string& uid); | |
851 } | 856 } |