Platform 1.10.2 java.lang.NoSuchMethodError for drug order entry

I installed Platform 1.10.2 just to test my orders stuff and realized that some table columns were missing as compared to 1.9.8 version i have been running before.

Before, I was able to do something like this DrugOrder order = (DrugOrder) r.getValue(); then order.getStartDate()

but now it throws an error java.lang.NoSuchMethodError.

I need an advice, if things changed, which method should I use for that purpose?

Order entry API was rewritten in a non backwards compatible way in 1.10, so you might have to refactor your code

1 Like