.. _DICOMOpenOptions: ================================================ DICOMOpenOptions ================================================ Description ----------- Options for opening a DICOM document. Static Properties ^^^^^^^^^^^^^^^^^ +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`anonymize` readonly | If true, patient information is anonymized. | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`columns` readonly | The number of columns in an n-up configuration. | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`reverse` readonly | If true, the image is inverted. | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`rows` readonly | The number of rows in an n-up configuration. | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`showOverlays` readonly | If true, overlays are shown (if present). | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`windowLevel` readonly | The contrast of the image in Houndsfield units. | +-------------------------------------------------------------+---------------------------------------------------+ | :ref:`windowWidth` readonly | The brightness of the image in Houndsfield units. | +-------------------------------------------------------------+---------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 DICOMOpenOptions/anonymize.rst DICOMOpenOptions/showOverlays.rst DICOMOpenOptions/rows.rst DICOMOpenOptions/columns.rst DICOMOpenOptions/windowWidth.rst DICOMOpenOptions/windowLevel.rst DICOMOpenOptions/reverse.rst