comparison 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
comparison
equal deleted inserted replaced
3202:ef4d86d05503 3203:810772486249
102 MimeType_PlainText, 102 MimeType_PlainText,
103 MimeType_Png, 103 MimeType_Png,
104 MimeType_Svg, 104 MimeType_Svg,
105 MimeType_WebAssembly, 105 MimeType_WebAssembly,
106 MimeType_Xml, 106 MimeType_Xml,
107 MimeType_Woff, // Web Open Font Format 107 MimeType_Woff, // Web Open Font Format
108 MimeType_Zip, 108 MimeType_Zip,
109 MimeType_PrometheusText // Prometheus text-based exposition format (for metrics) 109 MimeType_PrometheusText, // Prometheus text-based exposition format (for metrics)
110 MimeType_DicomWebJson,
111 MimeType_DicomWebXml
110 }; 112 };
111 113
112 114
113 enum Endianness 115 enum Endianness
114 { 116 {