@openmrs/esm-ward-app 9.2.1-pre.7385 → 9.2.1-pre.7405

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 (114) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/1326.js +1 -1
  5. package/dist/1326.js.map +1 -1
  6. package/dist/2146.js +1 -1
  7. package/dist/2690.js +1 -1
  8. package/dist/3099.js +1 -1
  9. package/dist/3584.js +1 -1
  10. package/dist/380.js +1 -1
  11. package/dist/380.js.map +1 -1
  12. package/dist/4055.js +1 -1
  13. package/dist/4098.js +1 -0
  14. package/dist/4098.js.map +1 -0
  15. package/dist/4132.js +1 -1
  16. package/dist/4300.js +1 -1
  17. package/dist/4335.js +1 -1
  18. package/dist/439.js +1 -1
  19. package/dist/4618.js +1 -1
  20. package/dist/4652.js +1 -1
  21. package/dist/4944.js +1 -1
  22. package/dist/5173.js +1 -1
  23. package/dist/5241.js +1 -1
  24. package/dist/5442.js +1 -1
  25. package/dist/5661.js +1 -1
  26. package/dist/5885.js +1 -1
  27. package/dist/5885.js.map +1 -1
  28. package/dist/6022.js +1 -1
  29. package/dist/6468.js +1 -1
  30. package/dist/6589.js +1 -1
  31. package/dist/6679.js +1 -1
  32. package/dist/6840.js +1 -1
  33. package/dist/6859.js +1 -1
  34. package/dist/7097.js +1 -1
  35. package/dist/7159.js +1 -1
  36. package/dist/723.js +1 -1
  37. package/dist/7512.js +1 -1
  38. package/dist/7524.js +1 -1
  39. package/dist/7524.js.map +1 -1
  40. package/dist/7617.js +1 -1
  41. package/dist/795.js +1 -1
  42. package/dist/8163.js +1 -1
  43. package/dist/8349.js +1 -1
  44. package/dist/8371.js +1 -1
  45. package/dist/8618.js +1 -1
  46. package/dist/890.js +1 -1
  47. package/dist/9214.js +1 -1
  48. package/dist/9538.js +1 -1
  49. package/dist/9569.js +1 -1
  50. package/dist/9775.js +1 -1
  51. package/dist/9775.js.map +1 -1
  52. package/dist/986.js +1 -1
  53. package/dist/9879.js +1 -1
  54. package/dist/9895.js +1 -1
  55. package/dist/9900.js +1 -1
  56. package/dist/9913.js +1 -1
  57. package/dist/main.js +1 -1
  58. package/dist/openmrs-esm-ward-app.js.buildmanifest.json +166 -166
  59. package/dist/routes.json +1 -1
  60. package/package.json +1 -1
  61. package/src/types/index.ts +11 -0
  62. package/src/utils.ts +15 -0
  63. package/src/ward-view/default-ward/default-ward-view.component.tsx +3 -1
  64. package/src/ward-view/materal-ward/maternal-ward-view.component.tsx +15 -2
  65. package/src/ward-view/ward-view.resource.test.ts +140 -0
  66. package/src/ward-view/ward-view.resource.ts +21 -22
  67. package/src/ward-view-header/ward-metrics.component.tsx +59 -38
  68. package/src/ward-view-header/ward-metrics.test.tsx +17 -17
  69. package/src/ward-view-header/ward-view-header.component.tsx +3 -3
  70. package/translations/am.json +2 -2
  71. package/translations/ar.json +2 -2
  72. package/translations/ar_SY.json +2 -2
  73. package/translations/bn.json +2 -2
  74. package/translations/cs.json +2 -2
  75. package/translations/de.json +2 -2
  76. package/translations/en.json +2 -4
  77. package/translations/en_US.json +2 -2
  78. package/translations/es.json +2 -2
  79. package/translations/es_MX.json +2 -2
  80. package/translations/fr.json +2 -2
  81. package/translations/he.json +2 -2
  82. package/translations/hi.json +2 -2
  83. package/translations/hi_IN.json +2 -2
  84. package/translations/id.json +2 -2
  85. package/translations/it.json +2 -2
  86. package/translations/ka.json +2 -2
  87. package/translations/km.json +2 -2
  88. package/translations/ku.json +2 -2
  89. package/translations/ky.json +2 -2
  90. package/translations/lg.json +2 -2
  91. package/translations/ne.json +2 -2
  92. package/translations/pl.json +2 -2
  93. package/translations/pt.json +2 -2
  94. package/translations/pt_BR.json +2 -2
  95. package/translations/qu.json +2 -2
  96. package/translations/ro_RO.json +2 -2
  97. package/translations/ru_RU.json +2 -2
  98. package/translations/si.json +2 -2
  99. package/translations/sq.json +2 -2
  100. package/translations/sw.json +2 -2
  101. package/translations/sw_KE.json +2 -2
  102. package/translations/tr.json +2 -2
  103. package/translations/tr_TR.json +2 -2
  104. package/translations/uk.json +2 -2
  105. package/translations/uz.json +2 -2
  106. package/translations/uz@Latn.json +2 -2
  107. package/translations/uz_UZ.json +2 -2
  108. package/translations/vi.json +2 -2
  109. package/translations/zh.json +2 -2
  110. package/translations/zh_CN.json +2 -2
  111. package/translations/zh_TW.json +2 -2
  112. package/dist/8610.js +0 -1
  113. package/dist/8610.js.map +0 -1
  114. /package/src/{ward-view-header → ward-view}/ward-metrics.scss +0 -0
@@ -1,7 +1,7 @@
1
1
  Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
2
2
  npx update-browserslist-db@latest
3
3
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
4
- assets by path *.js 3.56 MiB
4
+ assets by path *.js 3.57 MiB
5
5
  assets by chunk 2.55 MiB (id hint: vendors)
6
6
  asset 668.js 2.03 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
7
7
  asset 4439.js 195 KiB [emitted] [minimized] (id hint: vendors) 2 related assets
@@ -21,7 +21,7 @@ runtime modules 42 KiB 28 modules
21
21
  built modules 8.48 MiB (javascript) 294 bytes (share-init) 294 bytes (consume-shared) [built]
22
22
  modules by path ../../node_modules/ 7.38 MiB 488 modules
23
23
  modules by path ./ 1.1 MiB
24
- javascript modules 859 KiB 86 modules
24
+ javascript modules 864 KiB 88 modules
25
25
  optional modules 264 KiB [optional] 42 modules
