Details
-
Sub-task
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
Low
-
Order Entry 1.10 Iteration 2, Order Entry 1.10 Iteration 3
Description
- Add liquibase changeset to add duration(double) field to drug_order table
- Order duration field of type Double to DrugOrder class
- Update Order.hbm.xml(see joined-subclass tag that maps to DrugOrder) file to include duration property
- Add liquibase changeset to add duration_units(int) to drug_order table (Remember to include the foreign key constraint to concept.concept_id)
- Add durationUnits field of type Concept to DrugOrder class
- Update Order.hbm.xml file(see joined-subclass tag that maps to DrugOrder) to include durationUnits property
- update DrugOrder.copyHelper() to take care of the new properties