-
Notifications
You must be signed in to change notification settings - Fork 6
Cannot delete StructureSet #25
Copy link
Copy link
Open
Labels
Description
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'
Reactions are currently unavailable