Closed bjornna closed 9 years ago
This is Marko's code, not mine obviously, but the syntax is wrong anyway - it should be || not []. A lesser bug that might be expected would be |PT24H..PT24H|
Great feedback. I was just re-reading ADL and AOM specification and found some answers there. I will have a look at the implementation.
Added a pull request that fixes this. Closing the issue.
I am not sure what is correct with this.
I trying to serialize the Blood Pressure archetype which has an Interval Event.
This is what gets generated:
The generation of the text {[PT24H,PT24H]} is done in org.openehr.adl.am.mixin.IntervalMixin. Is this a bug in the IntervalMixin or should the DV_DURATION be treated different in this case?
I am not sure