Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 903 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 903 Bytes

PDFtoAria

An executable script that uses Oncology Services and Eclipse Scripting APIs to upload a PDF file into Aria.

An Oncology Services API key is available at my.varian.com. The API key must be uploaded into the Varian Service Portal. If running on a test box, Aria must have the Oncology Services package installed (must be able to access Documents workspace). Must also edit the app.config file values to be site specific (e.g. rename hostName to "tbox15", port to "55051", enter docKey value, and importDir to "\\tbox15\va_data$\PDFTemp").

Works with multiple pdf files and will combine them before uploading.

Uses code contributed by Matt Schmidt (https://github.com/mattcschmidt) and work from WUSTL (https://github.com/WUSTL-ClinicalDev). Also references work in the my.Varian webinar from 23-3-2020 (https://github.com/VarianAPIs/Varian-Code-Samples). Many thanks for your help!