Plan for OpenMRS Core 1.11.x

Build: #64 was successful

Job: Integration Test was successful

Stages & jobs

  1. Build and Test

  2. Deploy

Code commits

Git

  • Wyclif Luyima

    Wyclif Luyima ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0

    TRUNK-4445 Added support for custom dosing type for DrugOrders. Changed the current dosing type enum to a string, while keeping the support for SIMPLE and FREE_TEXT dosing types using constants
    TRUNK-4445 Made doing type of type class <? extends dosinginstructions>

    TRUNK-4445 Adding validation to the the dosing instructions class, and removing them from drugordervalidator

    TRUNK-4445 changing the shoulds and verifies in the required places, renamed dosinginstructionsobject to dosinginstructionsinstance. Catching exceptions inside the getter now. Updated the message.properties with suitable messages for dosingIntructions Free Text

    Adding java doc for DosingInstructions and removing unused import

    Follow up to clean up unit tests and the liquibase update file   - TRUNK-4445

    • api/src/main/java/org/openmrs/DosingInstructions.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/java/org/openmrs/DrugOrder.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/java/org/openmrs/FreeTextDosingInstructions.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/java/org/openmrs/SimpleDosingInstructions.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/java/org/openmrs/validator/DrugOrderValidator.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/resources/liquibase-update-to-latest.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/main/resources/org/openmrs/api/db/hibernate/Order.hbm.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/java/org/openmrs/CustomDosingInstructions.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/java/org/openmrs/DrugOrderTest.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/java/org/openmrs/OrderEntryIntegrationTest.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/java/org/openmrs/api/OrderServiceTest.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/java/org/openmrs/validator/DrugOrderValidatorTest.java (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-drugOrdersWitSameConceptAndDifferentFormAndStrength.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/resources/org/openmrs/api/include/OrderServiceTest-reviseDiscontinuedOrders.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/resources/org/openmrs/include/standardTestDataset.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • api/src/test/resources/org/openmrs/reporting/include/PatientFilterTest.xml (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)
    • webapp/src/main/webapp/WEB-INF/messages.properties (version ee14c1d155260ebc7c3c1da0a212ba417ce9f0b0)