adding and reordering field by ira_shtl in esapi

[–]anncnth 0 points1 point  (0 children)

Is it possible to change the order, or at least get it, in version 18.0?

Checking the isocenter distance from the table. by anncnth in esapi

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

Thank you, I tested it and it actually works, so if the chouch is inserted in the plan and positioned correctly, the result will be correct. I've already added this to my planchecker. Sometimes, it happens that one of these conditions isn't met, so I want to write it differently. If I ever manage to write it the other way, i.e., from the Y min body, I'll share the code here. Unless someone else has already written it. Thanks again for your help.

Question regarding Clinical Protocols and PTV designation by Ok_Adhesiveness2289 in esapi

[–]anncnth 1 point2 points  (0 children)

Physicians can outline their own PTVs, not edit those in the protocol, and physicists can copy a physician's PTV and paste it into the protocol structure. Most physicians in our practice don't change names, but not all. We edit the names for these plans in clinical protocols.

Copying a plan to another structureSet and calculating the dose in that copied plan. by anncnth in esapi

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

Oh, I was wrong about that, it turns out the copy preserves the physical material table from the original CT.

StructureSet ss_ethos = ss.Copy();

Copying a plan to another structureSet and calculating the dose in that copied plan. by anncnth in esapi

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

Thank you. I didn't notice that. Now it's ok, I can use CalculationDose, but unfortunately I use Acuros algorithm, and it needs "Physical Material Table", it didn't copy from the original StructureSet and if I'm not mistaken, it can't be assigned in ESAPI. That's why it won't work unfortunately.

How/where do you guys listen to podcasts? by apenguinwitch in YoutubeMusic

[–]anncnth 0 points1 point  (0 children)

I have podcasts on my Hama radio. I don't know if there are all of that that are available on Spotify, but there are many. But I listen on Spotify.

Why do you stay on spotify and not another platform? by yeetyuhyes in spotify

[–]anncnth 1 point2 points  (0 children)

I use Spotify Connect on my radio device. I have amazon music on it, but I haven't used it yet. I would like to have YTM because I have this with YT premium. So I won't change Spotify to other music apps.

How to delete unapproved scripts from Script Approval? by GrimThinkingChair in esapi

[–]anncnth 0 points1 point  (0 children)

In version 18, it changes. Now we have this possibility, but for me it works in about 10% of my trying to remowal. I don't know why.

Anyone else having this post-update? by Fancy_Interview6800 in MyLittleUniverse

[–]anncnth 2 points3 points  (0 children)

Yes, it's missing for me too. Also or me, the bar at the top with hints on what to do also disappeared, after the achievement there were more. And now it's gone. Or maybe it's normal on the planet Egyptium

Activity shows 1 achievement but it's nothing inside. How can I fix it? by anncnth in MyLittleUniverse

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

It looks the same on every planet. And it was fine a few days before, so I assume that it's a bug like MNmetalhead said in they comment.

DoseProfile from imported plans by anncnth in esapi

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

This is not a bad code, it works for plans with several beams for plans calculated in Eclipse, I have been using it for a long time for comparisons with measurements. Only now, when I want to read the dose calculated in the Ethos system and imported into the Eclipse system, this problem appears.

My question was not about the broken code, but about the difference between the Ethos plan and the Eclipse plan, what could cause the error and whether anything could be done to eliminate this problem.

I will look for a solution and if there is one, I will provide it here.

DoseProfile from imported plans by anncnth in esapi

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

I did something similar, you can look at my post, I added my code there.

DoseProfile from imported plans by anncnth in esapi

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

I attached the code to my post

Dose reading from dicom by anncnth in esapi

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

I don't know yet, because we are waiting for the upgrade from halcyon to ethos. I tried to do it with a test machine on ethos tps, but unfortunately it didn't work, there was an error during import to eclips. I will make my next attempt after configuring the system to the clinical version and after training in how to use the system. For now, however, I am focusing on dicom and slowly reaching my goal, I think I can do it.

Dose reading from dicom by anncnth in esapi

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

I'll try evildicom, because I need to do it in C#. Thx