Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Sample management system #9425

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
38 changes: 0 additions & 38 deletions cypress/e2e/sample_test_spec/SampleTestAdvanceFilters.cy.ts

This file was deleted.

54 changes: 0 additions & 54 deletions cypress/e2e/sample_test_spec/SampleTestHomepage.cy.ts

This file was deleted.

88 changes: 0 additions & 88 deletions cypress/e2e/sample_test_spec/SampleTestRequest.cy.ts

This file was deleted.

2 changes: 0 additions & 2 deletions cypress/fixtures/external-result-sample.csv

This file was deleted.

116 changes: 0 additions & 116 deletions cypress/pageobject/Sample/SampleTestCreate.ts

This file was deleted.

3 changes: 0 additions & 3 deletions public/External-Results-Template.csv

This file was deleted.

12 changes: 2 additions & 10 deletions public/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@
"ROUNDS_TYPE__NORMAL": "Brief Update",
"ROUNDS_TYPE__TELEMEDICINE": "Tele-medicine Log",
"ROUNDS_TYPE__VENTILATOR": "Detailed Update",
"SAMPLE_TEST_HISTORY__APPROVED": "Approved",
"SAMPLE_TEST_HISTORY__COMPLETED": "Completed",
"SAMPLE_TEST_HISTORY__RECEIVED_AT_LAB": "Received At Lab",
"SAMPLE_TEST_HISTORY__REQUEST_SUBMITTED": "Request Submitted",
"SAMPLE_TEST_RESULT__AWAITING": "Awaiting",
"SAMPLE_TEST_RESULT__INVALID": "Invalid",
"SAMPLE_TEST_RESULT__NEGATIVE": "Negative",
"SAMPLE_TEST_RESULT__POSITIVE": "Positive",
"SLEEP__EXCESSIVE": "Excessive",
"SLEEP__NO_SLEEP": "No sleep",
"SLEEP__SATISFACTORY": "Satisfactory",
Expand Down Expand Up @@ -354,7 +346,6 @@
"asset_type": "Asset Type",
"assets": "Assets",
"assign": "Assign",
"unassign":"Unassign",
"assign_a_volunteer_to": "Assign a volunteer to {{name}}",
"assign_bed": "Assign Bed",
"assign_to_volunteer": "Assign to a Volunteer",
Expand Down Expand Up @@ -1444,6 +1435,7 @@
"type_your_comment": "Type your comment",
"type_your_reason_here": "Type your reason here",
"unable_to_get_current_position": "Unable to get current position.",
"unassign": "Unassign",
"unconfirmed": "Unconfirmed",
"unique_id": "Unique Id",
"unknown": "Unknown",
Expand Down Expand Up @@ -1558,8 +1550,8 @@
"voice_autofill": "Voice Autofill",
"volunteer_assigned": "Volunteer assigned successfully",
"volunteer_contact": "Volunteer Contact",
"volunteer_update" : "Volunteer updated successfully",
"volunteer_unassigned": "Volunteer unassigned successfully",
"volunteer_update": "Volunteer updated successfully",
"ward": "Ward",
"warranty_amc_expiry": "Warranty / AMC Expiry",
"weekly_working_hours_error": "Average weekly working hours must be a number between 0 and 168",
Expand Down
1 change: 0 additions & 1 deletion public/locale/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"SORT_OPTIONS__name": "मरीज़ का नाम AZ",
"SORT_OPTIONS__review_time": "सबसे पुरानी समीक्षा तिथि पहले",
"SORT_OPTIONS__taken_at": "सबसे पुरानी ली गई तारीख पहले",
"Sample Test": "नमूना परीक्षण",
"Shifting": "स्थानांतरण",
"Submit": "जमा करना",
"TELEMEDICINE": "सुदूर",
Expand Down
2 changes: 0 additions & 2 deletions src/Routers/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import ConsultationRoutes from "@/Routers/routes/ConsultationRoutes";
import FacilityRoutes from "@/Routers/routes/FacilityRoutes";
import PatientRoutes from "@/Routers/routes/PatientRoutes";
import ResourceRoutes from "@/Routers/routes/ResourceRoutes";
import SampleRoutes from "@/Routers/routes/SampleRoutes";
import ShiftingRoutes from "@/Routers/routes/ShiftingRoutes";
import UserRoutes from "@/Routers/routes/UserRoutes";

Expand All @@ -51,7 +50,6 @@ const Routes: AppRoutes = {
...FacilityRoutes,
...PatientRoutes,
...ResourceRoutes,
...SampleRoutes,
...ShiftingRoutes,
...UserRoutes,

Expand Down
24 changes: 0 additions & 24 deletions src/Routers/routes/SampleRoutes.tsx

This file was deleted.

Loading
Loading