The following guide contains information relating to common technical issues with the OnePacs Study Retriever. Please follow this guide step by step to diagnose and correct issues that you may experience.
OnePacs may not function correctly on systems that don't meet the technical and software requirements.
Additionally, verify that all anti-virus software is excluding the C:\onepacs directory
If not, upgrade them to the latest version. They may be experiencing a bug or issue that has already been resolved.
When started there will be a OnePacs Study Retriever icon in the Windows system tray on the bottom right of the screen. If the study retriever is not running attempt to start it by executing the "Restart the OnePacs Study Retriever" script on the desktop.
Verify at least one selected DICOM destination has a status of "Ok". Right click on the system tray icon. Select "Preferences" and then the destinations tab. Select the appropriate destination and click "Test." If the user is using a third-party viewer like Osirix or eFilm, assure that the viewer is started and that the configuration is correct.
Right click on the Study Retriever system tray icon. Select "Preferences" and then click on the "General" tab. If pre-caching is desired, make sure "automatically download studies" is checked.
Click "Validate" to validate the worklist search string.
By default, the Study Retriever only downloads cases that are assigned to the user. If the user desires to pre-fetch unassigned cases, a change to the worklist query is required. To download unassigned cases as well as cases specifically assigned to the user, replace
and assignedToUser = '$USER' |
with
and (assignedToUser = '$USER' or assignedToUser is null) |
By default, the Study Retriever is configured with a max heap size of 512MB. Errors in the logs such as "java.lang.OutOfMemoryError: Java heap space" or "out of memory, retrying allocation" indicate that the heap size is insufficient. You can increase the heap size up to a max of 1024 by modifying the java.properties file in C:\onepacs\poller\conf. Restart the study retriever after making this change.
In OS X network traffic over the localhost interface (loopback) can be extremely slow due to the default MTU size. This command would need to be run after each reboot. There is no known stable workaround.
sudo ifconfig lo0 mtu 9000 |
In Osirix -> Preferences -> Listener make sure the following options are unselected