@digihmis/esm-outpatient-app 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/README.md +4 -0
  2. package/dist/117.js +1 -0
  3. package/dist/117.js.map +1 -0
  4. package/dist/132.js +1 -0
  5. package/dist/132.js.map +1 -0
  6. package/dist/152.js +1 -0
  7. package/dist/152.js.map +1 -0
  8. package/dist/209.js +1 -0
  9. package/dist/209.js.map +1 -0
  10. package/dist/317.js +1 -0
  11. package/dist/317.js.map +1 -0
  12. package/dist/349.js +1 -0
  13. package/dist/349.js.map +1 -0
  14. package/dist/371.js +1 -0
  15. package/dist/371.js.map +1 -0
  16. package/dist/378.js +1 -0
  17. package/dist/378.js.map +1 -0
  18. package/dist/395.js +12 -0
  19. package/dist/395.js.map +1 -0
  20. package/dist/442.js +1 -0
  21. package/dist/442.js.map +1 -0
  22. package/dist/45.js +1 -0
  23. package/dist/45.js.map +1 -0
  24. package/dist/466.js +1 -0
  25. package/dist/466.js.map +1 -0
  26. package/dist/508.js +1 -0
  27. package/dist/508.js.map +1 -0
  28. package/dist/564.js +1 -0
  29. package/dist/564.js.map +1 -0
  30. package/dist/61.js +1 -0
  31. package/dist/61.js.map +1 -0
  32. package/dist/640.js +1 -0
  33. package/dist/640.js.map +1 -0
  34. package/dist/689.js +1 -0
  35. package/dist/689.js.map +1 -0
  36. package/dist/709.js +1 -0
  37. package/dist/709.js.map +1 -0
  38. package/dist/712.js +1 -0
  39. package/dist/712.js.map +1 -0
  40. package/dist/720.js +1 -0
  41. package/dist/720.js.map +1 -0
  42. package/dist/742.js +1 -0
  43. package/dist/742.js.map +1 -0
  44. package/dist/759.js +15 -0
  45. package/dist/759.js.map +1 -0
  46. package/dist/771.js +1 -0
  47. package/dist/771.js.map +1 -0
  48. package/dist/797.js +1 -0
  49. package/dist/797.js.map +1 -0
  50. package/dist/806.js +1 -0
  51. package/dist/806.js.map +1 -0
  52. package/dist/912.js +1 -0
  53. package/dist/912.js.map +1 -0
  54. package/dist/913.js +1 -0
  55. package/dist/913.js.map +1 -0
  56. package/dist/940.js +1 -0
  57. package/dist/940.js.map +1 -0
  58. package/dist/974.js +1 -0
  59. package/dist/974.js.map +1 -0
  60. package/dist/digihmis-esm-outpatient-app.js +6 -0
  61. package/dist/digihmis-esm-outpatient-app.js.buildmanifest.json +827 -0
  62. package/dist/digihmis-esm-outpatient-app.js.map +1 -0
  63. package/dist/main.js +17 -0
  64. package/dist/main.js.map +1 -0
  65. package/dist/routes.json +1 -0
  66. package/jest.config.js +26 -0
  67. package/package.json +51 -0
  68. package/rspack.config.js +1 -0
  69. package/src/config-schema.ts +347 -0
  70. package/src/dashboard.meta.ts +16 -0
  71. package/src/declarations.d.ts +6 -0
  72. package/src/icon-wrapper/icon-wrapper.extension.tsx +17 -0
  73. package/src/index.ts +27 -0
  74. package/src/left-panel/left-panel.component.tsx +100 -0
  75. package/src/left-panel/left-panel.scss +13 -0
  76. package/src/main-dashboard/outpatient-dashboard.component.tsx +264 -0
  77. package/src/main-dashboard/outpatient-dashboard.resource.ts +71 -0
  78. package/src/main-dashboard/outpatient-dashboard.scss +166 -0
  79. package/src/main-dashboard/type/index.ts +162 -0
  80. package/src/page-header/page-header.component.tsx +35 -0
  81. package/src/page-header/page-header.scss +76 -0
  82. package/src/patient-management/components/auto-suggest/autosuggest.component.tsx +149 -0
  83. package/src/patient-management/components/auto-suggest/autosuggest.scss +61 -0
  84. package/src/patient-management/components/auto-suggest/diagnosis-autosuggest.component.tsx +131 -0
  85. package/src/patient-management/components/auto-suggest/diagnosis-autosuggest.scss +42 -0
  86. package/src/patient-management/patient-banner/patient-banner.component.tsx +60 -0
  87. package/src/patient-management/patient-banner/patient-banner.scss +72 -0
  88. package/src/patient-management/patient-management-workspace/billable-services-selector.component.tsx +150 -0
  89. package/src/patient-management/patient-management-workspace/patient-management-schema/index.ts +261 -0
  90. package/src/patient-management/patient-management-workspace/patient-management-workspace.scss +304 -0
  91. package/src/patient-management/patient-management-workspace/patient-management-workspace.tsx +1581 -0
  92. package/src/patient-management/patient-management-workspace/patient-management.resource.ts +182 -0
  93. package/src/patient-management/patient-management-workspace/type/index.ts +193 -0
  94. package/src/patient-management/patient-management-workspace/utils/index.ts +172 -0
  95. package/src/patient-management/patient-management.component.tsx +97 -0
  96. package/src/patient-management/patient-management.scss +30 -0
  97. package/src/patient-management/utils/index.ts +5 -0
  98. package/src/queue-room-table/queue-room-table.component.tsx +313 -0
  99. package/src/queue-room-table/queue-room-table.resource.ts +73 -0
  100. package/src/queue-room-table/queue-room-table.scss +193 -0
  101. package/src/queue-room-table/type/index.ts +34 -0
  102. package/src/queue-room-table/useQueueActions.ts +24 -0
  103. package/src/routes.json +55 -0
  104. package/src/setup-tests.ts +1 -0
  105. package/translations/am.json +57 -0
  106. package/translations/ar.json +57 -0
  107. package/translations/en.json +57 -0
  108. package/translations/es.json +57 -0
  109. package/translations/fr.json +57 -0
  110. package/translations/he.json +57 -0
  111. package/translations/km.json +57 -0
  112. package/translations/pt.json +57 -0
  113. package/translations/sw.json +57 -0
  114. package/translations/vi.json +57 -0
  115. package/translations/zh.json +57 -0
  116. package/tsconfig.json +5 -0
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
@@ -0,0 +1,57 @@
1
+ {
2
+ "actions": "Actions",
3
+ "age": "Age",
4
+ "avgWaitTime": "Avg. Wait Time",
5
+ "carePanel": "Care panel",
6
+ "changeStation": "Change Station",
7
+ "clockedInTo": "Clocked in to",
8
+ "clockedOutFromCurrent": "Clocked out from current station",
9
+ "clockIn": "Clock In",
10
+ "clockingIn": "Clocking in",
11
+ "clockingOut": "Clocking out",
12
+ "clockInPrompt": "Click the \"Clock In\" button above to start managing patients",
13
+ "clockOut": "Clock Out",
14
+ "clockOutError": "Clock Out Failed",
15
+ "clockOutFailed": "Failed to clock out",
16
+ "clockOutSuccess": "Clock Out Successful",
17
+ "clockOutSuccessMessage": "You have been clocked out successfully",
18
+ "comingFrom": "Coming From",
19
+ "completedToday": "Completed Today",
20
+ "direct": "Direct Entry",
21
+ "error": "Error",
22
+ "female": "Female",
23
+ "filterPatients": "Filter patients",
24
+ "gender": "Gender",
25
+ "loading": "Loading...",
26
+ "loadingQueue": "Loading queue...",
27
+ "loadingServices": "Loading services...",
28
+ "male": "Male",
29
+ "myQueueInservice": "My Queue - In Service",
30
+ "myQueueWaiting": "My Queue - Waiting",
31
+ "noActiveSession": "No active session found",
32
+ "noBillableServices": "No billable services",
33
+ "noBillableServicesDescription": "Please configure billable services to continue.",
34
+ "noDiagnosisFound": "No diagnosis codes found. Try different keywords.",
35
+ "noPatients": "No patients in queue",
36
+ "noPatientsDescription": "There are currently no patients waiting in this queue room.",
37
+ "normal": "Normal",
38
+ "outpatient": "Outpatient",
39
+ "outpatientQueue": "Outpatient Queue",
40
+ "patient": "Patient",
41
+ "patientServed": "Patient Served",
42
+ "patientServedMessage": "",
43
+ "pleaseClockIn": "Please clock in to view the queue",
44
+ "priority": "Priority",
45
+ "searchingDiagnosis": "Searching...",
46
+ "servePatient": "Serve Patient",
47
+ "servePatientError": "Failed to serve patient. Please try again.",
48
+ "servePatientLoading": "Serving Patient...",
49
+ "since": "since",
50
+ "startConsultation": "Start Consultation",
51
+ "status": "Status",
52
+ "switchingStation": "Switching Station",
53
+ "switchStationError": "Switch Station Failed",
54
+ "switchStationFailed": "Failed to switch station",
55
+ "typeMoreCharacters": "Type at least 3 characters to search",
56
+ "waitTime": "Wait Time"
57
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "extends": "../../tsconfig.json",
3
+ "include": ["src/**/*"],
4
+ "exclude": ["src/**/*.test.tsx"]
5
+ }