We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried deleting Structure set (following the PDF): engine.deleteStructureSet(recipeSet.getVelocityId()) and got an error:
engine.deleteStructureSet(recipeSet.getVelocityId())
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'
The text was updated successfully, but these errors were encountered:
Documentation error, the functions are in PatientDataOperations.
PatientDataOperations
Sorry, something went wrong.
Ok. Thank you. I see that deletePatient is in both VelocityEngine and PatientDataOperations
deletePatient
VelocityEngin
No branches or pull requests
I tried deleting Structure set (following the PDF):
engine.deleteStructureSet(recipeSet.getVelocityId())
and got an error:
Indeed when I check it there is only engine.deletePatient() available.
The text was updated successfully, but these errors were encountered: