Pre-Discharge and Discharge screens not available for ibid record type Planned Re-Admission

From EHS Help
Jump to: navigation, search

This is a Technical (IT) Helpdesk topic


Problem Summary

The screens pre-discharge & discharge are not available for iBID record type Planned re-admission as part of on-going treatment.

Solution

Manual

IT Admins can solve the problem immediately by running the following two SQL commands:

This command removes the layout descriptions to enable the default views in the two affected screens:

 delete from APP_LAYOUTS 
 where (LAYOUT_NAME = 'Re_Ad') 
 and ((TARGET_FORMCLASS = 'TfrmIBIDPreDischarge') or (TARGET_FORMCLASS='TfrmIBIDDischarge'));

This commands updates the cache date to ensure that all client refresh their meta data cache.

 update DB_INFORMATION
 set CACHE_DATE = CURRENT_TIMESTAMP;

Automatic

This issue will also be automatically solved in the next release of the Aquila Server app server package. There is no fixed date for this release and so organisations are encouraged to manually update as soon as possible.