wpx_physics

Pinnacle Scripting – Database

Pinnacle : Database DETAILS The Pinnacle database runs on PostgreSQL. Login info * Username: postgres* Password: postgres* DB: clinical Examples Use another computer with PSQL installed to connect to Pinnacle’s database. Connection String /usr/postgres/8.3-community/bin/psql -d Clinical -U postgres -p postgres -h PinnacleServerHostName Useful PSQL commands o – /path/to/output/filed – List all tablesd tablename – Display […]

Pinnacle Scripting – Database Read More »

Pinnacle Scripting – ROIList

Pinnacle : RoiList Contours Create a contour CreateNewROI = “Add Region Of Interest”; //This creates a blank contour with no slices Name contour RoiList.Current.Name = “SomeName”; Choose contour’s associated dataset //(RoiList.Current.VolumeName = Dataset Name) RoiList.Current.VolumeName = VolumeList.#”#1″.Name; //where the index # corresponds to the dataset index (0=primary, 1=secondary #1, etc) Contour display RoiList.Current.Display2dWithMeshCheck = “Both”;//Supports

Pinnacle Scripting – ROIList Read More »

Pinnacle Scripting – LaunchPadInit

Pinnacle : LaunchpadInit Description The LaunchpadInit file resides in the user’s home directory and contains scripts and specifications that are to be run every time the Launchpad is started (i.e. when the Pinnacle software is initially opened – the Launchpad contains icons for Institutions, Physics, Patients, etc). Location /home/p3rtp/LaunchpadInit Additional Information Correct capitalization is mandatory

Pinnacle Scripting – LaunchPadInit Read More »

Pinnacle Planning Videos

Pinnacle : Planning Videos   Unfortunately, Philips no longer allows directly linking to their Pinnacle-related videos. All videos can be accessed on their Education Resources Websites. Radiation Oncology Education Resources Videos available on the website: Automated Planning and Feasibility Pinnacle Auto-Planning and PlanIQ IMRT/VMAT Plan Optimization without Guessing Pinnacle 16 – What’s New? Smart-Arc with

Pinnacle Planning Videos Read More »

Pinnacle Scripts

Pinnacle : Script Library Pinnacle Script Collection Administration 1) Softlink preferences and parameters for a new user individual login (Pinnacle Script). [1] Clinical 1) Sample script demonstrating how to change a list of objectives type settings to “Max Dose” (Pinnacle Script). 2) Scripts to (1) loop through DVH structures and (2) export each structure’s DVH

Pinnacle Scripts Read More »