Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5fcab8e
ENG-500 Support for creating multiple diagnostic reports in a service…
NikhilA8606 Jun 16, 2026
a8f3809
Merge branch 'develop' into ENG-500-support-for-creating-multiple-dia…
NikhilA8606 Jun 19, 2026
7df41e2
applied grayish to notReviewable tests
NikhilA8606 Jun 19, 2026
0d1dc49
Merge branch 'ENG-500-support-for-creating-multiple-diagnostic-report…
NikhilA8606 Jun 19, 2026
f28b7f1
copilot and greptile suggestions
NikhilA8606 Jun 23, 2026
29314ad
Merge branch 'develop' into ENG-500-support-for-creating-multiple-dia…
NikhilA8606 Jun 23, 2026
13acde3
ai suggestions
NikhilA8606 Jun 25, 2026
af5db1b
test fix
NikhilA8606 Jun 25, 2026
41bb2fa
cleanups
NikhilA8606 Jun 25, 2026
af05e7b
corrected toast
NikhilA8606 Jun 26, 2026
db602f2
requested changes
NikhilA8606 Jun 27, 2026
e2537fc
removed onError handler
NikhilA8606 Jun 29, 2026
8614e10
Copilot suggestions
NikhilA8606 Jul 1, 2026
76861d6
added view all report
NikhilA8606 Jul 5, 2026
0e5afd5
cleanups
NikhilA8606 Jul 6, 2026
f011c4e
removed org routes
NikhilA8606 Jul 6, 2026
d55cc57
revert the facility route
NikhilA8606 Jul 7, 2026
88ef689
revert the facility route
NikhilA8606 Jul 7, 2026
f15ef2e
minor cleanups
NikhilA8606 Jul 8, 2026
257deb5
Copilot suggestions
NikhilA8606 Jul 8, 2026
8cc6d10
resolved merge conflicts
NikhilA8606 Jul 9, 2026
ac46a03
review and product suggestions
NikhilA8606 Jul 12, 2026
24b2c55
Resolved merge conflicts
NikhilA8606 Jul 12, 2026
8fb53bf
resolved copilot suggestions
NikhilA8606 Jul 12, 2026
53d39eb
fix print page error
NikhilA8606 Jul 12, 2026
3cea86c
cleanup observation history
NikhilA8606 Jul 13, 2026
cca7592
Merge branch 'develop' into ENG-500-support-for-creating-multiple-dia…
NikhilA8606 Jul 13, 2026
79ff661
Copilot suggestions
NikhilA8606 Jul 13, 2026
30a1517
added translation
NikhilA8606 Jul 14, 2026
ef3e185
requested changes
NikhilA8606 Jul 23, 2026
ae41da7
used DR api instead of getting it from SR
NikhilA8606 Jul 28, 2026
0256a28
added DR name in right pannel of DR list in encounter
NikhilA8606 Jul 29, 2026
cfcaa11
useQueries to retrieve all report in detail
NikhilA8606 Aug 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@
"and_more_medications": "+{{count}} more medication(s)",
"and_more_service_requests": "+{{count}} more service request(s)",
"and_the_status_of_request_is": "and the status of request is",
"another_diagnostic_report": "Another Diagnostic Report",
"answer": "Answer",
"answer_options": "Answer options",
"answer_options_description": "Define possible answers for this question",
Expand Down Expand Up @@ -5035,7 +5036,7 @@
"result_date": "Result Date",
"result_details": "Result details",
"result_on": "Result on",
"result_review": "Result Review",
"result_review": "Result Review of {{name}}",
Comment thread
NikhilA8606 marked this conversation as resolved.
Outdated
"result_value": "Result value",
"resume": "Resume",
"retake": "Retake",
Expand Down Expand Up @@ -5067,6 +5068,7 @@
"review_and_finalise_request_description": "Add more items if needed, or approve to mark this delivery as requested.",
"review_before": "Review Before",
"review_missed": "Review Missed",
"review_test_results": "Review Test Reult",
Comment thread
NikhilA8606 marked this conversation as resolved.
Outdated
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated
Comment thread
NikhilA8606 marked this conversation as resolved.
Outdated
"revisit_days_non_negative": "Re-visit allowed days cannot be negative",
"revoke": "Revoke",
"revoke_token": "Revoke Token",
Expand Down Expand Up @@ -5532,6 +5534,7 @@
"select_register_patient": "Select/Register Patient",
"select_report": "Select Report",
"select_report_type": "Select Report Type",
"select_report_type_to_create": "Select 'Select Diagnostic Report Type' and create Report",
Comment thread
greptile-apps[bot] marked this conversation as resolved.
Outdated
Comment thread
NikhilA8606 marked this conversation as resolved.
Outdated
"select_requester": "Select requester",
"select_resource": "Select the resource",
"select_resource_category": "Select resource category",
Expand Down
Loading
Loading