Request to remove readonly contraint from TermBindingItem

Hi,

I’m trying to rewrite the code property in TermBindingItem but I’m getting this exception:

groovy.lang.ReadOnlyPropertyException: Cannot set readonly property: code for class: org.openehr.am.archetype.ontology.TermBindingItem

Is it possible to remove that contraint?

Thanks a lot.

Yes, I can remove that. In general, we are leaving immutable object
pattern in AOM.
Cheers,
Rong

Thank you Rong.