Package org.openmrs.module.htmlformentry.schema

Examples of org.openmrs.module.htmlformentry.schema.HtmlFormSection


    private Object visit;

    public FormEntryContext(Mode mode) {
        this.mode = mode;
        setupExistingData((Encounter) null);
        schema.addSection(new HtmlFormSection());
        translator.setDefaultLocaleStr(LocaleUtility.getDefaultLocale().toString());
    }
View Full Code Here

TOP

Related Classes of org.openmrs.module.htmlformentry.schema.HtmlFormSection

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.