Hi Alessandro,

ADL defines the structure of your clinical data, In practice, ADL defines an 
instance of the archetype object model (AOM), that instance is the one you can 
handle from java. But the clinical data values must be set on the reference 
information model (RM). So, you must have: an implementation of the AOM, an 
ADLParser that parses ADL to an instance of AOM, and an implementation of the 
RM, and processing the AOM you can create an empty instance of the RM (empty 
because you have no clinical data yet).

Here you can find a project (my degree thesis) that implements openEHR, and can 
generate any clinical record (is Java based): 
http://code.google.com/p/open-ehr-gen-framework/downloads/list

-- 
Kind regards,
Ing. Pablo Pazos Guti?rrez
LinkedIn: http://uy.linkedin.com/in/pablopazosgutierrez
Blog: http://informatica-medica.blogspot.com/
Twitter: http://twitter.com/ppazos



> Date: Tue, 29 Mar 2011 06:24:25 -0700
> From: padiglionestation at gmail.com
> To: openehr-technical at openehr.org
> Subject: Use Archetypes and ADL file in Java
> 
> 
> Hi everybody I'm Alessandro OpenEhr is I'm working on for my thesis.For the
> moment I'm using java in the ADLParser file for the openEHR EHRS-.
> blood_pressure.-OBSERVATION v1.0 adl. I wanted to know, via java objects,
> how to handle this archetype in java and assign values, such as the systolic
> pressure. More generally, how can I access the OpenEhr archetypes in java?
> I attach the file that I have produced so far. 
> 
>  Thank you for your attention, good job.
> 
> Alessandro http://old.nabble.com/file/p31266646/Test_Archetype.java
> Test_Archetype.java 
> -- 
> View this message in context: 
> http://old.nabble.com/Use-Archetypes-and-ADL-file-in-Java-tp31266646p31266646.html
> Sent from the openehr-technical mailing list archive at Nabble.com.
> 
> _______________________________________________
> openEHR-technical mailing list
> openEHR-technical at openehr.org
> http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
                                          
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20110329/e9e4fc87/attachment.html>

Reply via email to