Description
When logged in as a lab technician, navigating to the Results tab, searching for a patient name, and clicking on the patient name triggers a JavaScript error:
Uncaught ReferenceError: fetch_specimenPat is not defined
at <anonymous>:1:1
Steps to Reproduce
- Log in as a lab technician
- Click the Results tab
- Search for a patient by name
- Click on the patient name in the search results
Expected Behavior
The patient's specimen/result details should load.
Actual Behavior
Nothing happens and the above ReferenceError is logged in the browser console. The fetch_specimenPat function is being called but is not defined or not loaded on the page.
Description
When logged in as a lab technician, navigating to the Results tab, searching for a patient name, and clicking on the patient name triggers a JavaScript error:
Steps to Reproduce
Expected Behavior
The patient's specimen/result details should load.
Actual Behavior
Nothing happens and the above ReferenceError is logged in the browser console. The
fetch_specimenPatfunction is being called but is not defined or not loaded on the page.