"ScreenCapture_eDoc" is an ESAPI script that captures the Eclipse External Beam Planning screen and prints it to the ARIA eDoc printer.
Capture the Eclipse External Beam Planning screen and save image directly to ARIA Documents via the ARIA eDoc printer.
- ARIA eDoc
- Eclipse 15.6 or higher (Not checked in older versions.)
- Build this project to generate the DLL file [ScreenCapture_eDoc.esapi.dll].
- Copy the generated DLL file to the folder specified in Tools -> Scripts in the Eclipse toolbar.
- Mark this script as a favorite and set a keyboard shortcut.
- Register DocumentType in ARIA Data Administration.
- Register the DocumentType of the imported file.
ARIA -> Data Administration -> Clinical Assessment -> DocumentType
- Register the DocumentType of the imported file.
- Register ARIA eDoc profile.
- Change
ScreenCapture
part of the sample[ARIAeDocProfile_ENU_ESAPI_ScreenCapture.xml
] to the name registered in the previous section and save the profile.
<x:result tag="DocumentType">ScreenCapture</x:result>
*Change the profile name appropriately. - Copy the profile to the folder on ARIA server.
D:\Varian\Data\ARIA IC\ARIAeDoc\Profiles
- Restart
Varian ARIA IC ARIA eDoc
from the ARIA Server service.
- Change
Please use this source code at your own risk.
- Display the screen you want to capture.
- Run the script from the registered keyboard shortcut.
- When script execution is complete, an OK dialog will appear.
- Takashi Kodama
"ScreenCapture_eDoc" is under MIT license.