]> Creatis software - gdcm.git/blobdiff - Doc/Website/ConformanceSummary.html
Some updates on web pages
[gdcm.git] / Doc / Website / ConformanceSummary.html
index 96af955477dbcd2f9395b8eb1f1d5764e7e0d0e5..c747091c1f0a21fce1b3075d0bda32f8f4a3df4d 100644 (file)
@@ -37,17 +37,26 @@ The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010).
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2 </TD>
-   <TD> Little endian, implicit value representation</TD>
+   <TD> Implicit VR - Little Endian</TD>
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.1 </TD>
-   <TD> Little endian, explicit value representation</TD>
+   <TD> Explicit VR - Little Endian</TD>
+</TR>
+<TR>
+   <TD> 1.2.840.10008.1.2.1.99</TD>
+   <TD> Deflated Explicit VR - Little Endian</TD>
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.2 </TD>
-   <TD> Big endian </TD>
+   <TD> Explicit VR - Big Endian </TD>
+</TR>
+<TR>
+   <TD> 1.2.840.113619.5.2 </TD>
+   <TD> Implicit VR - Big Endian (G.E Private) </TD>
 </TR>
 
+
 <!####### RLE #########>
 <TR BGCOLOR="#99ccff">
    <TD> RLE Transfer Syntax </TD>
@@ -65,26 +74,26 @@ The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010).
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.4.50 </TD>
-   <TD> Jpeg laseline (Process 1)</TD>
+   <TD> JPEG Baseline (Process 1)</TD>
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.4.51 </TD>
-   <TD> Jpeg extended (Process 2 & 4) </TD>
+   <TD> JPEG Extended (Process 2 & 4) </TD>
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.4.57 </TD>
-   <TD> Jpeg lossless, non-hierarchical (process 14) </TD>
+   <TD> JPEG Lossless, Non-Hierarchical (Process 14) </TD>
 </TR>
 <TR>
    <TD> 1.2.840.10008.1.2.4.70 </TD>
-   <TD> Jpeg lossless, hierarchical, first-order
-        prediction (process 14, selection value 1) </TD>
+   <TD> JPEG Lossless, Hierarchical, First-Order
+        Prediction (Process 14, [Selection Value 1]) </TD>
 </TR>
 </TABLE>
 
 <!##############################################>
 <H2>Supported "Photometric Interpretation" pixel format</H2>
-The Photometric Interpretation UID is in the file's DICOM Tag field (0028,0004).
+The Photometric Interpretation UID is in the file DICOM Tag field (0028,0004).
 
 <TABLE WIDTH="800" BORDER="0" CELLSPACING="1" CELLPADDING="10"
        BGCOLOR="#ffffff">
@@ -94,11 +103,11 @@ The Photometric Interpretation UID is in the file's DICOM Tag field (0028,0004).
 </TR>
 <TR>
    <TD> MONOCHROME1 </TD>
-   <TD> </TD>
+   <TD> grey level image description</TD>
 </TR>
 <TR>
    <TD> MONOCHROME2 </TD>
-   <TD> </TD>
+   <TD> grey level image description</TD>
 </TR>
 <TR>
    <TD> PALETTE COLOR </TD>
@@ -138,6 +147,17 @@ or because it corresponds to an undocumented public dictionary entry
 when in implicit VR) while reading a file, it will set that data
 element's VR to be UN (unknown).
 
+<!##############################################>
+<H2> Note on missing 'Mandatory' Tags</H2>
+
+Each time it's possible to assume a 'reasonable' default value for missing
+'mandatory' tag, gdcm does it. <br>
+For instance if the Tag 'Samples Per Pixels' is missing, we assume its value is
+'1' (Grey pixels, as opposite to RGB); if the tag 'High BIt' is missing, we
+assume its value is 'Bits stored -1' (i.e. : no bad trick inside the pixels)<br>
+As gdcm wants to read *as well* old ACR-NEMA files, it has to be widely
+tolreant.
+
 <!##############################################>
 <H2>Note on retired and private data elements</H2>