Mercurial > hg > orthanc
diff OrthancFramework/Sources/SystemToolbox.cpp @ 4239:c8754c4c1862
upload DICOM using WebDAV
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 09 Oct 2020 11:38:03 +0200 |
parents | 3d6f14a05db1 |
children | ab4d015af660 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/SystemToolbox.cpp Fri Oct 09 10:28:34 2020 +0200 +++ b/OrthancFramework/Sources/SystemToolbox.cpp Fri Oct 09 11:38:03 2020 +0200 @@ -700,6 +700,10 @@ } // Images types + else if (extension == ".dcm") + { + return MimeType_Dicom; + } else if (extension == ".jpg" || extension == ".jpeg") {