Package org.openehr.am.archetype

Examples of org.openehr.am.archetype.Archetype


        path = "../archetypes/openEHR-EHR-OBSERVATION.blood_pressure.v1.adl";
        //path = "../archetypes/openEHR-EHR-OBSERVATION.body_weight.v1.adl";
        //path = "../archetypes/openEHR-EHR-OBSERVATION.body_mass_index.v1.adl";

        File file = new File(path);
        Archetype archetype = null;

        try {
            ADLParser adlParser = new ADLParser(file);
//            try {
//                List attr_vals;
View Full Code Here

TOP

Related Classes of org.openehr.am.archetype.Archetype

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.