ppazos / cabolabs-emrapp

openEHR Electronic Medical Record Application for testing comits and queries to the EHRServer.
5 stars 11 forks source link

Be sure that EVENT has the concrete type set #22

Closed ppazos closed 10 years ago

ppazos commented 10 years ago

Template Designer allows to create non-final OPTs, including abstract types like EVENT, the problem is that is not compliant with the openEHR XSDs, so the types should be concrete not abstract. For EVENTs one of POINT_EVENT or INTERVAL_EVENT should be used.

ppazos commented 10 years ago

TODO: add binder methods bind_C_COMPLEX_OBJECT_POINT_EVENT and bind_C_COMPLEX_OBJECT_INTERVAL_EVENT, the bind_C_COMPLEX_OBJECT_EVENT should be interpreted as POINT_EVENT.

ppazos commented 10 years ago

Done.