Hi! On Thu, Feb 16, 2012 at 23:26, pablo pazos <pazospablo at hotmail.com> wrote: > Other models I didn't try yet are Object Oriented DBs and > Document Oriented DBs (XML, JSON, ...) [6]. I think DODBs > are a good option, fast for store highly hierarchical structures, > but you need to write some ugly queries if you want your data back :D
Not necessarily that ugly... we curently auto-convert AQL to XQuery and execute towards an XML database. Those queries are very readable. Then the question is what kind of client system you are aiming at. For some use cases you don't really need to map things back to openEHR-RM-objects, in web browser based GUIs for example you can keep treating the data as documents, document fragments, fragment lists etc. and use DOM manipulations, jQuery or similar approaches for most data manipulation needs. Good luck with your work M?rcio and please keep us informed! Best regards, Erik Sundvall erik.sundvall at liu.se http://www.imt.liu.se/~erisu/? Tel: +46-13-286733

