Build: #513 was successful
Job: Build Module was successful
Code commits
Git
-
Darius Jazayeri <jazayeri@alum.mit.edu> a625487372e3eabe44b55843981a58b246a5aefc
Choosing a drug should auto-select the prescription route, but still leave it editable
- omod/src/main/webapp/resources/html/tabletapp/templates/patient/prescriptionForm.html (version a625487372e3eabe44b55843981a58b246a5aefc)
- omod/src/main/webapp/resources/scripts/tabletapp/prescriptions.js (version a625487372e3eabe44b55843981a58b246a5aefc)
- omod/src/test/webapp/resources/scripts/tabletapp/prescriptions-test.js (version a625487372e3eabe44b55843981a58b246a5aefc)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 4c3a2d3c1ec71e3f940ec2ef8aa7068fa99eb796
Change display from "No dose given" to "Never Administered"
- omod/src/main/webapp/resources/scripts/tabletapp/filters.js (version 4c3a2d3c1ec71e3f940ec2ef8aa7068fa99eb796)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 777f6f57b5daac19cc888ba58d9919806648f10a
formatting
- omod/src/main/webapp/resources/scripts/tabletapp/prescriptions.js (version 777f6f57b5daac19cc888ba58d9919806648f10a)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 7657c978e4358be8e5d8bf6c37c04c33dcf1b132
Reworked Choose Route screen so you explicitly choose the formulation, visually grouped by routes. The reason for making this change was to do a bugfix where having two drugs of the same concept and form would lead to a prescription with drug==null.
- omod/src/main/webapp/resources/html/tabletapp/templates/patient/newPrescriptionRoute.html (version 7657c978e4358be8e5d8bf6c37c04c33dcf1b132)
- omod/src/main/webapp/resources/scripts/tabletapp/constants.js (version 7657c978e4358be8e5d8bf6c37c04c33dcf1b132)
- omod/src/main/webapp/resources/scripts/tabletapp/prescriptions.js (version 7657c978e4358be8e5d8bf6c37c04c33dcf1b132)
- omod/src/test/webapp/resources/scripts/tabletapp/prescriptions-test.js (version 7657c978e4358be8e5d8bf6c37c04c33dcf1b132)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 2363fceedd5214436cbdf58f6752fa8a90e4d36a
Consistently clear both the administration and prescription messages when taking another action
- omod/src/main/webapp/resources/scripts/tabletapp/patients.js (version 2363fceedd5214436cbdf58f6752fa8a90e4d36a)
-
Darius Jazayeri <jazayeri@alum.mit.edu> bdf3e55ba855a088334c10c1c8fad342e9983eb9
Avoid module startup error due to bug in latest release of CIEL dictionary (there are two concepts with FSN of "Inhaled" so we can't save the route one)
- api/src/main/java/org/openmrs/module/ebolaexample/EbolaExampleActivator.java (version bdf3e55ba855a088334c10c1c8fad342e9983eb9)