PyESAPI
PyESAPI copied to clipboard
PyESAPI on Citrix
Is there any way to run PyESAPI over an Aria citrix based implementation?
Thank you!
Assuming it's not a clinical environment, absolutely! You install an anaconda3 environment on the Citrix host/Eclipse client (install for "just me" into a well accessable folder/file share location). Then create an ESAPI single file plug-in to launch anaconda prompt and jupyter notebook. If you are interested, I can share those launcher scripts. Some permissions from your sysadmin may be required.
Hi Mike,
I am also trying to install PYESAPI in an Aria/Citrix environment. I would be very interested in these launcher scripts and any other information you could provide.
Thank You.
Hi! it is not possible in a clinical enviroment??
El sáb., 22 dic. 2018 a las 3:05, Michael Folkerts (< [email protected]>) escribió:
Assuming it's not a clinical environment, absolutely! You install an anaconda3 environment on the Citrix host/Eclipse client (install for "just me" into a well accessable folder/file share location). Then create an ESAPI single file plug-in to launch anaconda prompt and jupyter notebook. If you are interested, I can share those launcher scripts. Some permissions from your sysadmin may be required.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/VarianAPIs/PyESAPI/issues/4#issuecomment-449537439, or mute the thread https://github.com/notifications/unsubscribe-auth/AREp1rC8JLhElh9Bc4-7t2jlTlCWLamsks5u7ZNvgaJpZM4ZerSd .
PyESAPI is intended for research use only (typically on a TBOX).
Hello, I m working on pyESAPI. Can you please let me know, how to transfer the current running database to the TBOX to use it for research with pyESAPI?
I think Varian has to update the TBOX by transfering the database from the clinical system. Not something you can do yourself.
On Fri, Feb 7, 2020, 1:03 AM rohitchauhan688 [email protected] wrote:
Hello, I m working on pyESAPI. Can you please let me know, how to transfer the current running database to the TBOX to use it for research with pyESAPI?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/VarianAPIs/PyESAPI/issues/4?email_source=notifications&email_token=AJNL6JQFI5KK7DGEJLBCR33RBT2TBA5CNFSM4GL2WSO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELB2P5A#issuecomment-583247860, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJNL6JV63Q5MF6ZTH2ZJFIDRBT2TBANCNFSM4GL2WSOQ .
Hi Mike, for , is pyesapi36 supporting clinical plug-in script (i.e. compile into dll and used in production system)? thank you
Hi Mike, for , is pyesapi36 supporting clinical plug-in script (i.e. compile into dll and used in production system)? thank you
PyESAPI is not supported for clinical use.
Hi,
On my clinic, the TBOX only contains a small test-set of random patients (~100), but I would like to have access to more of them. Specially for new created "patients" related to phantoms used for QA.
Do you know another approach instead update the TBOX database?
Thanks for your amazing work!
For posterity,
- The
CustomScriptExecutable.CreateApplication(...)
function leveraged by PyESAPI is part of clinical ESAPI but only allows read-only access. When database is swited to research mode, you can read and write. - Here is an example of "packaging" a PyESAPI-based script to share with fellow researchers: https://github.com/Varian-MedicalAffairsAppliedSolutions/MAAS-BeamDashboardX