From: jpr Date: Fri, 11 Feb 2005 15:19:38 +0000 (+0000) Subject: Update Doc X-Git-Tag: Version1.0.bp~29 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ba2ea83f67d798dfa2efae2fb21d3b5858c9c95c;p=gdcm.git Update Doc --- diff --git a/Doc/Website/ConformanceSummary.html b/Doc/Website/ConformanceSummary.html index b3d26184..c9948ab6 100644 --- a/Doc/Website/ConformanceSummary.html +++ b/Doc/Website/ConformanceSummary.html @@ -25,8 +25,8 @@ Gdcm does not contain or support any of the DICOM services such as Storage, Query/Retrieve, Print, Verification... -

Supported transfer syntaxes

-The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010). +

Supported transfer syntaxes (Reading)

+The Transfer Syntax UID is in the file DICOM Tag field (0002,0010). @@ -92,7 +92,27 @@ The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010).
-

Supported "Photometric Interpretation" pixel format

+

Supported transfer syntaxes (Writing)

+The Transfer Syntax UID is in the file DICOM Tag field (0002,0010). + + + + + + + + + + + + + + + +
Uncompressed Transfer Syntax Description
1.2.840.10008.1.2 Implicit VR - Little Endian
1.2.840.10008.1.2.1 Explicit VR - Little Endian
+ +

Supported "Photometric Interpretation" pixel format (Reading)

The Photometric Interpretation UID is in the file DICOM Tag field (0028,0004). - + - + @@ -127,6 +147,65 @@ The Photometric Interpretation UID is in the file DICOM Tag field (0028,0004).
MONOCHROME1 grey level image description grey level image description (high values=dark, low values=bright)
MONOCHROME2 grey level image description grey level image description (high values=bright, low values=dark)
PALETTE COLOR
+ + +

Supported "Photometric Interpretation" pixel format (Writing)

+The Photometric Interpretation UID is in the file DICOM Tag field (0028,0004). + + + + + + + + + + + + + + + + + + + +
Photometric Interpretation" pixel format Description
MONOCHROME2 grey level image description (high values=bright, low values=dark)
PALETTE COLOR pseudo color image description
RGB true color image description
+ + + +

Supported 'Bits Allocated' values (Reading)

+The Bits Allocated value is in the file DICOM Tag field (0020,0100). + + + + + + + + + + + + + + + + + + + + + + +
Classical values Description
8, 12, 16 12 means that 4 pixels are stored in 3 'short int'
Unusual values Description
24 Some ACR-NEMA RGB files came with 'Bits Allocated' = 24 + and 'Samples Per Pixel' = 1, or with no 'Samples Per Pixel' + at all
32 Some ACR-NEMA files, from CT, came with 'Bits Allocated' = 32 + (probabely 65535 grey levels was not enough for them ...) +
+

Note on odd length data elements

@@ -168,18 +247,18 @@ the mandatory two, gdcm will suppose both values are equal. -

Note on retired and private data elements

+

Note on retired data elements

Certain data elements are no longer supported under the v3.0 of the DICOM -standard but persist as retired element. Gdcm will consider those -elements as standard data element, except that the tag name will be postfixed -with the "(RET)" string. +standard but persist as retired element. Gdcm maintain them in its Dicom +Dictionary, postfix their names with the "(RET)" string, and goes on dealing +with them as standard data elements.

UNSupported transfer syntaxes

-The Transfer Syntax UID is in the file's DICOM Tag field (0002,0010). +The Transfer Syntax UID is in the file DICOM Tag field (0002,0010). diff --git a/Doc/Website/News.html b/Doc/Website/News.html index 7374c236..01f4c67d 100644 --- a/Doc/Website/News.html +++ b/Doc/Website/News.html @@ -59,7 +59,9 @@ PATIENT/STUDY/SERIE/IMAGE)
  • Allow user to add an Entry to the default entry list, for making a DICOMDIR from a root directory -
  • 16-bits-LUT Management +
  • 16-bits-LUT full Management +
  • User friendly management of Rescale Slope and + Rescale Intercept
  • Allow parsing the Shadow groups against a user supplied Private Dicom Dictionary (pfff!...)
  • An accurate SerieHelper @@ -68,7 +70,11 @@
  • Known bugs