Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot delete StructureSet #25

Open
mfizyczka opened this issue Mar 11, 2022 · 2 comments
Open

Cannot delete StructureSet #25

mfizyczka opened this issue Mar 11, 2022 · 2 comments

Comments

@mfizyczka
Copy link

I tried deleting Structure set (following the PDF):
engine.deleteStructureSet(recipeSet.getVelocityId())
and got an error:

Exception has occurred: AttributeError
'velocity.VelocityEngine' object has no attribute 'deleteStructureSet'

Indeed when I check it there is only engine.deletePatient() available.

velocity.__version__
'4.1.4.1217'
@jakecobb
Copy link
Contributor

Documentation error, the functions are in PatientDataOperations.

@mfizyczka
Copy link
Author

Ok. Thank you. I see that deletePatient is in both VelocityEngine and PatientDataOperations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants