Hello Marcio

(In the mean time, Pablo Pazos did provide a reply, so i must say that 
my response applies more generally to openEHR)

Allow me to remind you that, it all depends on what you are trying to do 
(and what sort of resource or time constraints you have).

At this point, i would strongly recommend that you very carefully read, 
at least once, the complete "Architecture Overview" document, so that 
you understand what openEHR is about and how do the individual building 
blocks fit together.

The data structures can (and usually will) get very complex, so having 
the bigger picture in mind first helps immensely.

After this, you can move to the "Archetype Model" documents (this is 
where you will find answers to questions regarding the structure of the 
"Archetype" class) and eventually, the "Reference Model" documents.

The Reference Model will be very important when the time comes for you 
to create actual computable representations according to the "blue 
print" that the "Archetype" class specifies.

In other words, the "Archetype" that you might have at hand at the 
moment, is only a description of a data structure...You can NOT do 
something like:

MyArchetype.SomeField = "Some String Value"

...on the Archetype class, you will have to obtain an RMObject (through 
the "RMObjectBuilder") and work on that one.

(It is not simply a matter of having "the right class" that someone 
might have put together...Almost everything you will need in terms of 
code, at least at introductory level, is available through the "java 
reference implementation" project.)

I hope this helps.

All the best
Athanasios Anastasiou









On 30/01/2012 14:43, M?rcio Costa wrote:
> Hello guys,
>
> after reading the majority of the docs, i tryed to write a very simple
> app that:
>
> 1. Parse a ADL file to AOM
> 2. Try to build a Imput Form from respective AOM
>
> I'm with problems to find some references of how to use the Tree that
> the Parser gives to me.
>
> Is there some reference for the methods, or examples how to use the
> output of the Parser to build a Interface?
>
> If someone have a simple class, it would be very nice for me since i'm
> getting started :)
>
> Thanks in advance,
>
> *M?rcio Costa*
> B.Sc. in Computer Science @ Cin/UFPE
> M.Sc. Candidate in Computer Science @ CIn/UFPE
> MSN: mdckoury at gmail.com <mailto:mdckoury at gmail.com>

Reply via email to