Mercurial > hg > orthanc
diff Core/Enumerations.h @ 3203:810772486249
URI "/instances/.../file" can return DICOMweb JSON or XML, depending on Accept header
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Feb 2019 15:45:16 +0100 |
parents | 8ea7c4546c3a |
children | cf8cbeb35f33 |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Feb 06 15:21:32 2019 +0100 +++ b/Core/Enumerations.h Wed Feb 06 15:45:16 2019 +0100 @@ -104,9 +104,11 @@ MimeType_Svg, MimeType_WebAssembly, MimeType_Xml, - MimeType_Woff, // Web Open Font Format + MimeType_Woff, // Web Open Font Format MimeType_Zip, - MimeType_PrometheusText // Prometheus text-based exposition format (for metrics) + MimeType_PrometheusText, // Prometheus text-based exposition format (for metrics) + MimeType_DicomWebJson, + MimeType_DicomWebXml };