]> Creatis software - gdcm.git/blob - Doc/Website/ConformanceSummary.html
* Doc/Website/ConformanceSummary.html, minimal conformance statement added.
[gdcm.git] / Doc / Website / ConformanceSummary.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm supported formats</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <!#######################################################################>
11 <H1>Gdcm DICOM v3.0 conformance summary</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
13
14 <!#######################>
15 <H2>Introduction</H2>
16
17 This section is an abbreviated DICOM conformance statement for gdcm.
18 <BR>
19 It specifies the compliance of gdcm to file reading/writing
20 support to the
21 <A HREF="http://www.dclunie.com/dicom-status/status.html">
22           dicom base standard <B>part 5</B></A>.
23 <BR>
24 Gdcm <B>does not contain or support any of the DICOM services</B>
25 such as Storage, Query/Retrieve, Print, Verification...
26
27 <!##############################################>
28 <H2>Supported transfer syntaxes</H2>
29 The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010).
30
31 <TABLE WIDTH="800" BORDER="0" CELLSPACING="1" CELLPADDING="10"
32        BGCOLOR="#ffffff">
33 <!####### Uncompressed #########>
34 <TR BGCOLOR="#99ccff">
35    <TH> Uncompressed Transfer Syntax </TH>
36    <TH> Description </TH>
37 </TR>
38 <TR>
39    <TD> 1.2.840.10008.1.2 </TD>
40    <TD> Little endian, implicit value representation</TD>
41 </TR>
42 <TR>
43    <TD> 1.2.840.10008.1.2.1 </TD>
44    <TD> Little endian, explicit value representation</TD>
45 </TR>
46 <TR>
47    <TD> 1.2.840.10008.1.2.2 </TD>
48    <TD> Big endian </TD>
49 </TR>
50
51 <!####### RLE #########>
52 <TR BGCOLOR="#99ccff">
53    <TD> RLE Transfer Syntax </TD>
54    <TD></TD>
55 </TR>
56 <TR>
57    <TD> 1.2.840.10008.1.2.5 </TD>
58    <TD> Run Length Encoding, Lossless</TD>
59 </TR>
60
61 <!####### JPEG #########>
62 <TR BGCOLOR="#99ccff">
63    <TD> JPEG Transfer Syntax </TD>
64    <TD></TD>
65 </TR>
66 <TR>
67    <TD> 1.2.840.10008.1.2.4.50 </TD>
68    <TD> Jpeg laseline (Process 1)</TD>
69 </TR>
70 <TR>
71    <TD> 1.2.840.10008.1.2.4.51 </TD>
72    <TD> Jpeg extended (Process 2 & 4) </TD>
73 </TR>
74 <TR>
75    <TD> 1.2.840.10008.1.2.4.57 </TD>
76    <TD> Jpeg lossless, non-hierarchical (process 14) </TD>
77 </TR>
78 <TR>
79    <TD> 1.2.840.10008.1.2.4.70 </TD>
80    <TD> Jpeg lossless, hierarchical, first-order
81         prediction (process 14, selection value 1) </TD>
82 </TR>
83 </TABLE>
84
85 <!##############################################>
86 <H2>Supported "Photometric Interpretation" pixel format</H2>
87 The Photometric Interpretation UID is in the file's DICOM Tag field (0028,0004).
88
89 <TABLE WIDTH="800" BORDER="0" CELLSPACING="1" CELLPADDING="10"
90        BGCOLOR="#ffffff">
91 <TR BGCOLOR="#99ccff">
92    <TH> Photometric Interpretation" pixel format </TH>
93    <TH> Description </TH>
94 </TR>
95 <TR>
96    <TD> MONOCHROME1 </TD>
97    <TD> </TD>
98 </TR>
99 <TR>
100    <TD> MONOCHROME2 </TD>
101    <TD> </TD>
102 </TR>
103 <TR>
104    <TD> PALETTE COLOR </TD>
105    <TD> color image description</TD>
106 </TR>
107 <TR>
108    <TD> RGB </TD>
109    <TD> color image description</TD>
110 </TR>
111 <TR>
112    <TD> YBR_FULL </TD>
113    <TD> color image description</TD>
114 </TR>
115 <TR>
116    <TD> YBR_FULL_422 </TD>
117    <TD> color image description</TD>
118 </TR>
119 </TABLE>
120
121 <!##############################################>
122 <H2> Note on odd length data elements</H2>
123
124 The Dicom Standard PS 3.5 (Data Structures and Encoding) specifies that
125 the data element values which make up a DICOM data stream must be padded
126 to an even length.
127 <BR>
128 Gdcm will <B>tolerate</B> an incorrectly formed odd length data field while
129 <B>reading</B> (thus not enforcing the standard).
130 <BR>
131 But gdcm will allways <B>enforce</B> the standard while <B>writing</B>.
132
133 <!##############################################>
134 <H2> Note on undefined Value Representations</H2>
135
136 If gdcm encounters an undefined VR (either because in a private group,
137 or because it corresponds to an undocumented public dictionary entry
138 when in implicit VR) while reading a file, it will set that data
139 element's VR to be UN (unknown).
140
141 <!##############################################>
142 <H2>Note on retired and private data elements</H2>
143
144 Certain data elements are no longer supported under the v3.0 of the DICOM
145 standard but persist as retired element. Gdcm will consider those
146 elements as standard data element, except that the tag name will be postfixed
147 with the "(RET)" string.
148
149
150 <!#######################################################################>
151 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
152 <H2><B>UN</B>Supported transfer syntaxes</H2>
153 The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010).
154                                                                                 
155 <TABLE WIDTH="800" BORDER="0" CELLSPACING="1" CELLPADDING="10"
156        BGCOLOR="#ffffff">
157 <!####### Uncompressed #########>
158 <TR BGCOLOR="#99ccff">
159    <TH> Jpeg UNSUPPORTED Transfer Syntax </TH>
160    <TH> Description </TH>
161 </TR>
162 <TR>
163    <TD> 1.2.840.10008.1.2.4.52 </TD>
164    <TD> JPEG Extended (Process 3 & 5) </TD>
165 </TR>
166 <TR>
167    <TD> 1.2.840.10008.1.2.4.53</TD>
168    <TD> JPEG Spectral Selection, Non-Hierarchical (Process 6 & 8)</TD>
169 </TR>
170 <TR>
171    <TD> 1.2.840.10008.1.2.4.54 </TD>
172    <TD> JPEG Spectral Selection, Non-Hierarchical (Process 7 & 9)</TD>
173 </TR>
174 <TR>
175    <TD> 1.2.840.10008.1.2.4.55 </TD>
176    <TD> JPEG Full Progression, Non-Hierarchical (Process 10 & 12)</TD>
177 </TR>
178 <TR>
179    <TD> 1.2.840.10008.1.2.4.56 </TD>
180    <TD> JPEG Full Progression, Non-Hierarchical (Process 11 & 13) </TD>
181 </TR>
182 <TR>
183    <TD> 1.2.840.10008.1.2.4.58 </TD>
184    <TD> JPEG Lossless, Non-Hierarchical (Process 15) </TD>
185 </TR>
186 <TR>
187    <TD> 1.2.840.10008.1.2.4.59 </TD>
188    <TD> JPEG Extended, Hierarchical (Process 16 & 18) </TD>
189 </TR>
190 <TR>
191    <TD> 1.2.840.10008.1.2.4.60 </TD>
192    <TD> JPEG Extended, Hierarchical (Process 17 & 19)</TD>
193 </TR>
194 <TR>
195    <TD> 1.2.840.10008.1.2.4.61 </TD>
196    <TD> JPEG Spectral Selection, Hierarchical (Process 20 & 22) </TD>
197 </TR>
198 <TR>
199    <TD> 1.2.840.10008.1.2.4.62 </TD>
200    <TD> JPEG Spectral Selection, Hierarchical (Process 21 & 23) </TD>
201 </TR>
202 <TR>
203    <TD> 1.2.840.10008.1.2.4.63 </TD>
204    <TD> JPEG Full Progression, Hierarchical (Process 24 & 26)</TD>
205 </TR>
206 <TR>
207    <TD> 1.2.840.10008.1.2.4.64 </TD>
208    <TD> JPEG Full Progression, Hierarchical (Process 25 & 27) </TD>
209 </TR>
210 <TR>
211    <TD> 1.2.840.10008.1.2.4.65 </TD>
212    <TD> JPEG Lossless, Hierarchical (Process 28)</TD>
213 </TR>
214 <TR>
215    <TD> 1.2.840.10008.1.2.4.66 </TD>
216    <TD> JPEG Lossless, Hierarchical (Process 29) </TD>
217 </TR>
218 </TABLE>
219
220
221 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
222
223 </BODY>
224 </HTML>