comparison OrthancFramework/Sources/Enumerations.cpp @ 4376:b002f9abe802 varian

review of changeset 4375:208029732d51
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 11:27:37 +0100
parents 3dffe8f7af48
children 80fd140b12ba
comparison
equal deleted inserted replaced
4375:208029732d51 4376:b002f9abe802
1606 { 1606 {
1607 return DicomVersion_2017c; 1607 return DicomVersion_2017c;
1608 } 1608 }
1609 else 1609 else
1610 { 1610 {
1611 throw OrthancException(ErrorCode_ParameterOutOfRange); 1611 throw OrthancException(ErrorCode_ParameterOutOfRange,
1612 "Unknown specific version of the DICOM standard: " + version);
1612 } 1613 }
1613 } 1614 }
1614 1615
1615 1616
1616 JobState StringToJobState(const std::string& state) 1617 JobState StringToJobState(const std::string& state)