Skip to content

Max DICOM Render Size

Key: qie.dicomMaxRenderSize

Env Var: QIE_DICOMMAXRENDERSIZE

Default: 1048576

Scope: Global

Description: Sets the maximum size per dicom attribute that will be rendered in the Dicom Editor in the browser. This option allows you to view a full dicom file in the browser when you're confident you have the memory for it.

Examples

Env Var

QIE_DICOMMAXRENDERSIZE=104900000

Java Option

-Dqie.dicomMaxRenderSize=104900000

YAML

QIE_DICOMMAXRENDERSIZE: 104900000