ilabafrica / BLIS-BDH

Legacy BLIS implementation customised for Bungoma County Hospital.
1 stars 0 forks source link

Specimen Rejection Updates #47

Closed kitsao closed 10 years ago

kitsao commented 10 years ago

This branch caters for rejection phases and reasons configurations-CRUD. Under 'Test Catalog', the sub-menu 'Specimen Rejection' opens tabbed panes, one for the phases and the other for the reasons. On to the 'Tests Queue', the specimen rejection form displays a dropdown for the reasons instead of typing.

  1. Test the CRUD after executing all the necessary scripts in the database.
  2. Test the specimen rejection function @briankip kindly go through this. What remains is the ability to display rejection reasons according to the phases a specimen is.
briankip commented 10 years ago

rejection_reason_added.php does not show any information about the added rejection reason, also what happens when you delete a phase that is connected to a reason? Maybe add a default phase, and when a phase is deleted they go to the default phase. Fixes #39

kitsao commented 10 years ago

This issue is now fixed.Please check, test and confirm.

kitsao commented 10 years ago

When you delete a specimen rejection phase, it is disabled in the table. The linked rows in rejection_reasons table are also disabled.