Class
DICOMOpenOptions |
| Options for opening a DICOM document. Base Class: OpenOptions |
Class
| Property | Type | Access | Description |
anonymize | bool |
r/w | If true, patient information is anonymized. |
columns | int |
r/w | The number of columns in an n-up configuration. |
reverse | bool |
r/w | If true, the image is inverted. |
rows | int |
r/w | The number of rows in an n-up configuration. |
showOverlays | bool |
r/w | If true, overlays are shown (if present). |
windowLevel | int |
r/w | The contrast of the image in Houndsfield units. |
windowWidth | int |
r/w | The brightness of the image in Houndsfield units. |
|