Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRUNK-4129 Modify datatype of drug_order.quantity column and add quantity_units column to drug_order #474

Closed
wants to merge 1 commit into from

Conversation

rkorytkowski
Copy link
Member

https://tickets.openmrs.org/browse/TRUNK-4129

This is ready to be merged. I'm still working on a migration changeset, which will use the drugOrder.unitsToQuantityUnits gp to migrate freetext units to coded quantityUnits.

@@ -1052,6 +1052,8 @@ private static String getVersion() {

public static final String GLOBAL_PROPERTY_NEXT_ORDER_NUMBER = "orderEntry.nextOrderNumber";

public static final String GP_DRUG_ORDER_UNITS_TO_QUANTITY_UNITS = "drugOrder.unitsToQuantityUnits";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don' think you need separate GP for this, there will be a single GP that is comma separated for all mappings, it will contain something like drug_order_quantity_units:5032 the represents the mapping to the concept with id 5032 as the quantity units for all existing drug_order.quantity values

@wluyima
Copy link
Member

wluyima commented Dec 19, 2013

Merged the code at 2e3c7cf

@wluyima wluyima closed this Dec 19, 2013
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
* ErrorState added to esm-styleguide. All tests passing

* Core ErrorState is working

* documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants