visualizing AQL result

2012-03-19 Thread Sam Heard
-technical-bounces at lists.openehr.org] On Behalf Of Leykun Melkamu Sent: Friday, 2 March 2012 9:31 AM To: openehr-technical at openehr.org Subject: visualizing AQL result 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

visualizing AQL result

2012-03-02 Thread Seref Arikan
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

visualizing AQL result

2012-03-02 Thread Leykun Melkamu
. 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

visualizing AQL result

2012-03-02 Thread Ian McNicoll
, 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

visualizing AQL result

2012-03-02 Thread Ian McNicoll
: 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

visualizing AQL result

2012-03-02 Thread Leykun Melkamu
: visualizing AQL result 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

visualizing AQL result

2012-03-02 Thread Leykun Melkamu
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

visualizing AQL result

2012-03-01 Thread Leykun Melkamu
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?