@openmrs/esm-patient-chart-app 11.3.1-pre.9294 → 11.3.1-pre.9304
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.
- package/.turbo/turbo-build.log +9 -9
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/276.js +1 -1
- package/dist/276.js.map +1 -1
- package/dist/2761.js +1 -1
- package/dist/2761.js.map +1 -1
- package/dist/2859.js +1 -1
- package/dist/2859.js.map +1 -1
- package/dist/3099.js +1 -1
- package/dist/3119.js +1 -1
- package/dist/3119.js.map +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4727.js +1 -1
- package/dist/4727.js.map +1 -1
- package/dist/4944.js +1 -1
- package/dist/5048.js +1 -1
- package/dist/5048.js.map +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6568.js +1 -0
- package/dist/6568.js.map +1 -0
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8260.js +1 -0
- package/dist/8260.js.map +1 -0
- package/dist/8349.js +1 -1
- package/dist/8454.js +1 -1
- package/dist/8454.js.map +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9329.js +1 -0
- package/dist/9329.js.map +1 -0
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-chart-app.js +1 -1
- package/dist/openmrs-esm-patient-chart-app.js.buildmanifest.json +214 -214
- package/dist/openmrs-esm-patient-chart-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +2 -2
- package/src/actions-buttons/delete-visit.component.tsx +8 -3
- package/src/actions-buttons/stop-visit.component.tsx +1 -1
- package/src/clinical-views/encounter-list/{encounter-list-tabs.component.tsx → encounter-list-tabs.extension.tsx} +10 -6
- package/src/index.ts +4 -4
- package/src/mark-patient-deceased/mark-patient-deceased-form.test.tsx +2 -0
- package/src/patient-banner-tags/{visit-attribute-tags.component.tsx → visit-attribute-tags.extension.tsx} +6 -4
- package/src/patient-chart/patient-chart.component.tsx +39 -65
- package/src/patient-chart/patient-chart.resources.ts +108 -0
- package/src/visit/hooks/useDeleteVisit.test.tsx +39 -42
- package/src/visit/hooks/useDeleteVisit.tsx +33 -17
- package/src/visit/visit-form/visit-form.test.tsx +3 -9
- package/src/visit/visit-form/visit-form.workspace.tsx +17 -7
- package/src/visit/visit-prompt/delete-visit-dialog.component.tsx +10 -4
- package/src/visit/visit-prompt/delete-visit-dialog.test.tsx +20 -2
- package/src/visit/visit-prompt/end-visit-dialog.component.tsx +7 -1
- package/src/visit/visit-prompt/end-visit-dialog.test.tsx +19 -0
- package/src/visit/visits-widget/active-visit-buttons/active-visit-buttons.tsx +7 -6
- package/src/visit/visits-widget/{current-visit-summary.component.tsx → current-visit-summary.extension.tsx} +13 -20
- package/src/visit/visits-widget/current-visit-summary.test.tsx +45 -25
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.component.tsx +4 -3
- package/src/visit/visits-widget/past-visits-components/encounters-table/encounters-table.resource.ts +0 -1
- package/src/visit/visits-widget/visit-context/retrospective-data-date-time-picker/retrospective-date-time-picker.component.tsx +6 -8
- package/src/visit/visits-widget/visit-context/{visit-context-header.component.tsx → visit-context-header.extension.tsx} +17 -15
- package/src/visit/visits-widget/visit-context/visit-context-header.test.tsx +35 -29
- package/src/visit/visits-widget/visit-context/visit-context-switcher.modal.tsx +13 -11
- package/src/visit/visits-widget/visit-context/visit-context-switcher.test.tsx +50 -30
- package/src/visit/visits-widget/visit.resource.tsx +1 -1
- package/translations/am.json +1 -3
- package/translations/ar.json +1 -3
- package/translations/ar_SY.json +1 -3
- package/translations/bn.json +1 -3
- package/translations/de.json +1 -3
- package/translations/en.json +1 -3
- package/translations/en_US.json +1 -3
- package/translations/es.json +1 -3
- package/translations/es_MX.json +1 -3
- package/translations/fr.json +1 -3
- package/translations/he.json +1 -3
- package/translations/hi.json +1 -3
- package/translations/hi_IN.json +1 -3
- package/translations/id.json +1 -3
- package/translations/it.json +1 -3
- package/translations/ka.json +1 -3
- package/translations/km.json +1 -3
- package/translations/ku.json +1 -3
- package/translations/ky.json +1 -3
- package/translations/lg.json +1 -3
- package/translations/ne.json +1 -3
- package/translations/pl.json +1 -3
- package/translations/pt.json +1 -3
- package/translations/pt_BR.json +1 -3
- package/translations/qu.json +1 -3
- package/translations/ro_RO.json +1 -3
- package/translations/ru_RU.json +1 -3
- package/translations/si.json +1 -3
- package/translations/sw.json +1 -3
- package/translations/sw_KE.json +1 -3
- package/translations/tr.json +1 -3
- package/translations/tr_TR.json +1 -3
- package/translations/uk.json +1 -3
- package/translations/uz.json +1 -3
- package/translations/uz@Latn.json +1 -3
- package/translations/uz_UZ.json +1 -3
- package/translations/vi.json +1 -3
- package/translations/zh.json +1 -3
- package/translations/zh_CN.json +1 -3
- package/dist/2442.js +0 -1
- package/dist/2442.js.map +0 -1
- package/dist/3042.js +0 -1
- package/dist/3042.js.map +0 -1
- package/dist/4713.js +0 -1
- package/dist/4713.js.map +0 -1
package/dist/723.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[723],{60723:e=>{e.exports=JSON.parse('{"actions":"Actions","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[723],{60723:e=>{e.exports=JSON.parse('{"actions":"Actions","activeVisits__lower":"active visits","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","fieldRequired":"This field is required","filterByEncounterType":"Filter by encounter type","form":"Form name","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"Indication","inThePast":"In the past","loading":"Loading","markAliveSuccessfully":"Patient marked alive successfully","markDeceasedWarning":"Marking the patient as deceased will end any active visits for this patient","markPatientAlive":"Mark patient alive","markPatientAliveConfirmation":"Are you sure you want to mark this patient alive?","markPatientDeceased":"Mark patient deceased","medications":"Medications","medications__lower":"medications","missingVisitType":"Missing visit type","modifyVisitDate":"Modify visit date","new":"New","nextPage":"Next page","no":"No","noActiveVisit":"No Active Visit","noActiveVisitNoRDEText":"You can\'t add data to the patient chart without an active visit. Would you like to start a new visit?","noDiagnosesFound":"No diagnoses found","noEncountersToDisplay":"No encounters to display","noMatchingCodedCausesOfDeath":"No matching coded causes of death","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Please enter the non-coded cause of death","noObservationsFound":"No observations found","noProvider":"No provider","notes":"Notes","notes__lower":"notes","noVisitsToDisplay":"No visits to display","noVisitTypesToDisplay":"No visit types to display","offlineVisit":"Offline Visit","On scheduled date":"On scheduled date","ongoing":"Ongoing","optional":"optional","orderDurationAndUnit":"for {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Indefinite duration","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} item","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} items","paginationPageText_one":"of {{count}} page","paginationPageText_other":"of {{count}} pages","partOfFormDidntLoad":"Part of the form did not load","pastVisits":"Past visits","Patient Summary":"Patient summary","PM":"PM","previousPage":"Previous page","program":"Program","provider":"Provider","quantity":"Quantity","recommended":"Recommended","record":"Record","refills":"Refills","refreshToTryAgain":"Please refresh to try again","required":"Required","Routine":"Routine","saveAndClose":"Save and close","saving":"Saving","searchForAVisitType":"Search for a visit type","searchForCauseOfDeath":"Search for a cause of death","seeAll":"See all","selectAnOption":"Select an option","selectAVisit":"Select a visit","selectLocation":"Select a location","selectProgramType":"Select program type","selectVisitType":"Please select a visit type","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"Start date","startingVisit":"Starting visit","startNewVisit":"Start new visit","startTime":"Start time","startTimeFormat":"Start time format","startVisit":"Start visit","startVisitError":"Error starting visit","startVisitWorkspaceTitle":"Start a visit","Stat":"Stat","tests":"Tests","theVisitIs":"The visit is","time":"Time","timeCompleted":"Time completed","timeFormat ":"Time Format","timeline":"Timeline","timeStarted":"Time started","undo":"Undo","unknownError":"Unknown error","updateVisit":"Update visit","updatingVisit":"Updating visit","viewEncounter":"View","visitAttributes":"Visit attributes","visitDeleted":"{{visit}} deleted","visitDeletedSuccessfully":"{{visit}} deleted successfully","visitDetailsUpdated":"Visit details updated","visitDetailsUpdatedSuccessfully":"{{visit}} updated successfully","visitEnded":"Visit ended","visitEndSuccessfully":"Ended current visit successfully","visitLocation":"Visit location","visitLocationRequired":"Visit location is required","visitNotRestored":"Visit couldn\'t be restored","visitRestored":"Visit restored","visitRestoredSuccessfully":"{{visit}} restored successfully","visits":"visits","Visits":"Visits","visitStartAndEndDate":"Visit start and end date","visitStartDate":"Visit start date","visitStartDateMustBeBeforeEarliestEncounter":"Start time must be on or before {{firstEncounterDatetime}}","visitStartDateTimeRequired":"Start date and time are required","visitStarted":"Visit started","visitStartedSuccessfully":"{{visit}} started successfully","visitType":"Visit type","visitType_title":"Visit Type","visitTypeRequired":"Visit type is required","warning":"Warning","yes":"Yes","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|
package/dist/7617.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[7617],{37617:e=>{e.exports=JSON.parse('{"actions":"Actions","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[7617],{37617:e=>{e.exports=JSON.parse('{"actions":"Actions","activeVisits__lower":"active visits","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","fieldRequired":"This field is required","filterByEncounterType":"Filter by encounter type","form":"Form name","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"Indication","inThePast":"In the past","loading":"Loading","markAliveSuccessfully":"Patient marked alive successfully","markDeceasedWarning":"Marking the patient as deceased will end any active visits for this patient","markPatientAlive":"Mark patient alive","markPatientAliveConfirmation":"Are you sure you want to mark this patient alive?","markPatientDeceased":"Mark patient deceased","medications":"Medications","medications__lower":"medications","missingVisitType":"Missing visit type","modifyVisitDate":"Modify visit date","new":"New","nextPage":"Next page","no":"No","noActiveVisit":"No Active Visit","noActiveVisitNoRDEText":"You can\'t add data to the patient chart without an active visit. Would you like to start a new visit?","noDiagnosesFound":"No diagnoses found","noEncountersToDisplay":"No encounters to display","noMatchingCodedCausesOfDeath":"No matching coded causes of death","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Please enter the non-coded cause of death","noObservationsFound":"No observations found","noProvider":"No provider","notes":"Notes","notes__lower":"notes","noVisitsToDisplay":"No visits to display","noVisitTypesToDisplay":"No visit types to display","offlineVisit":"Offline Visit","On scheduled date":"On scheduled date","ongoing":"Ongoing","optional":"optional","orderDurationAndUnit":"for {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Indefinite duration","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} item","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} items","paginationPageText_one":"of {{count}} page","paginationPageText_other":"of {{count}} pages","partOfFormDidntLoad":"Part of the form did not load","pastVisits":"Past visits","Patient Summary":"Patient summary","PM":"PM","previousPage":"Previous page","program":"Program","provider":"Provider","quantity":"Quantity","recommended":"Recommended","record":"Record","refills":"Refills","refreshToTryAgain":"Please refresh to try again","required":"Required","Routine":"Routine","saveAndClose":"Save and close","saving":"Saving","searchForAVisitType":"Search for a visit type","searchForCauseOfDeath":"Search for a cause of death","seeAll":"See all","selectAnOption":"Select an option","selectAVisit":"Select a visit","selectLocation":"Select a location","selectProgramType":"Select program type","selectVisitType":"Please select a visit type","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"Start date","startingVisit":"Starting visit","startNewVisit":"Start new visit","startTime":"Start time","startTimeFormat":"Start time format","startVisit":"Start visit","startVisitError":"Error starting visit","startVisitWorkspaceTitle":"Start a visit","Stat":"Stat","tests":"Tests","theVisitIs":"The visit is","time":"Time","timeCompleted":"Time completed","timeFormat ":"Time Format","timeline":"Timeline","timeStarted":"Time started","undo":"Undo","unknownError":"Unknown error","updateVisit":"Update visit","updatingVisit":"Updating visit","viewEncounter":"View","visitAttributes":"Visit attributes","visitDeleted":"{{visit}} deleted","visitDeletedSuccessfully":"{{visit}} deleted successfully","visitDetailsUpdated":"Visit details updated","visitDetailsUpdatedSuccessfully":"{{visit}} updated successfully","visitEnded":"Visit ended","visitEndSuccessfully":"Ended current visit successfully","visitLocation":"Visit location","visitLocationRequired":"Visit location is required","visitNotRestored":"Visit couldn\'t be restored","visitRestored":"Visit restored","visitRestoredSuccessfully":"{{visit}} restored successfully","visits":"visits","Visits":"Visits","visitStartAndEndDate":"Visit start and end date","visitStartDate":"Visit start date","visitStartDateMustBeBeforeEarliestEncounter":"Start time must be on or before {{firstEncounterDatetime}}","visitStartDateTimeRequired":"Start date and time are required","visitStarted":"Visit started","visitStartedSuccessfully":"{{visit}} started successfully","visitType":"Visit type","visitType_title":"Visit Type","visitTypeRequired":"Visit type is required","warning":"Warning","yes":"Yes","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|
package/dist/795.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[795],{70795:e=>{e.exports=JSON.parse('{"actions":"ქმედებები","addingToVisit":"დაემატება სად:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"ვიზიტის დამატება","all":"ყველა","allEncounters":"ყველა კონსულტაცია","AM":"AM","cancel":"გაუქმება","causeOfDeath":"გარდაცვალების მიზეზი","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"შეცვლა","checkFilters":"შეამოწმეთ ფილტრები ზემოთ","confirm":"დადასტურება","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"გაგრძელება","createNewVisit":"ახალი ვიზიტის შექმნა...","currentActiveVisit":"ამჟამად აქტიური ვიზიტი","currentVisit":"მიმდინარე ვიზიტი","date":"თარიღი","dateAndTime":"თარიღი და დრო","dateOfDeath":"გარდაცვალების თარიღი","deathDateRequired":"Please select the date of death","delete":"წაშლა","deleteActiveVisit":"აქტიური ვიზიტის წაშლა","deleteEncounter":"კონსულტაციის წაშლა","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"ამ კონსულტაციის წაშლა","deleteVisit":"ვიზიტის წაშლა","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"იშლება ვიზიტი","diagnoses":"დიაგნოზები","discard":"მოცილება","discontinued":"Discontinued","dose":"დოზა","dosingInstructions":"Dosing Instructions","editEncounter":"ჩასწორება","editThisEncounter":"ამ კონსულტაციის ჩასწორება","editVisitDetails":"ვიზიტის დეტალების ჩასწორება","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"ჩართვა","encounter":"Encounter","encounterDeleted":"კონსულტაციის წაიშალა","encounters_title":"კონსულტაციები","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"კონსულტაციის ცხრილის ქმედებების მენიუ","encounterType":"კონსულტაციის ტიპი","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"აქტიური ვიზიტის დასრულება","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"დასრულების თარიღი","endDate_title":"დასრულების თარიღი","endDateTimeRequired":"End date and time are required","ended":"დასრულდა","endTime":"დასრულების დრო","endTimeFormat":"დასრულების დროის ფორმატი","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"ვიზიტის დასრულება","enterNonCodedCauseOfDeath":"შეიყვანეთ არაკოდირებული გარდაცვალების მიზეზი","error":"შეცდომა","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"ვერ წავშალე ატრიბუტი {{attributeName}}","errorDeletingVisit":"ვიზიტის წაშლის შეცდომა","errorDeletingVisitAttribute":"ვერ წავშალე ატრიბუტი {{attributeName}}","errorEndingVisit":"ვიზიტის დასრულების შეცდომა","errorMarkingPatientAlive":"პაციენტის ცოცხლად მონიშვნის შეცდომა","errorMarkingPatientDeceased":"პაციენტის გარდაცვლილად მონიშვნის შეცდომა","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"ვიზიტის დაწყების შეცდომა","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"განახლების შეცდომა ატრიბუტისთვის {{attributeName}}","errorUpdatingVisitDetails":"ვიზიტის დეტალების განახლების შეცდომა","errorWhenRestoringVisit":"შეცდომა {{visit}}-ის აღდგენისას","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[795],{70795:e=>{e.exports=JSON.parse('{"actions":"ქმედებები","activeVisits__lower":"active visits","addingToVisit":"დაემატება სად:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"ვიზიტის დამატება","all":"ყველა","allEncounters":"ყველა კონსულტაცია","AM":"AM","cancel":"გაუქმება","causeOfDeath":"გარდაცვალების მიზეზი","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"შეცვლა","checkFilters":"შეამოწმეთ ფილტრები ზემოთ","confirm":"დადასტურება","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"გაგრძელება","createNewVisit":"ახალი ვიზიტის შექმნა...","currentActiveVisit":"ამჟამად აქტიური ვიზიტი","currentVisit":"მიმდინარე ვიზიტი","date":"თარიღი","dateAndTime":"თარიღი და დრო","dateOfDeath":"გარდაცვალების თარიღი","deathDateRequired":"Please select the date of death","delete":"წაშლა","deleteActiveVisit":"აქტიური ვიზიტის წაშლა","deleteEncounter":"კონსულტაციის წაშლა","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"ამ კონსულტაციის წაშლა","deleteVisit":"ვიზიტის წაშლა","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"იშლება ვიზიტი","diagnoses":"დიაგნოზები","discard":"მოცილება","discontinued":"Discontinued","dose":"დოზა","dosingInstructions":"Dosing Instructions","editEncounter":"ჩასწორება","editThisEncounter":"ამ კონსულტაციის ჩასწორება","editVisitDetails":"ვიზიტის დეტალების ჩასწორება","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"ჩართვა","encounter":"Encounter","encounterDeleted":"კონსულტაციის წაიშალა","encounters_title":"კონსულტაციები","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"კონსულტაციის ცხრილის ქმედებების მენიუ","encounterType":"კონსულტაციის ტიპი","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"აქტიური ვიზიტის დასრულება","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"დასრულების თარიღი","endDate_title":"დასრულების თარიღი","endDateTimeRequired":"End date and time are required","ended":"დასრულდა","endTime":"დასრულების დრო","endTimeFormat":"დასრულების დროის ფორმატი","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"ვიზიტის დასრულება","enterNonCodedCauseOfDeath":"შეიყვანეთ არაკოდირებული გარდაცვალების მიზეზი","error":"შეცდომა","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"ვერ წავშალე ატრიბუტი {{attributeName}}","errorDeletingVisit":"ვიზიტის წაშლის შეცდომა","errorDeletingVisitAttribute":"ვერ წავშალე ატრიბუტი {{attributeName}}","errorEndingVisit":"ვიზიტის დასრულების შეცდომა","errorMarkingPatientAlive":"პაციენტის ცოცხლად მონიშვნის შეცდომა","errorMarkingPatientDeceased":"პაციენტის გარდაცვლილად მონიშვნის შეცდომა","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"ვიზიტის დაწყების შეცდომა","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"განახლების შეცდომა ატრიბუტისთვის {{attributeName}}","errorUpdatingVisitDetails":"ვიზიტის დეტალების განახლების შეცდომა","errorWhenRestoringVisit":"შეცდომა {{visit}}-ის აღდგენისას","fieldRequired":"This field is required","filterByEncounterType":"გაფილტვრა კონსულტაციის ტიპით","form":"ფორმის სახელი","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"სიმპტომი","inThePast":"წარსულში","loading":"მიმდინარეობს ჩატვირთვა","markAliveSuccessfully":"პაციენტი წარმატებით მოინიშნა ცოცხლად","markDeceasedWarning":"Marking the patient as deceased will end any active visits for this patient","markPatientAlive":"პაციენტის ცოცხლად მონიშვნა","markPatientAliveConfirmation":"Are you sure you want to mark this patient alive?","markPatientDeceased":"პაციენტის გარდაცვალებულად მონიშვნა","medications":"წამლები","medications__lower":"წამალი","missingVisitType":"აკლია ვიზიტის ტიპი","modifyVisitDate":"ვიზიტის თარიღის შეცვლა","new":"ახალი","nextPage":"შემდეგი გვერდი","no":"არა","noActiveVisit":"აქტიური ვიზიტების გარეშე","noActiveVisitNoRDEText":"You can\'t add data to the patient chart without an active visit. Would you like to start a new visit?","noDiagnosesFound":"დიაგნოზები აღმოჩენილი არაა","noEncountersToDisplay":"საჩვენებელი კონსულტაციების გარეშე","noMatchingCodedCausesOfDeath":"No matching coded causes of death","nonCodedCauseOfDeath":"არაკოდირებული გარდაცვალების მიზეზი","nonCodedCauseOfDeathRequired":"Please enter the non-coded cause of death","noObservationsFound":"დაკვირვებები აღმოჩენილი არაა","noProvider":"No provider","notes":"შენიშვნები","notes__lower":"შენიშვნა","noVisitsToDisplay":"საჩვენებელი ვიზიტების გარეშე","noVisitTypesToDisplay":"საჩვენებელი ვიზიტის ტიპების გარეშე","offlineVisit":"Offline Visit","On scheduled date":"დაგეგმილი დროზე","ongoing":"მიმდინარეობს","optional":"არასავალდებულო","orderDurationAndUnit":"{{duration}} {{durationUnit}}","orderIndefiniteDuration":"გაურკვეველი ხანგრძლივობა","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} ელემენტი","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} ელემენტი","paginationPageText_one":"{{count}} გვერდიდან","paginationPageText_other":"{{count}} გვერდიდან","partOfFormDidntLoad":"Part of the form did not load","pastVisits":"წარსული ვიზიტები","Patient Summary":"პაციენტის მიმოხილვა","PM":"PM","previousPage":"წინა გვერდი","program":"პროგრამა","provider":"მომწოდებელი","quantity":"რაოდენობა","recommended":"რეკომენდებულია","record":"ჩანაწერი","refills":"შევსებები","refreshToTryAgain":"განაახლეთ გვერდი თავიდან საცდელად","required":"აუცილებელია","Routine":"დადგენილი პრაქტიკა","saveAndClose":"შენახვა და დახურვა","saving":"მიმდინარეობს შენახვა","searchForAVisitType":"ვიზიტის ტიპის მოძებნა","searchForCauseOfDeath":"Search for a cause of death","seeAll":"ყველას ნახვა","selectAnOption":"აირჩიეთ პარამეტრი","selectAVisit":"აირჩიეთ ვიზიტი","selectLocation":"აირჩიეთ მდებარეობა","selectProgramType":"აირჩიეთ პროგრამის ტიპი","selectVisitType":"აირჩიეთ ვიზიტის ტიპი","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"დაწყების თარიღი","startingVisit":"ვიზიტი იწყება","startNewVisit":"ახალი ვიზიტის დაწყება","startTime":"დაწყების დრო","startTimeFormat":"დაწყების დროის ფორმატი","startVisit":"ვიზიტის დაწყება","startVisitError":"ვიზიტის დაწყების შეცდომა","startVisitWorkspaceTitle":"ვიზიტის დაწყება","Stat":"სტატისტიკა","tests":"ტესტები","theVisitIs":"ეს ვიზიტი არის","time":"დრო","timeCompleted":"Time completed","timeFormat ":"დროის ფორმატი","timeline":"Timeline","timeStarted":"Time started","undo":"გაუქმება","unknownError":"Unknown error","updateVisit":"ვიზიტის განახლება","updatingVisit":"მიმდინარეობს ვიზიტის განახლება","viewEncounter":"ნახვა","visitAttributes":"ვიზიტის ატრიბუტები","visitDeleted":"{{visit}} წაიშალა","visitDeletedSuccessfully":"{{visit}} წარმატებით წაიშალა","visitDetailsUpdated":"ვიზიტის დეტალები განახლდა","visitDetailsUpdatedSuccessfully":"{{visit}} წარმატებით განახლდა","visitEnded":"ვიზიტი დასრულდა","visitEndSuccessfully":"მიმდინარე ვიზიტი წარმატებით დასრულდა","visitLocation":"ვიზიტის მდებარეობა","visitLocationRequired":"Visit location is required","visitNotRestored":"ვიზიტის აღდგენა შეუძლებელია","visitRestored":"ვიზიტი აღდგენილია","visitRestoredSuccessfully":"{{visit}} წარმატებით აღდგა","visits":"ვიზიტი","Visits":"ვიზიტები","visitStartAndEndDate":"Visit start and end date","visitStartDate":"ვიზიტის დაწყების თარიღი","visitStartDateMustBeBeforeEarliestEncounter":"Start time must be on or before {{firstEncounterDatetime}}","visitStartDateTimeRequired":"Start date and time are required","visitStarted":"ვიზიტი დაიწყო","visitStartedSuccessfully":"{{visit}} წარმატებით დაიწყო","visitType":"ვიზიტის ტიპი","visitType_title":"ვიზიტის ტიპი","visitTypeRequired":"Visit type is required","warning":"გაფრთხილება","yes":"დიახ","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|
package/dist/8163.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[8163],{88163:e=>{e.exports=JSON.parse('{"actions":"Actions","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[8163],{88163:e=>{e.exports=JSON.parse('{"actions":"Actions","activeVisits__lower":"active visits","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","fieldRequired":"This field is required","filterByEncounterType":"Filter by encounter type","form":"Form name","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"Indication","inThePast":"In the past","loading":"Loading","markAliveSuccessfully":"Patient marked alive successfully","markDeceasedWarning":"Marking the patient as deceased will end any active visits for this patient","markPatientAlive":"Mark patient alive","markPatientAliveConfirmation":"Are you sure you want to mark this patient alive?","markPatientDeceased":"Mark patient deceased","medications":"Medications","medications__lower":"medications","missingVisitType":"Missing visit type","modifyVisitDate":"Modify visit date","new":"New","nextPage":"Next page","no":"No","noActiveVisit":"No Active Visit","noActiveVisitNoRDEText":"You can\'t add data to the patient chart without an active visit. Would you like to start a new visit?","noDiagnosesFound":"No diagnoses found","noEncountersToDisplay":"No encounters to display","noMatchingCodedCausesOfDeath":"No matching coded causes of death","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Please enter the non-coded cause of death","noObservationsFound":"No observations found","noProvider":"No provider","notes":"Notes","notes__lower":"notes","noVisitsToDisplay":"No visits to display","noVisitTypesToDisplay":"No visit types to display","offlineVisit":"Offline Visit","On scheduled date":"On scheduled date","ongoing":"Ongoing","optional":"optional","orderDurationAndUnit":"for {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Indefinite duration","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} item","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} items","paginationPageText_one":"of {{count}} page","paginationPageText_other":"of {{count}} pages","partOfFormDidntLoad":"Part of the form did not load","pastVisits":"Past visits","Patient Summary":"Patient summary","PM":"PM","previousPage":"Previous page","program":"Program","provider":"Provider","quantity":"Quantity","recommended":"Recommended","record":"Record","refills":"Refills","refreshToTryAgain":"Please refresh to try again","required":"Required","Routine":"Routine","saveAndClose":"Save and close","saving":"Saving","searchForAVisitType":"Search for a visit type","searchForCauseOfDeath":"Search for a cause of death","seeAll":"See all","selectAnOption":"Select an option","selectAVisit":"Select a visit","selectLocation":"Select a location","selectProgramType":"Select program type","selectVisitType":"Please select a visit type","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"Start date","startingVisit":"Starting visit","startNewVisit":"Start new visit","startTime":"Start time","startTimeFormat":"Start time format","startVisit":"Start visit","startVisitError":"Error starting visit","startVisitWorkspaceTitle":"Start a visit","Stat":"Stat","tests":"Tests","theVisitIs":"The visit is","time":"Time","timeCompleted":"Time completed","timeFormat ":"Time Format","timeline":"Timeline","timeStarted":"Time started","undo":"Undo","unknownError":"Unknown error","updateVisit":"Update visit","updatingVisit":"Updating visit","viewEncounter":"View","visitAttributes":"Visit attributes","visitDeleted":"{{visit}} deleted","visitDeletedSuccessfully":"{{visit}} deleted successfully","visitDetailsUpdated":"Visit details updated","visitDetailsUpdatedSuccessfully":"{{visit}} updated successfully","visitEnded":"Visit ended","visitEndSuccessfully":"Ended current visit successfully","visitLocation":"Visit location","visitLocationRequired":"Visit location is required","visitNotRestored":"Visit couldn\'t be restored","visitRestored":"Visit restored","visitRestoredSuccessfully":"{{visit}} restored successfully","visits":"visits","Visits":"Visits","visitStartAndEndDate":"Visit start and end date","visitStartDate":"Visit start date","visitStartDateMustBeBeforeEarliestEncounter":"Start time must be on or before {{firstEncounterDatetime}}","visitStartDateTimeRequired":"Start date and time are required","visitStarted":"Visit started","visitStartedSuccessfully":"{{visit}} started successfully","visitType":"Visit type","visitType_title":"Visit Type","visitTypeRequired":"Visit type is required","warning":"Warning","yes":"Yes","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|
package/dist/8260.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[8260],{9247:(e,n,t)=>{"use strict";function i(e,n,t){return(n=function(e){var n=function(e,n){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var i=t.call(e,n);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof n?n:n+""}(n))in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function a(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);n&&(i=i.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,i)}return t}function s(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{};n%2?a(Object(t),!0).forEach((function(n){i(e,n,t[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}))}return e}function r(e,n){if(null==e)return{};var t,i,a=function(e,n){if(null==e)return{};var t={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(-1!==n.indexOf(i))continue;t[i]=e[i]}return t}(e,n);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(i=0;i<s.length;i++)t=s[i],-1===n.indexOf(t)&&{}.propertyIsEnumerable.call(e,t)&&(a[t]=e[t])}return a}t.d(n,{A:()=>m});var c=["width","height","viewBox"],o=["tabindex"],p={focusable:"false",preserveAspectRatio:"xMidYMid meet"};var u=t(39067),l=t.n(u),g=t(1343),d=t.n(g);const m=d().forwardRef((function({className:e,children:n,tabIndex:t,xmlns:i="http://www.w3.org/2000/svg",preserveAspectRatio:a="xMidYMid meet",...u},l){const{tabindex:g,...m}=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.width,t=e.height,i=e.viewBox,a=void 0===i?"0 0 ".concat(n," ").concat(t):i,u=r(e,c),l=u.tabindex,g=r(u,o),d=s(s(s({},p),g),{},{width:n,height:t,viewBox:a});return d["aria-label"]||d["aria-labelledby"]||d.title?(d.role="img",null!=l&&(d.focusable="true",d.tabindex=l)):d["aria-hidden"]=!0,d}({...u,tabindex:t}),b=m;return e&&(b.className=e),null!=g&&(b.tabIndex="number"==typeof g?g:Number(t)),l&&(b.ref=l),i&&(b.xmlns=i),a&&(b.preserveAspectRatio=a),d().createElement("svg",b,n)}));m.displayName="Icon",m.propTypes={"aria-hidden":l().oneOfType([l().bool,l().oneOf(["true","false"])]),"aria-label":l().string,"aria-labelledby":l().string,children:l().node,className:l().string,height:l().oneOfType([l().number,l().string]),preserveAspectRatio:l().string,tabIndex:l().oneOfType([l().number,l().string]),viewBox:l().string,width:l().oneOfType([l().number,l().string]),xmlns:l().string}},14224:(e,n,t)=>{"use strict";t.d(n,{A:()=>c});var i=t(30977),a=t.n(i),s=t(95924),r=t.n(s)()(a());r.push([e.id,".-esm-patient-chart__visit-context-info__visitContextInfoContainer___vuN7e{display:flex;align-items:center;justify-items:center}.-esm-patient-chart__visit-context-info__separator___niAOq,.-esm-patient-chart__visit-context-info__visitLocation___6Vt56{margin:.25rem}","",{version:3,sources:["webpack://./src/visit/visits-widget/visit-context/visit-context-info.scss","webpack://./../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAEA,2EACE,YAAA,CACA,kBAAA,CACA,oBAAA,CAGF,0HAEE,aCMW",sourcesContent:["@use '@carbon/layout';\n\n.visitContextInfoContainer {\n display: flex;\n align-items: center;\n justify-items: center;\n}\n\n.separator,\n.visitLocation {\n margin: layout.$spacing-02;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={visitContextInfoContainer:"-esm-patient-chart__visit-context-info__visitContextInfoContainer___vuN7e",separator:"-esm-patient-chart__visit-context-info__separator___niAOq",visitLocation:"-esm-patient-chart__visit-context-info__visitLocation___6Vt56"};const c=r},28922:(e,n,t)=>{"use strict";t.r(n),t.d(n,{default:()=>N});var i=t(75198),a=t(54440),s=t(53373),r=t.n(s),c=t(1343),o=t.n(c),p=t(72339),u=t(72591),l=t.n(u),g=t(1740),d=t.n(g),m=t(88128),b=t.n(m),_=t(30855),f=t.n(_),y=t(93051),v=t.n(y),A=t(73656),h=t.n(A),C=t(58561),x={};x.styleTagTransform=h(),x.setAttributes=f(),x.insert=b().bind(null,"head"),x.domAPI=d(),x.insertStyleElement=v(),l()(C.A,x);const $=C.A&&C.A.locals?C.A.locals:void 0;var T=t(63792),E=t(63276);const N=function(e){var n,t=e.patientUuid,s=(0,p.useTranslation)().t,c=(0,E.useSystemVisitSetting)().systemVisitEnabled,u=(0,a.useFeatureFlag)("rde"),l=(0,E.usePatientChartStore)(t).visitContext,g=Boolean(l&&!l.stopDatetime);return c&&u&&l?o().createElement("div",{className:r()($.visitContextHeader,g?$.activeVisit:$.retroactiveVisit)},o().createElement("div",{className:$.addingTo},s("addingToVisit","Adding to:")),o().createElement("div",{className:$.visitType},null===(n=l.visitType)||void 0===n?void 0:n.display),o().createElement("div",{className:$.changeVisitButton},o().createElement(i.Button,{kind:"ghost",size:"sm",onClick:function(){var e=(0,a.showModal)("visit-context-switcher",{patientUuid:t,closeModal:function(){return e()},size:"sm"})}},s("change","Change"))),o().createElement("div",{className:$.visitInfo},o().createElement(T.A,{visit:l}))):null}},36848:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},36999:(e,n,t)=>{"use strict";var i=t(36848);function a(){}function s(){}s.resetWarningCache=a,e.exports=function(){function e(e,n,t,a,s,r){if(r!==i){var c=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw c.name="Invariant Violation",c}}function n(){return e}e.isRequired=e;var t={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:n,element:e,elementType:e,instanceOf:n,node:e,objectOf:n,oneOf:n,oneOfType:n,shape:n,exact:n,checkPropTypes:s,resetWarningCache:a};return t.PropTypes=t,t}},39067:(e,n,t)=>{e.exports=t(36999)()},58561:(e,n,t)=>{"use strict";t.d(n,{A:()=>c});var i=t(30977),a=t.n(i),s=t(95924),r=t.n(s)()(a());r.push([e.id,'.-esm-patient-chart__visit-context-header__visitContextHeader___CkIQJ{display:grid;column-gap:.5rem;padding:.5rem;font-size:.75rem;grid-template-areas:"addingTo visitType changeVisitButton" "addingTo visitInfo visitInfo";grid-template-columns:max-content 1fr min-content}.-esm-patient-chart__visit-context-header__activeVisit___u5NpZ{background-color:#defbe6}.-esm-patient-chart__visit-context-header__retroactiveVisit___8W99\\+{background-color:#f4f4f4}.-esm-patient-chart__visit-context-header__addingTo___zHG3u{grid-area:addingTo}.-esm-patient-chart__visit-context-header__visitType___t41r2{font-size:14px;font-weight:600;grid-area:visitType}.-esm-patient-chart__visit-context-header__changeVisitButton___bFURD{grid-area:changeVisitButton}.-esm-patient-chart__visit-context-header__changeVisitButton___bFURD .cds--btn{min-height:0;padding:0}.-esm-patient-chart__visit-context-header__visitInfo___ANbKf{grid-area:visitInfo;display:flex;align-items:center;justify-items:center}',"",{version:3,sources:["webpack://./src/visit/visits-widget/visit-context/visit-context-header.scss","webpack://./../../node_modules/@carbon/layout/scss/generated/_spacing.scss"],names:[],mappings:"AAEA,sEACE,YAAA,CACA,gBCiBW,CDhBX,aCgBW,CDfX,gBCoBW,CDnBX,qGACE,CAEF,iDAAA,CAGF,+DACE,wBAAA,CAGF,qEACE,wBAAA,CAGF,4DACE,kBAAA,CAGF,6DACE,cAAA,CACA,eAAA,CACA,mBAAA,CAGF,qEACE,2BAAA,CACA,+EACE,YAAA,CACA,SAAA,CAIJ,6DACE,mBAAA,CACA,YAAA,CACA,kBAAA,CACA,oBAAA",sourcesContent:["@use '@carbon/layout';\n\n.visitContextHeader {\n display: grid;\n column-gap: layout.$spacing-03;\n padding: layout.$spacing-03;\n font-size: layout.$spacing-04;\n grid-template-areas:\n 'addingTo visitType changeVisitButton'\n 'addingTo visitInfo visitInfo';\n grid-template-columns: max-content 1fr min-content;\n}\n\n.activeVisit {\n background-color: #defbe6;\n}\n\n.retroactiveVisit {\n background-color: #f4f4f4;\n}\n\n.addingTo {\n grid-area: addingTo;\n}\n\n.visitType {\n font-size: 14px;\n font-weight: 600;\n grid-area: visitType;\n}\n\n.changeVisitButton {\n grid-area: changeVisitButton;\n :global(.cds--btn) {\n min-height: 0;\n padding: 0;\n }\n}\n\n.visitInfo {\n grid-area: visitInfo;\n display: flex;\n align-items: center;\n justify-items: center;\n}\n","// Code generated by @carbon/layout. DO NOT EDIT.\n//\n// Copyright IBM Corp. 2018, 2023\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n//\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-01: 0.125rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-02: 0.25rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-03: 0.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-04: 0.75rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-05: 1rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-06: 1.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-07: 2rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-08: 2.5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-09: 3rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-10: 4rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-11: 5rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-12: 6rem !default;\n\n/// @type Number\n/// @access public\n/// @group @carbon/layout\n$spacing-13: 10rem !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/layout\n$spacing: (\n spacing-01: $spacing-01,\n spacing-02: $spacing-02,\n spacing-03: $spacing-03,\n spacing-04: $spacing-04,\n spacing-05: $spacing-05,\n spacing-06: $spacing-06,\n spacing-07: $spacing-07,\n spacing-08: $spacing-08,\n spacing-09: $spacing-09,\n spacing-10: $spacing-10,\n spacing-11: $spacing-11,\n spacing-12: $spacing-12,\n spacing-13: $spacing-13,\n);\n"],sourceRoot:""}]),r.locals={visitContextHeader:"-esm-patient-chart__visit-context-header__visitContextHeader___CkIQJ",activeVisit:"-esm-patient-chart__visit-context-header__activeVisit___u5NpZ",retroactiveVisit:"-esm-patient-chart__visit-context-header__retroactiveVisit___8W99+",addingTo:"-esm-patient-chart__visit-context-header__addingTo___zHG3u",visitType:"-esm-patient-chart__visit-context-header__visitType___t41r2",changeVisitButton:"-esm-patient-chart__visit-context-header__changeVisitButton___bFURD",visitInfo:"-esm-patient-chart__visit-context-header__visitInfo___ANbKf"};const c=r},63792:(e,n,t)=>{"use strict";t.d(n,{A:()=>x});var i=t(49007),a=t(54440),s=t(1343),r=t.n(s),c=t(72339),o=t(72591),p=t.n(o),u=t(1740),l=t.n(u),g=t(88128),d=t.n(g),m=t(30855),b=t.n(m),_=t(93051),f=t.n(_),y=t(73656),v=t.n(y),A=t(14224),h={};h.styleTagTransform=v(),h.setAttributes=b(),h.insert=d().bind(null,"head"),h.domAPI=l(),h.insertStyleElement=f(),p()(A.A,h);const C=A.A&&A.A.locals?A.A.locals:void 0,x=function(e){var n=e.visit,t=(0,c.useTranslation)().t;if(!n)return null;var s=!n.stopDatetime;return r().createElement("div",{className:C.visitContextInfoContainer},r().createElement("span",null,s?t("currentActiveVisit","Current active visit"):t("fromDateToDate","{{fromDate}} - {{toDate}}",{fromDate:(0,a.formatDate)((0,a.parseDate)(n.startDatetime),{time:!1}),toDate:(0,a.formatDate)((0,a.parseDate)(n.stopDatetime),{time:!1})})),r().createElement("span",{className:C.separator},"·"),r().createElement(i.tI,null),r().createElement("span",{className:C.visitLocation},n.location.display))}}}]);
|
package/dist/8260.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"8260.js","mappings":"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","sources":["webpack://@openmrs/esm-patient-chart-app/../../node_modules/@carbon/icon-helpers/es/index.js","webpack://@openmrs/esm-patient-chart-app/../../node_modules/@carbon/icons-react/es/Icon.js","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-info.scss","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-header.scss?ddc0","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-header.extension.tsx","webpack://@openmrs/esm-patient-chart-app/../../node_modules/prop-types/lib/ReactPropTypesSecret.js","webpack://@openmrs/esm-patient-chart-app/../../node_modules/prop-types/factoryWithThrowingShims.js","webpack://@openmrs/esm-patient-chart-app/../../node_modules/prop-types/index.js","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-header.scss","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-info.scss?f4af","webpack://@openmrs/esm-patient-chart-app/./src/visit/visits-widget/visit-context/visit-context-info.component.tsx"],"names":["_defineProperty","e","r","t","i","Symbol","toPrimitive","call","TypeError","String","_toPrimitive","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","ownKeys","keys","getOwnPropertySymbols","o","filter","getOwnPropertyDescriptor","push","apply","_objectSpread2","arguments","length","forEach","getOwnPropertyDescriptors","defineProperties","_objectWithoutProperties","n","hasOwnProperty","indexOf","_objectWithoutPropertiesLoose","propertyIsEnumerable","_excluded","_excluded2","defaultAttributes","focusable","preserveAspectRatio","Icon","className","children","tabIndex","xmlns","rest","ref","tabindex","attrs","_ref","undefined","width","height","_ref$viewBox","viewBox","concat","attributes","iconAttributes","title","role","getAttributes","props","Number","displayName","propTypes","___CSS_LOADER_EXPORT___","module","id","locals","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","visitContext","patientUuid","useTranslation","useSystemVisitSetting","systemVisitEnabled","isRdeEnabled","useFeatureFlag","usePatientChartStore","isActiveVisit","Boolean","stopDatetime","div","classNames","styles","visitContextHeader","activeVisit","retroactiveVisit","addingTo","visitType","display","changeVisitButton","Button","kind","size","onClick","dispose","showModal","closeModal","visitInfo","VisitContextInfo","visit","exports","ReactPropTypesSecret","emptyFunction","emptyFunctionWithReset","resetWarningCache","shim","propName","componentName","location","propFullName","secret","err","Error","name","getShim","isRequired","ReactPropTypes","array","bigint","bool","func","number","object","string","symbol","any","arrayOf","element","elementType","instanceOf","node","objectOf","oneOf","oneOfType","shape","exact","checkPropTypes","PropTypes","isActive","visitContextInfoContainer","span","fromDate","formatDate","parseDate","startDatetime","time","toDate","separator","Building","visitLocation"],"sourceRoot":""}
|
package/dist/8349.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[8349],{88349:e=>{e.exports=JSON.parse('{"actions":"Actions","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[8349],{88349:e=>{e.exports=JSON.parse('{"actions":"Actions","activeVisits__lower":"active visits","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"All","allEncounters":"All encounters","AM":"AM","cancel":"Cancel","causeOfDeath":"Cause of death","causeOfDeath_lower":"cause of death concepts configured in the system","causeOfDeathIsRequired":"Please select the cause of death","change":"Change","checkFilters":"Check the filters above","confirm":"Confirm","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"The encounter date falls outside the designated visit date range. Would you like to modify the visit date to accommodate the new encounter date?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Current visit","date":"Date","dateAndTime":"Date & time","dateOfDeath":"Date of death","deathDateRequired":"Please select the date of death","delete":"Delete","deleteActiveVisit":"Delete active visit","deleteEncounter":"Delete encounter","deleteEncounterConfirmationText":"Are you sure you want to delete this encounter? This action can\'t be undone.","deleteThisEncounter":"Delete this encounter","deleteVisit":"Delete visit","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Deleting visit","diagnoses":"Diagnoses","discard":"Discard","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Edit this encounter","editVisitDetails":"Edit visit details","emptyStateText":"There are no {{displayText}} to display for this patient","enable":"Enable","encounter":"Encounter","encounterDeleted":"Encounter deleted","encounters_title":"Encounters","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Encounter type","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Are you sure you want to end this active visit?","endDate":"End date","endDate_title":"End date","endDateTimeRequired":"End date and time are required","ended":"Ended","endTime":"End time","endTimeFormat":"End time format","endTimeMustBeAfterMostRecentEncounter":"End time must be on or after {{lastEncounterDatetime}}","endTimeMustBeAfterStartTime":"End time must be after start time","endVisit_title":"End Visit","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorCopy":"Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.","errorCreatingVisitAttribute":"Could not delete {{attributeName}} attribute","errorDeletingVisit":"Error deleting visit","errorDeletingVisitAttribute":"Could not delete {{attributeName}} attribute","errorEndingVisit":"Error ending visit","errorMarkingPatientAlive":"Error marking patient alive","errorMarkingPatientDeceased":"Error marking patient deceased","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Could not update {{attributeName}} attribute","errorUpdatingVisitDetails":"Error updating visit details","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","fieldRequired":"This field is required","filterByEncounterType":"Filter by encounter type","form":"Form name","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"Indication","inThePast":"In the past","loading":"Loading","markAliveSuccessfully":"Patient marked alive successfully","markDeceasedWarning":"Marking the patient as deceased will end any active visits for this patient","markPatientAlive":"Mark patient alive","markPatientAliveConfirmation":"Are you sure you want to mark this patient alive?","markPatientDeceased":"Mark patient deceased","medications":"Medications","medications__lower":"medications","missingVisitType":"Missing visit type","modifyVisitDate":"Modify visit date","new":"New","nextPage":"Next page","no":"No","noActiveVisit":"No Active Visit","noActiveVisitNoRDEText":"You can\'t add data to the patient chart without an active visit. Would you like to start a new visit?","noDiagnosesFound":"No diagnoses found","noEncountersToDisplay":"No encounters to display","noMatchingCodedCausesOfDeath":"No matching coded causes of death","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Please enter the non-coded cause of death","noObservationsFound":"No observations found","noProvider":"No provider","notes":"Notes","notes__lower":"notes","noVisitsToDisplay":"No visits to display","noVisitTypesToDisplay":"No visit types to display","offlineVisit":"Offline Visit","On scheduled date":"On scheduled date","ongoing":"Ongoing","optional":"optional","orderDurationAndUnit":"for {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Indefinite duration","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} item","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} items","paginationPageText_one":"of {{count}} page","paginationPageText_other":"of {{count}} pages","partOfFormDidntLoad":"Part of the form did not load","pastVisits":"Past visits","Patient Summary":"Patient summary","PM":"PM","previousPage":"Previous page","program":"Program","provider":"Provider","quantity":"Quantity","recommended":"Recommended","record":"Record","refills":"Refills","refreshToTryAgain":"Please refresh to try again","required":"Required","Routine":"Routine","saveAndClose":"Save and close","saving":"Saving","searchForAVisitType":"Search for a visit type","searchForCauseOfDeath":"Search for a cause of death","seeAll":"See all","selectAnOption":"Select an option","selectAVisit":"Select a visit","selectLocation":"Select a location","selectProgramType":"Select program type","selectVisitType":"Please select a visit type","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"Start date","startingVisit":"Starting visit","startNewVisit":"Start new visit","startTime":"Start time","startTimeFormat":"Start time format","startVisit":"Start visit","startVisitError":"Error starting visit","startVisitWorkspaceTitle":"Start a visit","Stat":"Stat","tests":"Tests","theVisitIs":"The visit is","time":"Time","timeCompleted":"Time completed","timeFormat ":"Time Format","timeline":"Timeline","timeStarted":"Time started","undo":"Undo","unknownError":"Unknown error","updateVisit":"Update visit","updatingVisit":"Updating visit","viewEncounter":"View","visitAttributes":"Visit attributes","visitDeleted":"{{visit}} deleted","visitDeletedSuccessfully":"{{visit}} deleted successfully","visitDetailsUpdated":"Visit details updated","visitDetailsUpdatedSuccessfully":"{{visit}} updated successfully","visitEnded":"Visit ended","visitEndSuccessfully":"Ended current visit successfully","visitLocation":"Visit location","visitLocationRequired":"Visit location is required","visitNotRestored":"Visit couldn\'t be restored","visitRestored":"Visit restored","visitRestoredSuccessfully":"{{visit}} restored successfully","visits":"visits","Visits":"Visits","visitStartAndEndDate":"Visit start and end date","visitStartDate":"Visit start date","visitStartDateMustBeBeforeEarliestEncounter":"Start time must be on or before {{firstEncounterDatetime}}","visitStartDateTimeRequired":"Start date and time are required","visitStarted":"Visit started","visitStartedSuccessfully":"{{visit}} started successfully","visitType":"Visit type","visitType_title":"Visit Type","visitTypeRequired":"Visit type is required","warning":"Warning","yes":"Yes","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|