comparison OrthancFramework/Sources/DicomParsing/IDicomTranscoder.cpp @ 4303:44b53a2c0a13

improving detection of ABI compatibility
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 15:37:30 +0100
parents b30a8de92ad9
children d9473bd5ed43
comparison
equal deleted inserted replaced
4302:4c91fbede7d2 4303:44b53a2c0a13
64 return TranscodingType_Unknown; 64 return TranscodingType_Unknown;
65 } 65 }
66 } 66 }
67 67
68 68
69 IDicomTranscoder::~IDicomTranscoder()
70 {
71 }
72
73
74 std::string IDicomTranscoder::GetSopInstanceUid(DcmFileFormat& dicom) 69 std::string IDicomTranscoder::GetSopInstanceUid(DcmFileFormat& dicom)
75 { 70 {
76 if (dicom.getDataset() == NULL) 71 if (dicom.getDataset() == NULL)
77 { 72 {
78 throw OrthancException(ErrorCode_InternalError); 73 throw OrthancException(ErrorCode_InternalError);