comparison Resources/DicomTransferSyntaxes.json @ 3769:eb044cc49d51

compatibility with DCMTK 3.6.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Mar 2020 16:36:14 +0100
parents 090022f1b5e1
children 5797d184de67
comparison
equal deleted inserted replaced
3768:6110a4995ace 3769:eb044cc49d51
38 "Name" : "JPEG Baseline (process 1, lossy)", 38 "Name" : "JPEG Baseline (process 1, lossy)",
39 "Value" : "JPEGProcess1", 39 "Value" : "JPEGProcess1",
40 "Retired" : false, 40 "Retired" : false,
41 "Note" : "Default Transfer Syntax for Lossy JPEG 8-bit Image Compression", 41 "Note" : "Default Transfer Syntax for Lossy JPEG 8-bit Image Compression",
42 "DCMTK" : "EXS_JPEGProcess1", 42 "DCMTK" : "EXS_JPEGProcess1",
43 "DCMTK360" : "EXS_JPEGProcess1TransferSyntax",
43 "GDCM" : "gdcm::TransferSyntax::JPEGBaselineProcess1" 44 "GDCM" : "gdcm::TransferSyntax::JPEGBaselineProcess1"
44 }, 45 },
45 46
46 { 47 {
47 "UID" : "1.2.840.10008.1.2.4.51", 48 "UID" : "1.2.840.10008.1.2.4.51",
48 "Name" : "JPEG Extended Sequential (processes 2 & 4)", 49 "Name" : "JPEG Extended Sequential (processes 2 & 4)",
49 "Value" : "JPEGProcess2_4", 50 "Value" : "JPEGProcess2_4",
50 "Retired" : false, 51 "Retired" : false,
51 "Note" : "Default Transfer Syntax for Lossy JPEG (lossy, 8/12 bit), 12-bit Image Compression (Process 4 only)", 52 "Note" : "Default Transfer Syntax for Lossy JPEG (lossy, 8/12 bit), 12-bit Image Compression (Process 4 only)",
52 "DCMTK" : "EXS_JPEGProcess2_4", 53 "DCMTK" : "EXS_JPEGProcess2_4",
54 "DCMTK360" : "EXS_JPEGProcess2_4TransferSyntax",
53 "GDCM" : "gdcm::TransferSyntax::JPEGExtendedProcess2_4" 55 "GDCM" : "gdcm::TransferSyntax::JPEGExtendedProcess2_4"
54 }, 56 },
55 57
56 { 58 {
57 "UID" : "1.2.840.10008.1.2.4.52", 59 "UID" : "1.2.840.10008.1.2.4.52",
58 "Name" : "JPEG Extended Sequential (lossy, 8/12 bit), arithmetic coding", 60 "Name" : "JPEG Extended Sequential (lossy, 8/12 bit), arithmetic coding",
59 "Value" : "JPEGProcess3_5", 61 "Value" : "JPEGProcess3_5",
60 "Retired" : true, 62 "Retired" : true,
61 "DCMTK" : "EXS_JPEGProcess3_5" 63 "DCMTK" : "EXS_JPEGProcess3_5",
64 "DCMTK360" : "EXS_JPEGProcess3_5TransferSyntax"
62 }, 65 },
63 66
64 { 67 {
65 "UID" : "1.2.840.10008.1.2.4.53", 68 "UID" : "1.2.840.10008.1.2.4.53",
66 "Name" : "JPEG Spectral Selection, Nonhierarchical (lossy, 8/12 bit)", 69 "Name" : "JPEG Spectral Selection, Nonhierarchical (lossy, 8/12 bit)",
67 "Value" : "JPEGProcess6_8", 70 "Value" : "JPEGProcess6_8",
68 "Retired" : true, 71 "Retired" : true,
69 "DCMTK" : "EXS_JPEGProcess6_8" 72 "DCMTK" : "EXS_JPEGProcess6_8",
73 "DCMTK360" : "EXS_JPEGProcess6_8TransferSyntax"
70 }, 74 },
71 75
72 { 76 {
73 "UID" : "1.2.840.10008.1.2.4.54", 77 "UID" : "1.2.840.10008.1.2.4.54",
74 "Name" : "JPEG Spectral Selection, Nonhierarchical (lossy, 8/12 bit), arithmetic coding", 78 "Name" : "JPEG Spectral Selection, Nonhierarchical (lossy, 8/12 bit), arithmetic coding",
75 "Value" : "JPEGProcess7_9", 79 "Value" : "JPEGProcess7_9",
76 "Retired" : true, 80 "Retired" : true,
77 "DCMTK" : "EXS_JPEGProcess7_9" 81 "DCMTK" : "EXS_JPEGProcess7_9",
82 "DCMTK360" : "EXS_JPEGProcess7_9TransferSyntax"
78 }, 83 },
79 84
80 { 85 {
81 "UID" : "1.2.840.10008.1.2.4.55", 86 "UID" : "1.2.840.10008.1.2.4.55",
82 "Name" : "JPEG Full Progression, Nonhierarchical (lossy, 8/12 bit)", 87 "Name" : "JPEG Full Progression, Nonhierarchical (lossy, 8/12 bit)",
83 "Value" : "JPEGProcess10_12", 88 "Value" : "JPEGProcess10_12",
84 "Retired" : true, 89 "Retired" : true,
85 "DCMTK" : "EXS_JPEGProcess10_12" 90 "DCMTK" : "EXS_JPEGProcess10_12",
91 "DCMTK360" : "EXS_JPEGProcess10_12TransferSyntax"
86 }, 92 },
87 93
88 { 94 {
89 "UID" : "1.2.840.10008.1.2.4.56", 95 "UID" : "1.2.840.10008.1.2.4.56",
90 "Name" : "JPEG Full Progression, Nonhierarchical (lossy, 8/12 bit), arithmetic coding", 96 "Name" : "JPEG Full Progression, Nonhierarchical (lossy, 8/12 bit), arithmetic coding",
91 "Value" : "JPEGProcess11_13", 97 "Value" : "JPEGProcess11_13",
92 "Retired" : true, 98 "Retired" : true,
93 "DCMTK" : "EXS_JPEGProcess11_13" 99 "DCMTK" : "EXS_JPEGProcess11_13",
100 "DCMTK360" : "EXS_JPEGProcess11_13TransferSyntax"
94 }, 101 },
95 102
96 { 103 {
97 "UID" : "1.2.840.10008.1.2.4.57", 104 "UID" : "1.2.840.10008.1.2.4.57",
98 "Name" : "JPEG Lossless, Nonhierarchical with any selection value (process 14)", 105 "Name" : "JPEG Lossless, Nonhierarchical with any selection value (process 14)",
99 "Value" : "JPEGProcess14", 106 "Value" : "JPEGProcess14",
100 "Retired" : false, 107 "Retired" : false,
101 "DCMTK" : "EXS_JPEGProcess14", 108 "DCMTK" : "EXS_JPEGProcess14",
109 "DCMTK360" : "EXS_JPEGProcess14TransferSyntax",
102 "GDCM" : "gdcm::TransferSyntax::JPEGLosslessProcess14" 110 "GDCM" : "gdcm::TransferSyntax::JPEGLosslessProcess14"
103 }, 111 },
104 112
105 { 113 {
106 "UID" : "1.2.840.10008.1.2.4.58", 114 "UID" : "1.2.840.10008.1.2.4.58",
107 "Name" : "JPEG Lossless with any selection value, arithmetic coding", 115 "Name" : "JPEG Lossless with any selection value, arithmetic coding",
108 "Value" : "JPEGProcess15", 116 "Value" : "JPEGProcess15",
109 "Retired" : true, 117 "Retired" : true,
110 "DCMTK" : "EXS_JPEGProcess15" 118 "DCMTK" : "EXS_JPEGProcess15",
119 "DCMTK360" : "EXS_JPEGProcess15TransferSyntax"
111 }, 120 },
112 121
113 { 122 {
114 "UID" : "1.2.840.10008.1.2.4.59", 123 "UID" : "1.2.840.10008.1.2.4.59",
115 "Name" : "JPEG Extended Sequential, Hierarchical (lossy, 8/12 bit)", 124 "Name" : "JPEG Extended Sequential, Hierarchical (lossy, 8/12 bit)",
116 "Value" : "JPEGProcess16_18", 125 "Value" : "JPEGProcess16_18",
117 "Retired" : true, 126 "Retired" : true,
118 "DCMTK" : "EXS_JPEGProcess16_18" 127 "DCMTK" : "EXS_JPEGProcess16_18",
128 "DCMTK360" : "EXS_JPEGProcess16_18TransferSyntax"
119 }, 129 },
120 130
121 { 131 {
122 "UID" : "1.2.840.10008.1.2.4.60", 132 "UID" : "1.2.840.10008.1.2.4.60",
123 "Name" : "JPEG Extended Sequential, Hierarchical (lossy, 8/12 bit), arithmetic coding", 133 "Name" : "JPEG Extended Sequential, Hierarchical (lossy, 8/12 bit), arithmetic coding",
124 "Value" : "JPEGProcess17_19", 134 "Value" : "JPEGProcess17_19",
125 "Retired" : true, 135 "Retired" : true,
126 "DCMTK" : "EXS_JPEGProcess17_19" 136 "DCMTK" : "EXS_JPEGProcess17_19",
137 "DCMTK360" : "EXS_JPEGProcess17_19TransferSyntax"
127 }, 138 },
128 139
129 { 140 {
130 "UID" : "1.2.840.10008.1.2.4.61", 141 "UID" : "1.2.840.10008.1.2.4.61",
131 "Name" : "JPEG Spectral Selection, Hierarchical (lossy, 8/12 bit)", 142 "Name" : "JPEG Spectral Selection, Hierarchical (lossy, 8/12 bit)",
132 "Value" : "JPEGProcess20_22", 143 "Value" : "JPEGProcess20_22",
133 "Retired" : true, 144 "Retired" : true,
134 "DCMTK" : "EXS_JPEGProcess20_22" 145 "DCMTK" : "EXS_JPEGProcess20_22",
146 "DCMTK360" : "EXS_JPEGProcess20_22TransferSyntax"
135 }, 147 },
136 148
137 { 149 {
138 "UID" : "1.2.840.10008.1.2.4.62", 150 "UID" : "1.2.840.10008.1.2.4.62",
139 "Name" : "JPEG Spectral Selection, Hierarchical (lossy, 8/12 bit), arithmetic coding", 151 "Name" : "JPEG Spectral Selection, Hierarchical (lossy, 8/12 bit), arithmetic coding",
140 "Value" : "JPEGProcess21_23", 152 "Value" : "JPEGProcess21_23",
141 "Retired" : true, 153 "Retired" : true,
142 "DCMTK" : "EXS_JPEGProcess21_23" 154 "DCMTK" : "EXS_JPEGProcess21_23",
155 "DCMTK360" : "EXS_JPEGProcess21_23TransferSyntax"
143 }, 156 },
144 157
145 { 158 {
146 "UID" : "1.2.840.10008.1.2.4.63", 159 "UID" : "1.2.840.10008.1.2.4.63",
147 "Name" : "JPEG Full Progression, Hierarchical (lossy, 8/12 bit)", 160 "Name" : "JPEG Full Progression, Hierarchical (lossy, 8/12 bit)",
148 "Value" : "JPEGProcess24_26", 161 "Value" : "JPEGProcess24_26",
149 "Retired" : true, 162 "Retired" : true,
150 "DCMTK" : "EXS_JPEGProcess24_26" 163 "DCMTK" : "EXS_JPEGProcess24_26",
164 "DCMTK360" : "EXS_JPEGProcess24_26TransferSyntax"
151 }, 165 },
152 166
153 { 167 {
154 "UID" : "1.2.840.10008.1.2.4.64", 168 "UID" : "1.2.840.10008.1.2.4.64",
155 "Name" : "JPEG Full Progression, Hierarchical (lossy, 8/12 bit), arithmetic coding", 169 "Name" : "JPEG Full Progression, Hierarchical (lossy, 8/12 bit), arithmetic coding",
156 "Value" : "JPEGProcess25_27", 170 "Value" : "JPEGProcess25_27",
157 "Retired" : true, 171 "Retired" : true,
158 "DCMTK" : "EXS_JPEGProcess25_27" 172 "DCMTK" : "EXS_JPEGProcess25_27",
173 "DCMTK360" : "EXS_JPEGProcess25_27TransferSyntax"
159 }, 174 },
160 175
161 { 176 {
162 "UID" : "1.2.840.10008.1.2.4.65", 177 "UID" : "1.2.840.10008.1.2.4.65",
163 "Name" : "JPEG Lossless, Hierarchical", 178 "Name" : "JPEG Lossless, Hierarchical",
164 "Value" : "JPEGProcess28", 179 "Value" : "JPEGProcess28",
165 "Retired" : true, 180 "Retired" : true,
166 "DCMTK" : "EXS_JPEGProcess28" 181 "DCMTK" : "EXS_JPEGProcess28",
182 "DCMTK360" : "EXS_JPEGProcess28TransferSyntax"
167 }, 183 },
168 184
169 { 185 {
170 "UID" : "1.2.840.10008.1.2.4.66", 186 "UID" : "1.2.840.10008.1.2.4.66",
171 "Name" : "JPEG Lossless, Hierarchical, arithmetic coding", 187 "Name" : "JPEG Lossless, Hierarchical, arithmetic coding",
172 "Value" : "JPEGProcess29", 188 "Value" : "JPEGProcess29",
173 "Retired" : true, 189 "Retired" : true,
174 "DCMTK" : "EXS_JPEGProcess29" 190 "DCMTK" : "EXS_JPEGProcess29",
191 "DCMTK360" : "EXS_JPEGProcess29TransferSyntax"
175 }, 192 },
176 193
177 { 194 {
178 "UID" : "1.2.840.10008.1.2.4.70", 195 "UID" : "1.2.840.10008.1.2.4.70",
179 "Name" : "JPEG Lossless, Nonhierarchical, First-Order Prediction (Processes 14 [Selection Value 1])", 196 "Name" : "JPEG Lossless, Nonhierarchical, First-Order Prediction (Processes 14 [Selection Value 1])",
180 "Value" : "JPEGProcess14SV1", 197 "Value" : "JPEGProcess14SV1",
181 "Retired" : false, 198 "Retired" : false,
182 "Note" : "Default Transfer Syntax for Lossless JPEG Image Compression", 199 "Note" : "Default Transfer Syntax for Lossless JPEG Image Compression",
183 "DCMTK" : "EXS_JPEGProcess14SV1", 200 "DCMTK" : "EXS_JPEGProcess14SV1",
201 "DCMTK360" : "EXS_JPEGProcess14SV1TransferSyntax",
184 "GDCM" : "gdcm::TransferSyntax::JPEGLosslessProcess14_1" 202 "GDCM" : "gdcm::TransferSyntax::JPEGLosslessProcess14_1"
185 }, 203 },
186 204
187 { 205 {
188 "UID" : "1.2.840.10008.1.2.4.80", 206 "UID" : "1.2.840.10008.1.2.4.80",
273 { 291 {
274 "UID" : "1.2.840.10008.1.2.4.102", 292 "UID" : "1.2.840.10008.1.2.4.102",
275 "Name" : "MPEG4 High Profile / Level 4.1", 293 "Name" : "MPEG4 High Profile / Level 4.1",
276 "Value" : "MPEG4HighProfileLevel4_1", 294 "Value" : "MPEG4HighProfileLevel4_1",
277 "Retired" : false, 295 "Retired" : false,
278 "DCMTK" : "EXS_MPEG4HighProfileLevel4_1" 296 "DCMTK" : "EXS_MPEG4HighProfileLevel4_1",
297 "SinceDCMTK" : "361"
279 }, 298 },
280 299
281 { 300 {
282 "UID" : "1.2.840.10008.1.2.4.103", 301 "UID" : "1.2.840.10008.1.2.4.103",
283 "Name" : "MPEG4 BD-compatible High Profile / Level 4.1", 302 "Name" : "MPEG4 BD-compatible High Profile / Level 4.1",
284 "Value" : "MPEG4BDcompatibleHighProfileLevel4_1", 303 "Value" : "MPEG4BDcompatibleHighProfileLevel4_1",
285 "Retired" : false, 304 "Retired" : false,
286 "DCMTK" : "EXS_MPEG4BDcompatibleHighProfileLevel4_1" 305 "DCMTK" : "EXS_MPEG4BDcompatibleHighProfileLevel4_1",
306 "SinceDCMTK" : "361"
287 }, 307 },
288 308
289 { 309 {
290 "UID" : "1.2.840.10008.1.2.4.104", 310 "UID" : "1.2.840.10008.1.2.4.104",
291 "Name" : "MPEG4 High Profile / Level 4.2 For 2D Video", 311 "Name" : "MPEG4 High Profile / Level 4.2 For 2D Video",
292 "Value" : "MPEG4HighProfileLevel4_2_For2DVideo", 312 "Value" : "MPEG4HighProfileLevel4_2_For2DVideo",
293 "Retired" : false, 313 "Retired" : false,
294 "DCMTK" : "EXS_MPEG4HighProfileLevel4_2_For2DVideo" 314 "DCMTK" : "EXS_MPEG4HighProfileLevel4_2_For2DVideo",
315 "SinceDCMTK" : "361"
295 }, 316 },
296 317
297 { 318 {
298 "UID" : "1.2.840.10008.1.2.4.105", 319 "UID" : "1.2.840.10008.1.2.4.105",
299 "Name" : "MPEG4 High Profile / Level 4.2 For 3D Video", 320 "Name" : "MPEG4 High Profile / Level 4.2 For 3D Video",
300 "Value" : "MPEG4HighProfileLevel4_2_For3DVideo", 321 "Value" : "MPEG4HighProfileLevel4_2_For3DVideo",
301 "Retired" : false, 322 "Retired" : false,
302 "DCMTK" : "EXS_MPEG4HighProfileLevel4_2_For3DVideo" 323 "DCMTK" : "EXS_MPEG4HighProfileLevel4_2_For3DVideo",
324 "SinceDCMTK" : "361"
303 }, 325 },
304 326
305 { 327 {
306 "UID" : "1.2.840.10008.1.2.4.106", 328 "UID" : "1.2.840.10008.1.2.4.106",
307 "Name" : "1.2.840.10008.1.2.4.106", 329 "Name" : "1.2.840.10008.1.2.4.106",
308 "Value" : "MPEG4StereoHighProfileLevel4_2", 330 "Value" : "MPEG4StereoHighProfileLevel4_2",
309 "Retired" : false, 331 "Retired" : false,
310 "DCMTK" : "EXS_MPEG4StereoHighProfileLevel4_2" 332 "DCMTK" : "EXS_MPEG4StereoHighProfileLevel4_2",
333 "SinceDCMTK" : "361"
311 }, 334 },
312 335
313 { 336 {
314 "UID" : "1.2.840.10008.1.2.4.107", 337 "UID" : "1.2.840.10008.1.2.4.107",
315 "Name" : "HEVC/H.265 Main Profile / Level 5.1", 338 "Name" : "HEVC/H.265 Main Profile / Level 5.1",