Open Issues Need Help
View All on GitHub  📅 Add created date to test template response  about 2 months ago 
    enhancement  good first issue  simple  
   🔍 Add search visits by patient phone number  about 2 months ago 
    enhancement  good first issue  simple  
   💰 Fix bill total calculation to sum all test prices  about 2 months ago 
 AI Summary: This issue addresses a bug where the bill total calculation incorrectly sums test prices for a visit. The fix involves modifying the `generateBill()` method in `BillingService.java` to ensure all test prices associated with a visit are correctly added up to produce the final bill total.
 
Complexity:
  1/5
 
   bug  good first issue  simple  
   ✅ Add automatic visit status update when test is approved  about 2 months ago 
 AI Summary: This issue proposes an enhancement to automatically update a visit's status to 'awaiting-approval' or 'approved' whenever an associated lab test is approved. Currently, the visit status remains unchanged, requiring a manual update, and the fix involves adding logic to the `approveTest()` method in `LabTestService.java`.
 
Complexity:
  1/5
 
   enhancement  good first issue  simple