Merge pull request #17 from vinayvenu/encountertransaction-1.10-compat EA-21 - Encountertransaction API compatibility with OpenMRS 1.10
Vinay Venu <vinayv@thoughtworks.com>
6ed097605ca075433e31038cd44e5918de7e4fdb
Modifications based on review comments. Read on. Create Tests for new classes in api-1.10 Add TODO in DrugOrderServiceHelper to say it will be modified with the new API Remove spurious code from api/pom.xml and EncounterOrdersMapperTest Add license to some test classes Remove imports and put in single class imports
Vinay Venu <vinayv@thoughtworks.com>
79c59cc99fbc923628b76004ebc7da294b9a937a
Add licence information to some files.
Vinay Venu <vinayv@thoughtworks.com>
fcf7584882754e876a023ddcbd6d234302138ae7
Fix EncounterTransaction to work with OpenMRS 1.10. Since we have to work with OpenMRS 1.9.4, we cannot use @OpenmrsProfile. We should change this when move on to support >1.9.7. Tests have not been added to run with OpenMRS 1.10. Not sure what is the best way to handle these. EncounterDrugOrderServiceHelper has been duplicated. Logic to consume revision, discontinue etc are not yet here. Once they are present, this class will look better. Slight changes to .gitignore so we do not have to specify target directories for every module in the project.