Package org.openmrs.module.htmlformentry

Examples of org.openmrs.module.htmlformentry.HtmlFormEntryService.addHandler()


  if (ModuleFactory.isModuleStarted("htmlformentry")) {
      try {
       
        HtmlFormEntryService hfes = Context.getService(HtmlFormEntryService.class);
       
        hfes.addHandler("drawing", new DrawingTagHandler());
       
        log.info("drawing : drawing tag registered");
      }
      catch (Exception ex) {
        log.error("failed to register drawing tag in drawing", ex);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.