In that case, what you will get back from the OceanEHR server is a ResultSet - essentially a serialised set of objects, which can range from a full archetype to just a single element depending on how you define the query.
See here - http://www.openehr.org/wiki/display/spec/Ocean+Informatics+EHR+Service+Interface It would still help to see a concrete example of exactly what you are trying to do. Ian On 2 March 2012 13:33, Leykun Melkamu <leykunmelkamu at yahoo.com> wrote: > Dear Ian,**** > ** ** > Now I don?t exactly know how my AQL look like but I am expecting to have > archetypes or elements as a return.**** > ** ** > Best regards,**** > Leykun **** > > ------------------------------ > *From:* Ian McNicoll <Ian.McNicoll at oceaninformatics.com> > > *To:* For openEHR technical discussions < > openehr-technical at lists.openehr.org> > *Sent:* Friday, March 2, 2012 12:53 PM > > *Subject:* Re: visualizing AQL result > > Hi Leykun, > > Can you give an example of the kind of data you are expecting back? Or > just post the AQL? This would help us understand your requirements. > > Ian > > On 2 March 2012 11:45, Leykun Melkamu <leykunmelkamu at yahoo.com> wrote: > > Dear Seref,**** > > Thanks for your reply. What I wanted to ask is that, I am required to > enable end users of the system to view and navigate the data that I put in > the Ocean test server using a GUI. To generate the GUI do you think > using the operational template or the template data object can help. Thanks > again for your helpful reply. **** > > Kind regards,**** > Leykun **** > > ------------------------------ > *From:* Seref Arikan <serefarikan at kurumsalteknoloji.com> > *To:* For openEHR technical discussions < > openehr-technical at lists.openehr.org> > *Sent:* Friday, March 2, 2012 12:06 PM > *Subject:* Re: visualizing AQL result > > Hi Leykun. > > The C# code generated from the ocean template designer is a TDO, a > template data object. The source code of that class has references Ocean's > RM implementation. If you want to use that TDO in C#, you need to use > Ocean's RM layer. That is not the layer that exists in openEHR.NET in > codeplex. > > What do you mean by visualizing the AQL query results exactly. Could you > please describe your requirements in more detail ? > > Kind regards > Seref > > > On Thu, Mar 1, 2012 at 10:31 PM, Leykun Melkamu <leykunmelkamu at > yahoo.com>wrote: > > Hello!**** > > I am a student and working my thesis on openEHR application can I get help > on how to visualize the result of my AQL queries. How can I use the > operational template and the c # code generated from oceans template > designer? Thanks in advance for your help. **** > > Best regards,**** > > Leykun **** > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > > > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > > > > > -- > Dr Ian McNicoll > office +44 (0)1536 414 994 > fax +44 (0)1536 516317 > mobile +44 (0)775 209 7859 > skype ianmcnicoll > ian.mcnicoll at oceaninformatics.com > > Clinical Modelling Consultant, Ocean Informatics, UK > Director/Clinical Knowledge Editor openEHR Foundation > www.openehr.org/knowledge > Honorary Senior Research Associate, CHIME, UCL > SCIMP Working Group, NHS Scotland > BCS Primary Health Care www.phcsg.org > > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > > > _______________________________________________ > openEHR-technical mailing list > openEHR-technical at lists.openehr.org > > http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org > -- Dr Ian McNicoll office +44 (0)1536 414 994 fax +44 (0)1536 516317 mobile +44 (0)775 209 7859 skype ianmcnicoll ian.mcnicoll at oceaninformatics.com Clinical Modelling Consultant, Ocean Informatics, UK Director/Clinical Knowledge Editor openEHR Foundation www.openehr.org/knowledge Honorary Senior Research Associate, CHIME, UCL SCIMP Working Group, NHS Scotland BCS Primary Health Care www.phcsg.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openehr.org/pipermail/openehr-technical_lists.openehr.org/attachments/20120302/1290b0a9/attachment.html>

