cutright / IMRT-QA-Data-Miner

Scans a directory for IMRT QA results
MIT License
13 stars 5 forks source link

Pinnacle POI script not showing window for tx site on Pinnacle 16.2.1 #21

Closed mchamberland closed 4 years ago

mchamberland commented 4 years ago

The windowing system has been overhauled in Pinnacle 16 (my version is 16.2.1) and running the Pinnacle POI script returns an error for line 23 saying it's unable to create window "TempStoreEditor".

This error prevents you from typing in the name of the treatment site, so the POI just gets the name "tx: ".

Any idea? I've never had to deal with Pinnacle scripts before. Someone suggested that WindowList should be XtWindowList in Pinnacle 16, but that didn't work.

mchamberland commented 4 years ago

@cutright If you don't know off the top of your head, I'll contact Philips / Pinnacle support.

mchamberland commented 4 years ago

Wait, it seems to sorta work. But it looks way different than it used to... P16_storeEditor

I guess that's fine?

cutright commented 4 years ago

I think you meant to post this over on DVH Analytics?

I don't have any experience with scripting in P16. But since P16 stores rx information in DICOM now, might be easier to just create the TxSite POI manually? Alternatively, DVHA assumes the plan name is your site by default.

You could also export your plans into folders by site, then just import one site at a time and check apply to all plans when you edit the site name. And then just skip the script all together.

mchamberland commented 4 years ago

Yes, totally meant this for DVHA.

And these are all good ideas.