26
26
  provide-module modules 294 bytes
27
27
  modules by path provide shared module (default) swr/ 126 bytes 3 modules
@@ -36,4 +36,4 @@ This can impact web performance.
36
36
  Assets:
37
37
  668.js (2.03 MiB)
38
38
 
39
- webpack 5.99.9 compiled with 1 warning in 104351 ms
39
+ webpack 5.99.9 compiled with 1 warning in 109375 ms
package/dist/1119.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","capacity":"Capacity","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1119],{41119:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
package/dist/1197.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","capacity":"Capacity","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1197],{81197:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
package/dist/1326.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1326],{61326:(e,t,n)=>{n.r(t),n.d(t,{default:()=>F});var i=n(1343),a=n.n(i),r=n(54440),s=n(83773),u=n(77493),l=n(35487),d=n(18359),o=n(92058),p=n(1248),c=n(37538),m=n(53373),v=n.n(m),A=n(85132),w=n(92182),E=n(7928),P=n(56546),f=n(77),g=n(86901),b=n(80984);const q=function(e){var t=e.wardPatient,n=t.patient,i=t.bed,r=t.inpatientAdmission,s=null!=r?r:{},u=s.encounterAssigningToCurrentInpatientLocation,l=s.firstAdmissionOrTransferEncounter;return a().createElement("div",{className:v()(c.A.wardPatientCardRow,c.A.wardPatientCardHeader)},i?a().createElement(w.A,{bed:i}):null,a().createElement(P.A,{patient:n}),a().createElement(E.A,{id:"patient-identifier",patient:n}),a().createElement(b.A,{patient:n}),a().createElement(A.A,{patient:n}),a().createElement(g.A,{firstAdmissionOrTransferEncounter:l}),a().createElement(f.A,{encounterAssigningToCurrentInpatientLocation:u}))};var R=n(95925);const C=function(e){var t=e.wardPatient,n=t.bed,i=a().createElement(p.A,{wardPatient:t},a().createElement(q,{wardPatient:t}),a().createElement(R.A,{wardPatient:t}),a().createElement(o.A,{id:"pending-items",wardPatient:t}),a().createElement(d.A,{id:"admission-request-note",wardPatient:t}));return n?i:a().createElement("div",{className:c.A.unassignedPatient},a().createElement("div",{key:"unassigned-bed-pt-"+t.patient.uuid},i))},k=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=null!=t?t:{},i=n.bedLayouts,s=n.wardAdmittedPatientsWithBed,d=n.inpatientAdmissionsByPatientUuid,o=null==i?void 0:i.map(function(e){var t=e.patients,n=(0,l.yZ)(e),i=t.map(function(e){var t=null==s?void 0:s.get(e.uuid);if(t){var i=t.patient,a=t.visit,r=t.currentInpatientRequest;return{patient:i,visit:a,bed:n,inpatientAdmission:t,inpatientRequest:r||null}}var u=d.get(e.uuid);return{patient:e,visit:null==u?void 0:u.visit,bed:n,inpatientAdmission:u,inpatientRequest:null}}).map(function(e){return a().createElement(C,{key:e.patient.uuid,wardPatient:e})});return a().createElement(u.A,{key:n.uuid,bed:n,patientCards:i})});return a().createElement(a().Fragment,null,o)};var x=n(72339),y=n(60607),T=n(36110);const _=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=(0,x.useTranslation)().t,i=(null!=t?t:{}).inpatientRequestResponse,s=null!=i?i:{},u=s.inpatientRequests,l=s.isLoading,o=s.error;return l?a().createElement(T.A,null):o?a().createElement(r.ErrorState,{headerTitle:n("admissionRequests","Admission requests"),error:o}):a().createElement(a().Fragment,null,null==u?void 0:u.map(function(e,t){var n={patient:e.patient,visit:e.visit,bed:null,inpatientRequest:e,inpatientAdmission:null};return a().createElement(y.A,{key:"admission-request-card-".concat(t),wardPatient:{patient:e.patient,visit:e.visit,bed:null,inpatientRequest:e,inpatientAdmission:null}},a().createElement(d.A,{id:"admission-request-note",wardPatient:n}))}))},h=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=(null!=t?t:{}).wardUnassignedPatientsList,i=null==n?void 0:n.map(function(e){return a().createElement(C,{wardPatient:{patient:e.patient,visit:e.visit,bed:null,inpatientAdmission:e,inpatientRequest:e.currentInpatientRequest},key:e.patient.uuid})});return a().createElement(a().Fragment,null,i)};var D=n(75546),L=n(18010);const F=function(){var e=(0,s.u)();(0,r.useDefineAppContext)("ward-view-context",{wardPatientGroupDetails:e,WardPatientHeader:q});var t=a().createElement(k,null),n=a().createElement(h,null),i=a().createElement(_,null);return a().createElement(a().Fragment,null,a().createElement(L.A,{wardPendingPatients:i}),a().createElement(D.A,{wardBeds:t,wardUnassignedPatients:n}))}}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[1326],{61326:(e,t,n)=>{n.r(t),n.d(t,{default:()=>G});var i=n(1343),a=n.n(i),r=n(54440),s=n(83773),u=n(77493),l=n(79830),d=n(18359),o=n(92058),c=n(1248),p=n(37538),m=n(53373),v=n.n(m),A=n(85132),w=n(92182),E=n(7928),P=n(56546),f=n(77),g=n(86901),b=n(80984);const q=function(e){var t=e.wardPatient,n=t.patient,i=t.bed,r=t.inpatientAdmission,s=null!=r?r:{},u=s.encounterAssigningToCurrentInpatientLocation,l=s.firstAdmissionOrTransferEncounter;return a().createElement("div",{className:v()(p.A.wardPatientCardRow,p.A.wardPatientCardHeader)},i?a().createElement(w.A,{bed:i}):null,a().createElement(P.A,{patient:n}),a().createElement(E.A,{id:"patient-identifier",patient:n}),a().createElement(b.A,{patient:n}),a().createElement(A.A,{patient:n}),a().createElement(g.A,{firstAdmissionOrTransferEncounter:l}),a().createElement(f.A,{encounterAssigningToCurrentInpatientLocation:u}))};var R=n(95925);const C=function(e){var t=e.wardPatient,n=t.bed,i=a().createElement(c.A,{wardPatient:t},a().createElement(q,{wardPatient:t}),a().createElement(R.A,{wardPatient:t}),a().createElement(o.A,{id:"pending-items",wardPatient:t}),a().createElement(d.A,{id:"admission-request-note",wardPatient:t}));return n?i:a().createElement("div",{className:p.A.unassignedPatient},a().createElement("div",{key:"unassigned-bed-pt-"+t.patient.uuid},i))},k=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=null!=t?t:{},i=n.bedLayouts,s=n.wardAdmittedPatientsWithBed,d=n.inpatientAdmissionsByPatientUuid,o=null==i?void 0:i.map(function(e){var t=e.patients,n=(0,l.yZ)(e),i=t.map(function(e){var t=null==s?void 0:s.get(e.uuid);if(t){var i=t.patient,a=t.visit,r=t.currentInpatientRequest;return{patient:i,visit:a,bed:n,inpatientAdmission:t,inpatientRequest:r||null}}var u=d.get(e.uuid);return{patient:e,visit:null==u?void 0:u.visit,bed:n,inpatientAdmission:u,inpatientRequest:null}}).map(function(e){return a().createElement(C,{key:e.patient.uuid,wardPatient:e})});return a().createElement(u.A,{key:n.uuid,bed:n,patientCards:i})});return a().createElement(a().Fragment,null,o)};var x=n(72339),y=n(60607),T=n(36110);const _=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=(0,x.useTranslation)().t,i=(null!=t?t:{}).inpatientRequestResponse,s=null!=i?i:{},u=s.inpatientRequests,l=s.isLoading,o=s.error;return l?a().createElement(T.A,null):o?a().createElement(r.ErrorState,{headerTitle:n("admissionRequests","Admission requests"),error:o}):a().createElement(a().Fragment,null,null==u?void 0:u.map(function(e,t){var n={patient:e.patient,visit:e.visit,bed:null,inpatientRequest:e,inpatientAdmission:null};return a().createElement(y.A,{key:"admission-request-card-".concat(t),wardPatient:{patient:e.patient,visit:e.visit,bed:null,inpatientRequest:e,inpatientAdmission:null}},a().createElement(d.A,{id:"admission-request-note",wardPatient:n}))}))},h=function(){var e,t=(null!==(e=(0,r.useAppContext)("ward-view-context"))&&void 0!==e?e:{}).wardPatientGroupDetails,n=(null!=t?t:{}).wardUnassignedPatientsList,i=null==n?void 0:n.map(function(e){return a().createElement(C,{wardPatient:{patient:e.patient,visit:e.visit,bed:null,inpatientAdmission:e,inpatientRequest:e.currentInpatientRequest},key:e.patient.uuid})});return a().createElement(a().Fragment,null,i)};var D=n(75546),L=n(97148),F=n(91607);const G=function(){var e=(0,s.u)();(0,r.useDefineAppContext)("ward-view-context",{wardPatientGroupDetails:e,WardPatientHeader:q});var t=a().createElement(k,null),n=a().createElement(F.A,null),i=a().createElement(h,null),u=a().createElement(_,null);return a().createElement(a().Fragment,null,a().createElement(L.A,{wardPendingPatients:u,wardMetrics:n}),a().createElement(D.A,{wardBeds:t,wardUnassignedPatients:i}))}}}]);
package/dist/1326.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"1326.js","mappings":"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","sources":["webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-patient-card-header.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-patient-card.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-beds.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-pending-patients.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-unassigned-patients.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-view.component.tsx"],"names":["wardPatient","patient","bed","inpatientAdmission","encounterAssigningToCurrentInpatientLocation","firstAdmissionOrTransferEncounter","div","className","classNames","styles","wardPatientCardRow","wardPatientCardHeader","WardPatientBedNumber","WardPatientName","WardPatientIdentifier","id","WardPatientGender","WardPatientAge","WardPatientTimeSinceAdmission","WardPatientTimeOnWard","card","WardPatientCard","DefaultWardPatientCardHeader","IncorrectAdmissionWarningRow","PendingItemsRow","AdmissionRequestNoteRow","unassignedPatient","key","uuid","useAppContext","wardPatientGroupDetails","bedLayouts","wardAdmittedPatientsWithBed","inpatientAdmissionsByPatientUuid","wardBeds","map","bedLayout","patients","bedLayoutToBed","patientCards","get","visit","currentInpatientRequest","inpatientRequest","admissionElsewhere","DefaultWardPatientCard","WardBed","useTranslation","t","inpatientRequestResponse","inpatientRequests","isLoading","error","isLoadingInpatientRequests","WardPatientSkeletonText","errorFetchingInpatientRequests","ErrorState","headerTitle","request","i","AdmissionRequestCard","wardUnassignedPatientsList","wardUnassignedPatients","useWardPatientGrouping","useDefineAppContext","WardPatientHeader","DefaultWardBeds","DefaultWardUnassignedPatients","wardPendingPatients","DefaultWardPendingPatients","WardViewHeader","Ward"],"sourceRoot":""}
1
+ {"version":3,"file":"1326.js","mappings":"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","sources":["webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-patient-card-header.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-patient-card.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-beds.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-pending-patients.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-unassigned-patients.component.tsx","webpack://@openmrs/esm-ward-app/./src/ward-view/default-ward/default-ward-view.component.tsx"],"names":["wardPatient","patient","bed","inpatientAdmission","encounterAssigningToCurrentInpatientLocation","firstAdmissionOrTransferEncounter","div","className","classNames","styles","wardPatientCardRow","wardPatientCardHeader","WardPatientBedNumber","WardPatientName","WardPatientIdentifier","id","WardPatientGender","WardPatientAge","WardPatientTimeSinceAdmission","WardPatientTimeOnWard","card","WardPatientCard","DefaultWardPatientCardHeader","IncorrectAdmissionWarningRow","PendingItemsRow","AdmissionRequestNoteRow","unassignedPatient","key","uuid","useAppContext","wardPatientGroupDetails","bedLayouts","wardAdmittedPatientsWithBed","inpatientAdmissionsByPatientUuid","wardBeds","map","bedLayout","patients","bedLayoutToBed","patientCards","get","visit","currentInpatientRequest","inpatientRequest","admissionElsewhere","DefaultWardPatientCard","WardBed","useTranslation","t","inpatientRequestResponse","inpatientRequests","isLoading","error","isLoadingInpatientRequests","WardPatientSkeletonText","errorFetchingInpatientRequests","ErrorState","headerTitle","request","i","AdmissionRequestCard","wardUnassignedPatientsList","wardUnassignedPatients","useWardPatientGrouping","useDefineAppContext","WardPatientHeader","DefaultWardBeds","wardMetrics","WardMetrics","DefaultWardUnassignedPatients","wardPendingPatients","DefaultWardPendingPatients","WardViewHeader","Ward"],"sourceRoot":""}
package/dist/2146.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[2146],{12146:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","capacity":"Capacity","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[2146],{12146:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
package/dist/2690.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[2690],{72690:a=>{a.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Permintaan penerimaan dibatalkan.","admissionRequests":"Permintaan penerimaan","admissionRequestsCount_one":"{{count}} permintaan penerimaan","admissionRequestsCount_other":"{{count}} permintaan penerimaan","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Terima","admitElsewhere":"Terima di tempat lain","admitPatient":"Terima pasien","admittedTo":"Admitted to {{locationName}}","admitting":"Menerima...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Kembali ke hasil pencarian","bedShare":"Berbagi tempat tidur","bedSwap":"Tukar tempat tidur","cancel":"Batal","cancelAdmissionRequest":"Batalkan permintaan penerimaan","capacity":"Kapasitas","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Pilih opsi","clinicalForms":"Formulir klinis","clinicalNoteLabel":"Tulis catatan Anda","clinicalNotes":"Catatan klinis","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} hari","days_other":"{{count}} hari","discharge":"Pulangkan","emptyBed":"Tempat tidur kosong","emptyStateIllustration":"Empty state illustration","emptyText":"Kosong","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Gagal mengubah penugasan tempat tidur pasien","errorConfiguringPatientCard":"Gagal mengonfigurasi kartu pasien","errorConfiguringPatientCardMessage":"Tidak dapat menemukan konfigurasi untuk {{elementType}}, id: {{id}}","errorCreatingEncounter":"Gagal menerima pasien","errorCreatingTransferRequest":"Gagal membuat permintaan transfer","errorDischargingPatient":"Gagal memulangkan pasien","errorLoadingBedDetails":"Gagal memuat detail tempat tidur","errorLoadingChildren":"Gagal memuat info anak","errorLoadingMother":"Gagal memuat info ibu","errorLoadingPatientAdmissionRequests":"Gagal memuat permintaan penerimaan pasien","errorLoadingPatientInfo":"Gagal memuat info pasien","errorLoadingPatients":"Gagal memuat pasien yang diterima","errorLoadingWardLocation":"Gagal memuat lokasi bangsal","female":"Perempuan","fetchingEmrConfigurationFailed":"Gagal mengambil konfigurasi EMR. Coba segarkan halaman atau hubungi administrator sistem.","fetchingPatientNotesFailed":"Gagal mengambil catatan pasien. Coba segarkan halaman atau hubungi administrator sistem.","freeBeds":"Tempat tidur tersedia","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} jam","hours_other":"{{count}} jam","inpatientNotesWorkspaceTitle":"Catatan rawat inap","invalidLocationSpecified":"Lokasi tidak valid","invalidWardLocation":"Lokasi bangsal tidak valid: {{location}}","labelColon":"{{label}}:","male":"Laki-laki","manage":"Kelola","minutes_one":"{{count}} menit","minutes_other":"{{count}} menit","motherChildBedShare":"Ibu / Anak","nextPage":"Halaman berikutnya","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"Tidak ada tempat tidur","noBedsConfigured":"Tidak ada tempat tidur yang dikonfigurasi untuk lokasi ini","noBedsConfiguredForLocation":"Tidak ada tempat tidur yang dikonfigurasi untuk lokasi {{location}}","noLocationsFound":"Tidak ada lokasi yang ditemukan","noPendingAdmissionRequests":"No pending admission requests","note":"Catatan","notes":"Catatan","notesRequiredForCancellingRequest":"Catatan diperlukan untuk membatalkan permintaan penerimaan atau transfer","orderBasket":"Order basket","Orders":"Perintah","other":"Lainnya","Patient":"patient","patientAdmittedButBedNotAssigned":"Pasien berhasil diterima tetapi gagal menetapkan tempat tidur","patientAdmittedSuccessfully":"Pasien berhasil diterima","patientAdmittedSuccessfullySubtitle":"{{patientName}} telah berhasil diterima dan ditetapkan ke tempat tidur {{bedNumber}}","patientAdmittedWoBed":"Pasien berhasil diterima di {{location}}","patientAlreadyAdmittedToCurrentLocation":"Pasien sudah diterima di lokasi saat ini","patientAssignedNewBed":"Pasien ditetapkan ke tempat tidur baru","patientAssignedNewBedDetail":"{{patientName}} ditetapkan ke tempat tidur {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Pasien saat ini diterima di {{wardLocation}}","patientCurrentlyNotAdmitted":"Pasien saat ini tidak diterima","patienthasNoActiveVisit":"Pasien tidak memiliki kunjungan aktif","patientHasPendingAdmissionRequest":"Pasien sudah memiliki permintaan penerimaan tertunda ke lokasi {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"Sekarang seharusnya terlihat di riwayat catatan","patientNoteSaveError":"Gagal menyimpan catatan pasien","patientNotesDidntLoad":"Catatan pasien tidak dimuat","patients":"Pasien","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Permintaan transfer pasien dibuat","patientUnassignedFromBed":"Pasien tidak ditetapkan ke tempat tidur","patientUnassignedFromBedDetail":"{{patientName}} sekarang tidak ditetapkan ke tempat tidur","patientWasDischarged":"Pasien telah dipulangkan","pendingAdmissions":"Pending admissions","pendingDischarge":"Menunggu pemulangan","pendingOut":"Menunggu keluar","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Menunggu transfer","pleaseSelectBed":"Silakan pilih tempat tidur","pleaseSelectTransferLocation":"Silakan pilih lokasi transfer","pleaseSelectTransferType":"Silakan pilih jenis transfer","previousPage":"Halaman sebelumnya","proceedWithPatientDischarge":"Lanjutkan dengan pemulangan pasien","save":"Simpan","saving":"Menyimpan...","searchLocations":"Cari lokasi","seconds_one":"{{count}} detik","seconds_other":"{{count}} detik","selectABed":"Pilih tempat tidur","selectALocation":"Pilih lokasi","showingLocations_one":"{{start}}-{{end}} dari {{count}} lokasi","showingLocations_other":"{{start}}-{{end}} dari {{count}} lokasi","somePartsOfTheFormDidntLoad":"Beberapa bagian formulir tidak dimuat","timeOnWard":"Waktu di bangsal ini: {{timeOnWard}}","timeSinceAdmission":"Diterima: {{timeSinceAdmission}}","transfer":"Transfer","transferElsewhere":"Transfer ke tempat lain","transferPatient":"Transfer pasien","transfers":"Transfer","transferToDispositionLocation":"Transfer ke {{location}}","transferType":"Jenis transfer","typeOfTransfer":"Jenis transfer","unknown":"Tidak diketahui","unknownError":"An unknown error occurred","visitNoteSaved":"Catatan kunjungan disimpan","wardClinicalNotePlaceholder":"Tulis catatan di sini","wardPatient":"Ward patient","wards":"Bangsal"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[2690],{72690:a=>{a.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Permintaan penerimaan dibatalkan.","admissionRequests":"Permintaan penerimaan","admissionRequestsCount_one":"{{count}} permintaan penerimaan","admissionRequestsCount_other":"{{count}} permintaan penerimaan","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Terima","admitElsewhere":"Terima di tempat lain","admitPatient":"Terima pasien","admittedTo":"Admitted to {{locationName}}","admitting":"Menerima...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Kembali ke hasil pencarian","bedShare":"Berbagi tempat tidur","bedSwap":"Tukar tempat tidur","cancel":"Batal","cancelAdmissionRequest":"Batalkan permintaan penerimaan","chooseAnOption":"Pilih opsi","clinicalForms":"Formulir klinis","clinicalNoteLabel":"Tulis catatan Anda","clinicalNotes":"Catatan klinis","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} hari","days_other":"{{count}} hari","discharge":"Pulangkan","emptyBed":"Tempat tidur kosong","emptyStateIllustration":"Empty state illustration","emptyText":"Kosong","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Gagal mengubah penugasan tempat tidur pasien","errorConfiguringPatientCard":"Gagal mengonfigurasi kartu pasien","errorConfiguringPatientCardMessage":"Tidak dapat menemukan konfigurasi untuk {{elementType}}, id: {{id}}","errorCreatingEncounter":"Gagal menerima pasien","errorCreatingTransferRequest":"Gagal membuat permintaan transfer","errorDischargingPatient":"Gagal memulangkan pasien","errorLoadingBedDetails":"Gagal memuat detail tempat tidur","errorLoadingChildren":"Gagal memuat info anak","errorLoadingMother":"Gagal memuat info ibu","errorLoadingPatientAdmissionRequests":"Gagal memuat permintaan penerimaan pasien","errorLoadingPatientInfo":"Gagal memuat info pasien","errorLoadingPatients":"Gagal memuat pasien yang diterima","errorLoadingWardLocation":"Gagal memuat lokasi bangsal","female":"Perempuan","fetchingEmrConfigurationFailed":"Gagal mengambil konfigurasi EMR. Coba segarkan halaman atau hubungi administrator sistem.","fetchingPatientNotesFailed":"Gagal mengambil catatan pasien. Coba segarkan halaman atau hubungi administrator sistem.","freeBeds":"Tempat tidur tersedia","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} jam","hours_other":"{{count}} jam","inpatientNotesWorkspaceTitle":"Catatan rawat inap","invalidLocationSpecified":"Lokasi tidak valid","invalidWardLocation":"Lokasi bangsal tidak valid: {{location}}","labelColon":"{{label}}:","male":"Laki-laki","manage":"Kelola","minutes_one":"{{count}} menit","minutes_other":"{{count}} menit","motherChildBedShare":"Ibu / Anak","nextPage":"Halaman berikutnya","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"Tidak ada tempat tidur","noBedsConfigured":"Tidak ada tempat tidur yang dikonfigurasi untuk lokasi ini","noBedsConfiguredForLocation":"Tidak ada tempat tidur yang dikonfigurasi untuk lokasi {{location}}","noLocationsFound":"Tidak ada lokasi yang ditemukan","noPendingAdmissionRequests":"No pending admission requests","note":"Catatan","notes":"Catatan","notesRequiredForCancellingRequest":"Catatan diperlukan untuk membatalkan permintaan penerimaan atau transfer","orderBasket":"Order basket","Orders":"Perintah","other":"Lainnya","Patient":"patient","patientAdmittedButBedNotAssigned":"Pasien berhasil diterima tetapi gagal menetapkan tempat tidur","patientAdmittedSuccessfully":"Pasien berhasil diterima","patientAdmittedSuccessfullySubtitle":"{{patientName}} telah berhasil diterima dan ditetapkan ke tempat tidur {{bedNumber}}","patientAdmittedWoBed":"Pasien berhasil diterima di {{location}}","patientAlreadyAdmittedToCurrentLocation":"Pasien sudah diterima di lokasi saat ini","patientAssignedNewBed":"Pasien ditetapkan ke tempat tidur baru","patientAssignedNewBedDetail":"{{patientName}} ditetapkan ke tempat tidur {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Pasien saat ini diterima di {{wardLocation}}","patientCurrentlyNotAdmitted":"Pasien saat ini tidak diterima","patienthasNoActiveVisit":"Pasien tidak memiliki kunjungan aktif","patientHasPendingAdmissionRequest":"Pasien sudah memiliki permintaan penerimaan tertunda ke lokasi {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"Sekarang seharusnya terlihat di riwayat catatan","patientNoteSaveError":"Gagal menyimpan catatan pasien","patientNotesDidntLoad":"Catatan pasien tidak dimuat","patients":"Pasien","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Permintaan transfer pasien dibuat","patientUnassignedFromBed":"Pasien tidak ditetapkan ke tempat tidur","patientUnassignedFromBedDetail":"{{patientName}} sekarang tidak ditetapkan ke tempat tidur","patientWasDischarged":"Pasien telah dipulangkan","pendingAdmissions":"Pending admissions","pendingDischarge":"Menunggu pemulangan","pendingOut":"Menunggu keluar","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Menunggu transfer","pleaseSelectBed":"Silakan pilih tempat tidur","pleaseSelectTransferLocation":"Silakan pilih lokasi transfer","pleaseSelectTransferType":"Silakan pilih jenis transfer","previousPage":"Halaman sebelumnya","proceedWithPatientDischarge":"Lanjutkan dengan pemulangan pasien","save":"Simpan","saving":"Menyimpan...","searchLocations":"Cari lokasi","seconds_one":"{{count}} detik","seconds_other":"{{count}} detik","selectABed":"Pilih tempat tidur","selectALocation":"Pilih lokasi","showingLocations_one":"{{start}}-{{end}} dari {{count}} lokasi","showingLocations_other":"{{start}}-{{end}} dari {{count}} lokasi","somePartsOfTheFormDidntLoad":"Beberapa bagian formulir tidak dimuat","timeOnWard":"Waktu di bangsal ini: {{timeOnWard}}","timeSinceAdmission":"Diterima: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transfer","transferElsewhere":"Transfer ke tempat lain","transferPatient":"Transfer pasien","transfers":"Transfer","transferToDispositionLocation":"Transfer ke {{location}}","transferType":"Jenis transfer","typeOfTransfer":"Jenis transfer","unknown":"Tidak diketahui","unknownError":"An unknown error occurred","visitNoteSaved":"Catatan kunjungan disimpan","wardClinicalNotePlaceholder":"Tulis catatan di sini","wardPatient":"Ward patient","wards":"Bangsal"}')}}]);
package/dist/3099.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[3099],{93099:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Solicitud de admisión cancelada.","admissionRequests":"Solicitudes de admisión","admissionRequestsCount_one":"{{count}} solicitud de admisión","admissionRequestsCount_other":"{{count}} solicitudes de admisión","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admitir","admitElsewhere":"Admitir en otro lugar","admitPatient":"Admitir paciente","admittedTo":"Admitted to {{locationName}}","admitting":"Admitiendo...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Regresar a los resultados de búsqueda","bedShare":"Cama compartida","bedSwap":"Cambio de cama","cancel":"Cancelar","cancelAdmissionRequest":"Cancelar solicitud de admisión","capacity":"Capacidad","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Elegir una opción","clinicalForms":"Formularios clínicos","clinicalNoteLabel":"Escribe tus notas","clinicalNotes":"Notas clínicas","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Alta","emptyBed":"Cama vacía","emptyStateIllustration":"Empty state illustration","emptyText":"Vacío","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error al cambiar asignación de la cama del paciente","errorConfiguringPatientCard":"Error al configurar la tarjeta del paciente","errorConfiguringPatientCardMessage":"No se pudo encontrar la configuración para {{elementType}}, id: {{id}}","errorCreatingEncounter":"Error al admitir al paciente","errorCreatingTransferRequest":"Error al crear solicitud de transferencia","errorDischargingPatient":"Error al dar de alta al paciente","errorLoadingBedDetails":"Error al cargar detalles de la cama","errorLoadingChildren":"Error al cargar información de los hijos","errorLoadingMother":"Error al cargar información de la madre","errorLoadingPatientAdmissionRequests":"Error al cargar soilcitudes de admisión de pacientes","errorLoadingPatientInfo":"Error al cargar información del paciente","errorLoadingPatients":"Error al cargar pacientes admitidos","errorLoadingWardLocation":"Error al cargar la ubicación de la sala","female":"Femenino","fetchingEmrConfigurationFailed":"Error al obtener la configuración de EMR. Intente refrescar la página o contacte al administrador de su sistema.","fetchingPatientNotesFailed":"Error al obtener las notas del paciente. Intente refrescar la página o contacte al administrador de su sistema.","freeBeds":"Camas libres","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"Notas de pacientes hospitalizados","invalidLocationSpecified":"Ubicación especificada inválida","invalidWardLocation":"Ubicación de sala inválida {{location}}","labelColon":"{{label}}:","male":"Masculino","manage":"Administrar","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Madre / Hijo","nextPage":"Siguiente página","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"Sin cama","noBedsConfigured":"No hay camas configuradas para esta ubicación","noBedsConfiguredForLocation":"No hay camas configuradas para la ubicación {{location}}","noLocationsFound":"No se encontraron ubicaciones","noPendingAdmissionRequests":"No pending admission requests","note":"Nota","notes":"Notas","notesRequiredForCancellingRequest":"Se requieren notas para cancelar la solicitud de admisión o transferencia","orderBasket":"Order basket","Orders":"Órdenes","other":"Otros","Patient":"patient","patientAdmittedButBedNotAssigned":"Paciente admitido con éxito, pero no se pudo asignar una cama","patientAdmittedSuccessfully":"Paciente admitido con éxito","patientAdmittedSuccessfullySubtitle":"{{patientName}} ha sido admitido con éxito y asignado a la cama {{bedNumber}}","patientAdmittedWoBed":"Paciente admitido con éxito en {{location}}","patientAlreadyAdmittedToCurrentLocation":"El paciente ya ha sido admitido en la ubicación actual","patientAssignedNewBed":"Paciente asignado a nueva cama","patientAssignedNewBedDetail":"{{patientName}} asignado/a a la cama {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Paciente actualmente admitido en {{wardLocation}}","patientCurrentlyNotAdmitted":"Paciente actualmente no admitido","patienthasNoActiveVisit":"Paciente no tiene visitas activas","patientHasPendingAdmissionRequest":"Paciente ya tiene un pedido de admisión pendiente en ubicación {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"Ahora debería ser visible en el historial de notas","patientNoteSaveError":"Error al guardar la nota del paciente","patientNotesDidntLoad":"Las notas del paciente no cargaron","patients":"Pacientes","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Solicitud de trasferencia de paciente creada","patientUnassignedFromBed":"Paciente desasignado de la cama","patientUnassignedFromBedDetail":"{{patientName}} ahora está desasignado/a de la cama","patientWasDischarged":"Paciente dado de alta","pendingAdmissions":"Pending admissions","pendingDischarge":"Alta pendiente","pendingOut":"Salida pendiente","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Transferencia pendiente","pleaseSelectBed":"Por favor, seleccione una cama","pleaseSelectTransferLocation":"Por favor, seleccione una ubicación de transferencia","pleaseSelectTransferType":"Por favor, seleccione un tipo de transferencia","previousPage":"Página anterior","proceedWithPatientDischarge":"Proceder con el alta del paciente","save":"Guardar","saving":"Guardando...","searchLocations":"Buscar ubicaciones","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Seleccione una cama","selectALocation":"Seleccione una ubicación","showingLocations_one":"{{start}}-{{end}} de {{count}} ubicaciones","showingLocations_other":"{{start}}-{{end}} de {{count}} ubicaciones","somePartsOfTheFormDidntLoad":"Algunas partes del formulario no cargaron","timeOnWard":"Tiempo en esta unidad: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","transfer":"Transferir","transferElsewhere":"Transferir a otro lado","transferPatient":"Transferir paciente","transfers":"Transferencias","transferToDispositionLocation":"Transferir a {{location}}","transferType":"Tipo de transferencia","typeOfTransfer":"Tipo de transferencia","unknown":"Desconocido","unknownError":"An unknown error occurred","visitNoteSaved":"Nota del paciente guardada","wardClinicalNotePlaceholder":"Escriba cualquier nota aquí","wardPatient":"Ward patient","wards":"Unidades"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[3099],{93099:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Solicitud de admisión cancelada.","admissionRequests":"Solicitudes de admisión","admissionRequestsCount_one":"{{count}} solicitud de admisión","admissionRequestsCount_other":"{{count}} solicitudes de admisión","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admitir","admitElsewhere":"Admitir en otro lugar","admitPatient":"Admitir paciente","admittedTo":"Admitted to {{locationName}}","admitting":"Admitiendo...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Regresar a los resultados de búsqueda","bedShare":"Cama compartida","bedSwap":"Cambio de cama","cancel":"Cancelar","cancelAdmissionRequest":"Cancelar solicitud de admisión","chooseAnOption":"Elegir una opción","clinicalForms":"Formularios clínicos","clinicalNoteLabel":"Escribe tus notas","clinicalNotes":"Notas clínicas","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Alta","emptyBed":"Cama vacía","emptyStateIllustration":"Empty state illustration","emptyText":"Vacío","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error al cambiar asignación de la cama del paciente","errorConfiguringPatientCard":"Error al configurar la tarjeta del paciente","errorConfiguringPatientCardMessage":"No se pudo encontrar la configuración para {{elementType}}, id: {{id}}","errorCreatingEncounter":"Error al admitir al paciente","errorCreatingTransferRequest":"Error al crear solicitud de transferencia","errorDischargingPatient":"Error al dar de alta al paciente","errorLoadingBedDetails":"Error al cargar detalles de la cama","errorLoadingChildren":"Error al cargar información de los hijos","errorLoadingMother":"Error al cargar información de la madre","errorLoadingPatientAdmissionRequests":"Error al cargar soilcitudes de admisión de pacientes","errorLoadingPatientInfo":"Error al cargar información del paciente","errorLoadingPatients":"Error al cargar pacientes admitidos","errorLoadingWardLocation":"Error al cargar la ubicación de la sala","female":"Femenino","fetchingEmrConfigurationFailed":"Error al obtener la configuración de EMR. Intente refrescar la página o contacte al administrador de su sistema.","fetchingPatientNotesFailed":"Error al obtener las notas del paciente. Intente refrescar la página o contacte al administrador de su sistema.","freeBeds":"Camas libres","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"Notas de pacientes hospitalizados","invalidLocationSpecified":"Ubicación especificada inválida","invalidWardLocation":"Ubicación de sala inválida {{location}}","labelColon":"{{label}}:","male":"Masculino","manage":"Administrar","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Madre / Hijo","nextPage":"Siguiente página","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"Sin cama","noBedsConfigured":"No hay camas configuradas para esta ubicación","noBedsConfiguredForLocation":"No hay camas configuradas para la ubicación {{location}}","noLocationsFound":"No se encontraron ubicaciones","noPendingAdmissionRequests":"No pending admission requests","note":"Nota","notes":"Notas","notesRequiredForCancellingRequest":"Se requieren notas para cancelar la solicitud de admisión o transferencia","orderBasket":"Order basket","Orders":"Órdenes","other":"Otros","Patient":"patient","patientAdmittedButBedNotAssigned":"Paciente admitido con éxito, pero no se pudo asignar una cama","patientAdmittedSuccessfully":"Paciente admitido con éxito","patientAdmittedSuccessfullySubtitle":"{{patientName}} ha sido admitido con éxito y asignado a la cama {{bedNumber}}","patientAdmittedWoBed":"Paciente admitido con éxito en {{location}}","patientAlreadyAdmittedToCurrentLocation":"El paciente ya ha sido admitido en la ubicación actual","patientAssignedNewBed":"Paciente asignado a nueva cama","patientAssignedNewBedDetail":"{{patientName}} asignado/a a la cama {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Paciente actualmente admitido en {{wardLocation}}","patientCurrentlyNotAdmitted":"Paciente actualmente no admitido","patienthasNoActiveVisit":"Paciente no tiene visitas activas","patientHasPendingAdmissionRequest":"Paciente ya tiene un pedido de admisión pendiente en ubicación {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"Ahora debería ser visible en el historial de notas","patientNoteSaveError":"Error al guardar la nota del paciente","patientNotesDidntLoad":"Las notas del paciente no cargaron","patients":"Pacientes","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Solicitud de trasferencia de paciente creada","patientUnassignedFromBed":"Paciente desasignado de la cama","patientUnassignedFromBedDetail":"{{patientName}} ahora está desasignado/a de la cama","patientWasDischarged":"Paciente dado de alta","pendingAdmissions":"Pending admissions","pendingDischarge":"Alta pendiente","pendingOut":"Salida pendiente","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Transferencia pendiente","pleaseSelectBed":"Por favor, seleccione una cama","pleaseSelectTransferLocation":"Por favor, seleccione una ubicación de transferencia","pleaseSelectTransferType":"Por favor, seleccione un tipo de transferencia","previousPage":"Página anterior","proceedWithPatientDischarge":"Proceder con el alta del paciente","save":"Guardar","saving":"Guardando...","searchLocations":"Buscar ubicaciones","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Seleccione una cama","selectALocation":"Seleccione una ubicación","showingLocations_one":"{{start}}-{{end}} de {{count}} ubicaciones","showingLocations_other":"{{start}}-{{end}} de {{count}} ubicaciones","somePartsOfTheFormDidntLoad":"Algunas partes del formulario no cargaron","timeOnWard":"Tiempo en esta unidad: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transferir","transferElsewhere":"Transferir a otro lado","transferPatient":"Transferir paciente","transfers":"Transferencias","transferToDispositionLocation":"Transferir a {{location}}","transferType":"Tipo de transferencia","typeOfTransfer":"Tipo de transferencia","unknown":"Desconocido","unknownError":"An unknown error occurred","visitNoteSaved":"Nota del paciente guardada","wardClinicalNotePlaceholder":"Escriba cualquier nota aquí","wardPatient":"Ward patient","wards":"Unidades"}')}}]);
package/dist/3584.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[3584],{43584:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","capacity":"Capacity","capacityMetricValue":"{{ metricValue }} %","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_ward_app=globalThis.webpackChunk_openmrs_esm_ward_app||[]).push([[3584],{43584:e=>{e.exports=JSON.parse('{"addPatientToWard":"Add patient to ward","admissionRequestCancelled":"Admission request cancelled.","admissionRequests":"Admission requests","admissionRequestsCount_one":"{{count}} admission request","admissionRequestsCount_other":"{{count}} admission requests","admissionRequestsEmptyHelperText":"Admission requests from other departments will appear here when patients are referred to this ward. You can also directly admit patients using the button below.","admit":"Admit","admitElsewhere":"Admit elsewhere","admitPatient":"Admit patient","admittedTo":"Admitted to {{locationName}}","admitting":"Admitting...","alsoSwap":"Also swap:","alsoTransfer":"Also transfer:","backToSearchResults":"Back to search results","bedShare":"Bed share","bedSwap":"Bed swap","cancel":"Cancel","cancelAdmissionRequest":"Cancel admission request","chooseAnOption":"Choose an option","clinicalForms":"Clinical forms","clinicalNoteLabel":"Write your notes","clinicalNotes":"Clinical notes","countItems_one":"{{count}} {{item}}","countItems_other":"{{count}} {{item}}","days_one":"{{count}} day","days_other":"{{count}} days","discharge":"Discharge","emptyBed":"Empty bed","emptyStateIllustration":"Empty state illustration","emptyText":"Empty","encounterDisplay":"{{encounterType}} {{encounterDate}}","errorCancellingAdmissionRequest":"Error cancelling admission request","errorChangingPatientBedAssignment":"Error changing patient bed assignment","errorConfiguringPatientCard":"Error configuring patient card","errorConfiguringPatientCardMessage":"Unable to find configuration for {{elementType}}, id: {{id}}","errorCreatingEncounter":"Failed to admit patient","errorCreatingTransferRequest":"Error creating transfer request","errorDischargingPatient":"Error discharging patient","errorLoadingBedDetails":"Error loading bed details","errorLoadingChildren":"Error loading children info","errorLoadingMother":"Error loading mother info","errorLoadingPatientAdmissionRequests":"Error loading patient admission requests","errorLoadingPatientInfo":"Error loading patient info","errorLoadingPatients":"Error loading admitted patients","errorLoadingWardLocation":"Error loading ward location","female":"Female","fetchingEmrConfigurationFailed":"Fetching EMR configuration failed. Try refreshing the page or contact your system administrator.","fetchingPatientNotesFailed":"Fetching patient notes failed. Try refreshing the page or contact your system administrator.","freeBeds":"Free beds","freeBedsMetricValue":"{{ metricValue }}","hours_one":"{{count}} hour","hours_other":"{{count}} hours","inpatientNotesWorkspaceTitle":"In-patient notes","invalidLocationSpecified":"Invalid location specified","invalidWardLocation":"Invalid ward location: {{location}}","labelColon":"{{label}}:","male":"Male","manage":"Manage","minutes_one":"{{count}} minutes","minutes_other":"{{count}} minutes","motherChildBedShare":"Mother / Child","nextPage":"Next page","noActiveVisit":"No active visit","noAdmission":"No admission found","noBed":"No bed","noBedsConfigured":"No beds configured for this location","noBedsConfiguredForLocation":"No beds configured for {{location}} location","noLocationsFound":"No locations found","noPendingAdmissionRequests":"No pending admission requests","note":"Note","notes":"Notes","notesRequiredForCancellingRequest":"Notes required for cancelling admission or transfer request","orderBasket":"Order basket","Orders":"Orders","other":"Other","Patient":"patient","patientAdmittedButBedNotAssigned":"Patient admitted successfully but fail to assign bed to patient","patientAdmittedSuccessfully":"Patient admitted successfully","patientAdmittedSuccessfullySubtitle":"{{patientName}} has been successfully admitted and assigned to bed {{bedNumber}}","patientAdmittedWoBed":"Patient admitted successfully to {{location}}","patientAlreadyAdmittedToCurrentLocation":"Patient already admitted to current location","patientAssignedNewBed":"Patient assigned to new bed","patientAssignedNewBedDetail":"{{patientName}} assigned to bed {{bedNumber}}","patientCurrentlyAdmittedToWardLocation":"Patient currently admitted to {{wardLocation}}","patientCurrentlyNotAdmitted":"Patient currently not admitted","patienthasNoActiveVisit":"Patient has no active visit","patientHasPendingAdmissionRequest":"Patient already has a pending admission request to location {{location}}","PatientNote":"Patient Note","patientNoteNowVisible":"It should be now visible in the notes history","patientNoteSaveError":"Error saving patient note","patientNotesDidntLoad":"Patient notes didn\'t load","patients":"Patients","patientsMetricValue":"{{ metricValue }}","patientTransferRequestCreated":"Patient transfer request created","patientUnassignedFromBed":"Patient unassigned from bed","patientUnassignedFromBedDetail":"{{patientName}} is now unassigned from bed","patientWasDischarged":"Patient was discharged","pendingAdmissions":"Pending admissions","pendingDischarge":"Pending Discharge","pendingOut":"Pending out","pendingOutMetricValue":"{{ metricValue }}","pendingTransfer":"Pending Transfer","pleaseSelectBed":"Please select a bed","pleaseSelectTransferLocation":"Please select transfer location","pleaseSelectTransferType":"Please select transfer type","previousPage":"Previous page","proceedWithPatientDischarge":"Proceed with patient discharge","save":"Save","saving":"Saving...","searchLocations":"Search locations","seconds_one":"{{count}} second","seconds_other":"{{count}} seconds","selectABed":"Select a bed","selectALocation":"Select a location","showingLocations_one":"{{start}}-{{end}} of {{count}} locations","showingLocations_other":"{{start}}-{{end}} of {{count}} locations","somePartsOfTheFormDidntLoad":"Some parts of the form didn\'t load","timeOnWard":"Time on this ward: {{timeOnWard}}","timeSinceAdmission":"Admitted: {{timeSinceAdmission}}","totalBeds":"Total beds","totalBedsMetricValue":"{{ metricValue }}","transfer":"Transfer","transferElsewhere":"Transfer elsewhere","transferPatient":"Transfer patient","transfers":"Transfers","transferToDispositionLocation":"Transfer to {{location}}","transferType":"Transfer type","typeOfTransfer":"Type of transfer","unknown":"Unknown","unknownError":"An unknown error occurred","visitNoteSaved":"Patient note saved","wardClinicalNotePlaceholder":"Write any notes here","wardPatient":"Ward patient","wards":"Wards"}')}}]);