Package org.openmrs.module.htmlformentry.widget

Examples of org.openmrs.module.htmlformentry.widget.PersonSearchWidget


        if (display == null || display.trim().length() == 0) {
            display = DISPLAY_SEARCH;
        }

        if (DISPLAY_SEARCH.equals(display)) {
            personWidget = new PersonSearchWidget();
            personWidget.setSearchProgram(personPrograms);
            context.registerWidget(personWidget);
        }
        if (DISPLAY_DROPDOWN.equals(display)) {
            personStubWidget = new PersonStubWidget();
View Full Code Here

TOP

Related Classes of org.openmrs.module.htmlformentry.widget.PersonSearchWidget

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.