We were trying to set up “Sync “Priority” of Lab orders to OPENELIS”. We were following instructions from Sync priority of lab orders.. We are using the dockerized Bahmni standard version. From Bahmni we can set the Lab order with priority and with notes. The set priority is also synced to the OpneElis and found in the ‘clinlims’ database ‘sample’ table. We are having the issue of priority columns not showing in OpenElis LabDashboard. By setting,
site_information’s accessionStrategy value groupBySample the priority column shows in LabDashboard but with new Lab Order OpenElis started to give Internal Server Error and application logs from OpenElis show,
2024-02-20 10:21:04 09:21:04.760 [http-nio-8052-exec-2] ERROR us.mn.state.health.lims.common.util.OpenElisRequestFilter - Exception in request
2024-02-20 10:21:04 javax.servlet.ServletException: us.mn.state.health.lims.common.exception.LIMSRuntimeException: The column name referred_test_count was not found in this ResultSet.
would anyone please guide what additional configuration we are missing in OpenElis to show the priority columns correctly in LabDashboard?