Mugabo If we approach the original authors of the module they might agree to give you commit rights to fix these few bugs. The module does seem used, but is not supported by the core team. Let me know if you are interested. https://tickets.openmrs.org/browse/OTHER-5 https://tickets.openmrs.org/browse/OTHER-4
(and now the spring 1.8+ issue with spring:form below) Ben On Sun, Mar 4, 2012 at 3:42 PM, KAMONYO MUGABO <[email protected]> wrote: > Hi Tobin: > > I think you are just missing the Concept related to the Reason for > Appointment/Visit (In our Rwanda Concepts Dictionary) as we are trying to > *populate the drop-down list* on the Add Appointment page. I think you > will need to change the "*appointment.concept.reasonForVisit*" global > property value, because the default for Rwandan dictionary is "*6189*" > (see if it exists in your dictionary, and it is of type "coded" and it has > some answers). I think this will be helpful, if not, please let us know. > > Thanks. > > > On Sun, Mar 4, 2012 at 11:03 AM, Tobin Greensweig <[email protected]>wrote: > >> Hello everyone, >> >> I'm wondering if anybody has experience with the Appointment module? I >> loaded it on both my 1.64 and 1.83 and it appears to start on both >> versions. The Appointment tab shows on patients records and in the >> Administration area. But, when I try to interact with it (either add an >> appointment or go into the module administration area) I get the error >> below. Is there something i'm missing? >> >> Thank you very much, >> >> Tobin >> >> >> An Internal Error has Occurred*java.lang.NullPointerException* >> >> Consult the help document <http://localhost:8080/openmrs164/help.htm>. >> Contact your friendly neighborhood administrator if it cannot be >> resolved. >> >> Hide stack >> trace<http://localhost:8080/openmrs164/module/appointment/appointmentForm.form?patientId=2#> >> >> * >> org.openmrs.module.appointment.web.controller.AppointmentFormController.referenceData(AppointmentFormController.java:68) >> * >> * >> org.openmrs.module.appointment.web.controller.AppointmentFormController.referenceData(AppointmentFormController.java:48) >> * >> >> org.springframework.web.servlet.mvc.AbstractFormController.showForm(AbstractFormController.java:574) >> >> org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:198) >> >> org.springframework.web.servlet.mvc.SimpleFormController.showForm(SimpleFormController.java:175) >> >> org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:338) >> >> org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:278) >> >> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) >> >> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) >> >> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875) >> >> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807) >> >> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) >> >> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:617) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:717) >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> * >> org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:76) >> * >> * >> org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:58) >> * >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> * >> org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:112) >> * >> >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> >> org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198) >> >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> *org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:82)* >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> *org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:82)* >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> *org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:82)* >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> >> org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96) >> >> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) >> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) >> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) >> >> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) >> >> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) >> >> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) >> >> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) >> >> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) >> >> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857) >> >> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) >> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) >> java.lang.Thread.run(Thread.java:680) >> >> >> OpenMRS Version: 1.6.4 Build 24457 >> >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from >> OpenMRS Implementers' mailing list > > > > > -- > > *Best Regards,* > > * > * > > *Mugabo** **KAMONYO* > > *E*lectronic *M*edical* R*ecord - *Java Developer II* > > *I*nstitute of *H*IV/AIDS, *D*isease *P*revention & *C*ontrol > > *R*wanda *B*iomedical *C*entre > > *P.O. Box 7162 Kigali-Rwanda* > email: [email protected] <[email protected]> > > *Tel: (+250) 788 77 95 95 / (+250) 728 77 95 95* > > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-implement-l>from > OpenMRS Implementers' mailing list > _________________________________________ To unsubscribe from OpenMRS Implementers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-implement-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-implement-l]

