improvement: QRcode and shared link added to cases inorder to make it possible for staff users to share a case info with other staffs or other clinics.
This commit is contained in:
@@ -466,7 +466,22 @@
|
||||
"prevPage": "Previous",
|
||||
"nextPage": "Next",
|
||||
"pageSummary": "Page {page} of {totalPages} ({total} cases)",
|
||||
"statusLabel": "Status"
|
||||
"statusLabel": "Status",
|
||||
"viewShareQr": "View case QR code and share link",
|
||||
"shareQrDialogTitle": "Case share link",
|
||||
"shareQrDialogSubtitle": "Scan the QR code or copy the link to open this case’s tasks.",
|
||||
"copyShareLink": "Copy link",
|
||||
"shareLinkCopied": "Link copied to clipboard",
|
||||
"shareQrUnavailable": "QR preview unavailable"
|
||||
},
|
||||
"labCaseAccess": {
|
||||
"pageTitle": "Case tasks",
|
||||
"loading": "Loading case…",
|
||||
"accessDeniedTitle": "Access denied",
|
||||
"accessDenied": "You do not have permission to view this case. Sign in with a lab or clinic account that has access, and make sure you are the treatment provider for clinic access.",
|
||||
"emptyTasks": "No tasks found for this case.",
|
||||
"caseSummary": "{clinic} · {patient}",
|
||||
"labName": "Lab: {name}"
|
||||
},
|
||||
"tasks": {
|
||||
"title": "Tasks",
|
||||
@@ -978,6 +993,7 @@
|
||||
"PERMISSION_ACCESS_TASKS": "You do not have access to tasks.",
|
||||
"PERMISSION_EDIT_TASKS": "You cannot edit tasks.",
|
||||
"PERMISSION_ACCESS_CASES": "You do not have access to cases.",
|
||||
"LAB_CASE_ACCESS_DENIED": "You do not have permission to view this shared case.",
|
||||
"PERMISSION_ACCESS_STAFF": "You do not have access to staff management.",
|
||||
"PERMISSION_EDIT_STAFF": "You cannot manage staff working hours.",
|
||||
"PERMISSION_ORG_NOT_FOUND": "Organization not found.",
|
||||
|
||||
Reference in New Issue
Block a user