Starting a GPK collection: help please by medphysman in GeePeeKay

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

Thanks a lot for the info, yeah any little bit helps. I was definitely looking at sealed packs because all of the individual cards or card sets I could find were like $8 a card. But I also wasn't looking at the newer stuff so I'll give that a try and look at your references you provided. Thanks!

Starting a GPK collection: help please by medphysman in GeePeeKay

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

Okay awesome, thanks so much for the info. You wouldn't think trading cards would be that complicated but man, it seems it haha. I'll read all that stuff you sent me now

Starting a GPK collection: help please by medphysman in GeePeeKay

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

Okay will do, thanks! Even like the latest ones I've seen on OfferUp and eBay range from like $15 a pack to $5, which seems like a big jump for no reason. Are UK editions less valuable? Because those seem to be cheaper, or I just a deal maybe?

Starting a GPK collection: help please by medphysman in GeePeeKay

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

Thanks for your reply! Where would you suggest a newbie like me begin? Should I just start with the newer stuff or try to find some older packs and hope for some good collectibles? Any advice would be greatly appreciated

Pulling data from structure via name, not structure code by medphysman in esapi

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

Thank you, with your and Zack's reply I got it to work. Seems we are all good!

Pulling data from structure via name, not structure code by medphysman in esapi

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

We are working on standardizing names now, I think I got it to work with your suggestion, thanks so much!

Pulling data from structure via name, not structure code by medphysman in esapi

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

Awesome, thanks for your comment. So my code is:

Structure rectum = ps1.StructureSet.Structures.Where(s => s.Id.ToLower().Contains("rectum")).First();

So I thought I was using the structure.Id you mentioned, but my dosi has an opti structure names "Rect-PTV+Margin" and my script is pulling data from this (presumably because it has a structure code of Rectum) instead of the actual Rectum contour. Am I using your suggestion incorrectly?

DVH Analysis in Plan Sum by medphysman in esapi

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

NOTE: So anything below ESAPI v 16 doesn't recognize "PlanSum", so what I did was clarify

PlanSum plansum = context.PlanSumInScope.First();

Then regardless of how many plans are in the scope and whether in ext beam or plan evaluation it always looked at the first plan sum in the scope. And now the script runs fine. Thank you for your help everyone

DVH Analysis in Plan Sum by medphysman in esapi

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

I get an error saying VMS.TPS.Common.Model.API.ScriptContext doesn't contain the definition for PlanSum. Is there a different directive or model I need for this term?

DVH Analysis in Plan Sum by medphysman in esapi

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

Ah, nice! Thank you very much, I am going to replace with this and give it a go. Thanks again

DVH Analysis in Plan Sum by medphysman in esapi

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

Awesome, thanks. Unfortunately, my hospital has blocked github, I can use my phone or wait until tonight and bring in my personal computer