Nov 3, 2017 01:30 PM
by
New features:
* PACS search custom presets
Improvements and bug fixes:
* Configurable units and precision for length measurements (options.xml).
* Added option to display a mark in the middle of a segment (options.xml).
* Configuration files moved from AppData\Local to AppData\Roaming folder.
https://www.radiantviewer.com/beta/
Nov 5, 2017 12:44 PM
by
RadiAnt DICOM Viewer 4.1.17 Beta
Improvements and bug fixes:
* Character set used in searches can be configured for each PACS location.
* Fixed a bug which caused sometimes incomplete downloads when using C-GET retrieve protocol.
Nov 8, 2017 04:11 PM
by Michael Tran
Hi Radiant
I just try download DX exam from my DCM4CHEE server, after download about half exam size (6MB) it stop download. While other CT and MR, US is normal .
I used c_get protocol.
Thank you
Nov 9, 2017 10:05 PM
by Michael Tran
Additional information
My situation is that i connect Radiant to remote dcm4che via internet, using public WAN IP of PACS server.
I try to connect in LAN network, it's working well.
is there anyone face this problem.
Thanks
Nov 10, 2017 09:04 AM
by
Hi Michael,
We have identified a problem with C-GET protocol that can cause premature disconnection.
It will be fixed in the next beta version.
Thank you for reporting this.
Maciej
Nov 11, 2017 10:50 AM
by
Michael, please try our latest beta (4.1.18) and let me know if your issue is fixed.
Nov 12, 2017 08:58 PM
by Michael Tran
Hi,
I test version 4.1.18 beta and the problem is solved.
Thank you
Nov 14, 2017 10:51 AM
by
Thank you for confirming this, Michael.
Nov 14, 2017 10:53 AM
by
RadiAnt DICOM Viewer 4.1.21 Beta
Improvements and bug fixes:
* Added "Custom date" option to the PACS search window.
* Use of wildcards and carets in searches can be configured for each PACS location.
Nov 22, 2017 05:54 AM
by Michael Tran
Hi Maciej,
I just update to version 4.2.1
But didn't see any change compare to ver 4.1.21 beta
So, what's new?
Thank you
Nov 22, 2017 07:15 AM
by Tommy
here it is:
RadiAnt DICOM Viewer 4.2.1 Beta
built on November 20, 2017
New features:
C-GET protocol support for retrieving studies from PACS locations.
PACS search custom presets.
Improvements and bug fixes:
Fixed display of certain RGB lossy JPEG DICOM images.
Warning message is displayed if Windows Firewall blocks PACS connections.
PACS communication log can be saved to a file for easier troubleshooting (Ctrl+Shift+F5 in the PACS search window).
Character set used in searches, wildcards and carets can be configured for each PACS location.
Added "Custom date" option to the PACS search window.
Configurable units and precision for length measurements (options.xml).
Added option to display a mark in the middle of a segment (options.xml).
Added option to display a mark in the center of an ellipse (options.xml).
Configuration files moved from AppData\Local to AppData\Roaming folder.
Nov 22, 2017 07:32 AM
by
Actually the changes between versions 4.1.21 and 4.2.1 are very minor.
It is a release candidate, however. And it does not expire like all betas.
Nov 22, 2017 01:45 PM
by Tommy
please tell me the code to enable "ellipse center"
Nov 22, 2017 01:54 PM
by
Check at the end of the options.xml file:
<roi>
<length>
<units>0</units> <!-- measurement units (0 - automatic units, 1 - mm, 2 - cm, 3 - m, 4 - um, 5 - nm) -->
<precision>2</precision> <!-- number of decimal places displayed -->
<divide>0</divide> <!-- 1 - a mark is drawn in the middle of the segment -->
</length>
<ellipse>
<center>0</center> <!-- 1 - a mark is drawn in the center of the ellipse -->
</ellipse>
</roi>
Nov 22, 2017 03:36 PM
by Tommy
gotcha!!! works fine!!!