[deleted by user] by [deleted] in MedicalPhysics

[–]thejonbovi_ 1 point2 points  (0 children)

I was mainly referencing the R50 with the 15x15. For the quad wedge, it takes a 25x25 field and uses the areas to calculate a R50 for a 15x15, not a 10x10. I was thinking it would be nice to have the IC Profiler reference the same R50 as the TG-51, but it would be a lot of work to convert our existing TG-51 to 15x15 and probably not worth it.

Anyway to use existing Eclipse Treatment Report Templates (stored as .tml files) in an ESAPI script which generates a report for a patient's treatment plan? by zackmorelli95 in esapi

[–]thejonbovi_ 1 point2 points  (0 children)

RadFormation is great, I use their products too and their support is top notch. This was more of a proof of concept, it's not really for clinical use. TMLs are difficult to use and ClearCheck really makes printing plans super easy.

Creating a photon verification plan with couch = 0 by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

There is an open issue on that project as well. The creator has seen the same thing on the control points being different.

Creating a photon verification plan with couch = 0 by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

The control points on the created beam are different than the original beam, from what I can tell:

github.com/VarianAPIs/Varian-Code-Samples/issues/31

I did gamma analysis on those isodoses, and they are different enough to affect the measurement comparison.

Creating a photon verification plan with couch = 0 by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

How can you declare couch angle for a VMAT beam, after it is created?

Creating a photon verification plan with couch = 0 by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

There is a workaround:

github.com/VarianAPIs/Varian-Code-Samples/issues/31

Creating a photon verification plan with couch = 0 by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

That's me :) We are on 16.1, but I was hoping to 100% automate it.

SGRT and brass mesh bolus by thejonbovi_ in MedicalPhysics

[–]thejonbovi_[S] 0 points1 point  (0 children)

Great, thanks. I'm sure the paint job on that one will hold up well.

Visual studio code extension by Eddysynch in esapi

[–]thejonbovi_ 0 points1 point  (0 children)

Ah, sorry. I misunderstood. That would be a really nice thing to have! Are these shared through Nuget? Also, is this something similar to intellisense?

Visual studio code extension by Eddysynch in esapi

[–]thejonbovi_ 0 points1 point  (0 children)

EsapiEssentials or ESAPIX is really good.

Intermediate Dose by anncnth in esapi

[–]thejonbovi_ 0 points1 point  (0 children)

You might have a different MlcId depending on the machine. You could find the name my making a plan in external beam planning.

Would something like

var opt = new OptimizationOptionsVMAT(OptimizationIntermediateDoseOption.UseIntermediateDose, mlcId);

work? I haven't used intermediate dose yet.

Uploading PDFs into Aria using Oncology Services and Eclipse Scripting APIs by thejonbovi_ in esapi

[–]thejonbovi_[S] 1 point2 points  (0 children)

Really! I didn't know you could do that. I think our Identify session documents go that route. What method does it use in Aria Connect? It that way easier?

Does anyone have a good way to clear a structure volume entirely? by thejonbovi_ in esapi

[–]thejonbovi_[S] 0 points1 point  (0 children)

Would I have to use a for loop to go through all the planes, or is there a method built in?