Feb 7, 2020 06:04 PM
by Dr. Ryth
What a wonderful product you gave here, I would like to ask if its possible to include liver window in the window levels listed in Radiant. In addition it would be helpful if we could add custom windows based on preferences like stroke window, blood window instead of manually adjusting when viewing each image. Thanks.
Feb 11, 2020 11:44 PM
by
Thanks for your kind words!
You can add your custom presets via the options.xml file:
https://www.radiantviewer.com/dicom-viewer-manual/options_xml.htm
<window>
<presets> <!-- window settings - presets -->
<!-- <i m="CT" i="8" n="Preset 1" ww="70" wl="30"/> --> <!-- m - modality (CR, CT, MR, XA, MG, etc.), i - shortcut key (2-9), n - preset name, ww - window width, wl - window level -->
<!-- <i m="CT" i="9" n="Preset 2" ww="32" wl="30"/> -->
</presets>
</window>
In the future we will add option to set custom window presets directly in the viewer.
Feb 15, 2020 09:31 AM
by Rythm
Thanks, didn't know you could do that.
Apr 20, 2020 12:12 PM
by Daniel
Hi
I noticed that you recently added a "Min/Max" option in Custom Window settings. Thanks a lot!
I would like to add a specific Min/Max window setting for PT modality ("Min 0 / Max 5") to the Window list, so I don't have to introduce it manually every time I need it. How do I set this in "Options.xml"?
Apr 22, 2020 10:52 AM
by
Daniel, you will be able to add custom window presets directly in RadiAnt in one of the future 2020.2 versions.
Aug 10, 2020 04:21 PM
by Maxeld
Hi everyone. I tried to edit the XML file to customize the preset tools assigned to each one of the five mouse buttons and I managed to get the buttons according my preferences.
However, regarding the customs windows levels I cannot manage the preset windows to work.
This is what I've edited with no change at all:
<window>
<presets> <!-- window settings - presets -->
<!-- <i m="CT" i="8" n="Preset 1" ww="70" wl="30"/> --> <!-- m - modality (CR, CT, MR, XA, MG, etc.), i - shortcut key (2-9), n - preset name, ww - window width, wl - window level -->
<!-- <i m="CT" i="8" n="Stroke" ww="32" wl="8"/> -->
</presets>
</window>
Sep 9, 2020 01:55 PM
by
You need to uncomment the xml: remove <!-- and -->, so only <i m="CT" i="8" n="Stroke" ww="32" wl="8"/> is left.