I have a question about the ADL-parser concerning the the regular-expressions.
I checked page 65 in:
http://www.openehr.org/releases/1.0.2/architecture/am/adl.pdf
Can someone please explain why this fails:
value existence matches {1..1} matches {/[0-9]{1,8}/}
Error:
se.acode.openehr.parser.ParseException: Encountered " "/" "/ "" at line 186, column 57.
Was expecting:
"}" ...
Thanks very much
Bert Verhees