@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/6568.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[6568],{22293:(e,n,t)=>{t.d(n,{A:()=>l});var a=t(30977),i=t.n(a),o=t(95924),r=t.n(o)()(i());r.push([e.id,".-esm-patient-chart__encounter-list-tabs__tabContainer___pBChc div[role=tabpanel]{padding:0 !important}.-esm-patient-chart__encounter-list-tabs__tabContainer___pBChc li button{width:100% !important}","",{version:3,sources:["webpack://./src/clinical-views/encounter-list/encounter-list-tabs.scss"],names:[],mappings:"AAAA,kFACE,oBAAA,CAGF,yEACE,qBAAA",sourcesContent:[".tabContainer div[role='tabpanel'] {\n padding: 0 !important;\n}\n\n.tabContainer li button {\n width: 100% !important;\n}\n"],sourceRoot:""}]),r.locals={tabContainer:"-esm-patient-chart__encounter-list-tabs__tabContainer___pBChc"};const l=r},26568:(e,n,t)=>{t.r(n),t.d(n,{default:()=>V});var a=t(1343),i=t.n(a),o=t(72339),r=t(75198),l=t(54440),s=t(63276),p=t(53373),c=t.n(p),u=t(72591),d=t.n(u),f=t(1740),g=t.n(f),h=t(88128),y=t.n(h),b=t(30855),m=t.n(b),$=t(93051),v=t.n($),w=t(73656),k=t.n(w),x=t(57110),A={};A.styleTagTransform=k(),A.setAttributes=m(),A.insert=y().bind(null,"head"),A.domAPI=g(),A.insertStyleElement=v(),d()(x.A,A);const z=x.A&&x.A.locals?x.A.locals:void 0;function C(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}var M=function(e){var n=e.tableHeaders,t=e.tableRows;return i().createElement(r.TableContainer,null,i().createElement(r.DataTable,{rows:t,headers:n,isSortable:!0,size:"md"},(function(e){var n=e.rows,t=e.headers,a=e.getHeaderProps,o=e.getTableProps;return i().createElement(r.Table,o(),i().createElement(r.TableHead,null,i().createElement(r.TableRow,null,t.map((function(e,n){return i().createElement(r.TableHeader,function(e){for(var n=1;n<arguments.length;n++){var t=null!=arguments[n]?arguments[n]:{},a=Object.keys(t);"function"==typeof Object.getOwnPropertySymbols&&(a=a.concat(Object.getOwnPropertySymbols(t).filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})))),a.forEach((function(n){C(e,n,t[n])}))}return e}({key:n,className:"".concat(z.productiveHeading01," ").concat(z.text02)},a({header:e})),e.header)})))),i().createElement(r.TableBody,null,n.map((function(e){return i().createElement(r.TableRow,{key:e.id},e.cells.map((function(e){var n,t;return i().createElement(r.TableCell,{key:e.id},null!==(t=null===(n=e.value)||void 0===n?void 0:n.content)&&void 0!==t?t:e.value)})))}))))})))},_=t(61518),T=t(87372),E=t(89098),D={};D.styleTagTransform=k(),D.setAttributes=m(),D.insert=y().bind(null,"head"),D.domAPI=g(),D.insertStyleElement=v(),d()(E.A,D);const S=E.A&&E.A.locals?E.A.locals:void 0;function I(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=new Array(n);t<n;t++)a[t]=e[t];return a}function B(e,n){return function(e){if(Array.isArray(e))return e}(e)||function(e,n){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var a,i,o=[],r=!0,l=!1;try{for(t=t.call(e);!(r=(a=t.next()).done)&&(o.push(a.value),!n||o.length!==n);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==t.return||t.return()}finally{if(l)throw i}}return o}}(e,n)||function(e,n){if(e){if("string"==typeof e)return I(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(t):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?I(e,n):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var O=function(e){var n,t=e.patientUuid,p=e.encounterType,u=e.columns,d=e.headerTitle,f=e.description,g=e.formList,h=e.filter,y=e.launchOptions,b=e.afterFormSaveAction,m=e.visit,$=e.deathStatus,v=(0,o.useTranslation)().t,w=(0,l.useConfig)().requireActiveVisitForEncounterTile,k=B((0,a.useState)(1),2),x=k[0],A=k[1],z=B((0,a.useState)(10),2),C=z[0],E=z[1],D=(0,T.dG)(null==g||null===(n=g[0])||void 0===n?void 0:n.uuid),I=D.formsJson,O=D.isLoading,F=(0,T.OY)(t,p,h,b,C,x),N=F.encounters,j=F.total,q=F.isLoading,U=F.onFormSave,H=F.mutate,L=y.displayText,P=y.hideFormLauncher,G=(0,a.useMemo)((function(){return[{label:v("viewEncounter","View"),form:{name:null==I?void 0:I.name},mode:"view",intent:"*"},{label:v("editEncounter","Edit"),form:{name:null==I?void 0:I.name},mode:"edit",intent:"*"},{label:v("deleteEncounter","Delete"),form:{name:null==I?void 0:I.name},mode:"delete",intent:"*"}]}),[I,v]),W=(0,a.useCallback)((function(e,n){return function(){(0,_.pE)(I,m,n,U,e.uuid,null,t,w)}}),[I,m,U,t,w]),V=(0,a.useCallback)((function(e,n){var t=(0,l.showModal)("delete-encounter-modal",{close:function(){return t()},encounterTypeName:n||"",onConfirmation:function(){var n=new AbortController;(function(e,n){return(0,l.openmrsFetch)("".concat(l.restBaseUrl,"/encounter/").concat(e),{method:"DELETE",signal:n.signal})})(e,n).then((function(){U(),H(),(0,l.showSnackbar)({isLowContrast:!0,title:v("encounterDeleted","Encounter deleted"),subtitle:v("encounterSuccessfullyDeleted","The encounter has been deleted successfully"),kind:"success"})})).catch((function(){(0,l.showSnackbar)({isLowContrast:!1,title:v("error","Error"),subtitle:v("encounterWithError","The encounter could not be deleted successfully. If the error persists, please contact your system administrator."),kind:"error"})})).finally((function(){t()}))}})}),[U,v,H]),R=(0,a.useMemo)((function(){return N.map((function(e){var n={id:e.uuid};e.launchFormActions={editEncounter:W(e,"edit"),viewEncounter:W(e,"view")},u.forEach((function(t){var a=null==t?void 0:t.getValue(e);t.link&&(a=i().createElement(r.Link,{onClick:function(n){var a;n.preventDefault(),t.link.handleNavigate?t.link.handleNavigate(e):(null===(a=t.link)||void 0===a?void 0:a.getUrl)&&(0,l.navigate)({to:t.link.getUrl(e)})}},"string"==typeof a?a:"")),n[t.key]=a}));var a=Array.isArray(n.actions)&&n.actions.length>0?n.actions:G;return n.actions=i().createElement(r.OverflowMenu,{flipped:!0,className:S.flippedOverflowMenu,"data-testid":"actions-id"},a.map((function(n,a){var o;return(I&&(null==n||null===(o=n.form)||void 0===o?void 0:o.name)?I.name===n.form.name:null)&&i().createElement(r.OverflowMenuItem,{key:a,index:a,itemText:v(n.label),onClick:function(a){a.preventDefault(),"delete"===n.mode?V(e.uuid,e.encounterType.name):(0,_.pE)(I,m,n.mode,U,e.uuid,n.intent,t,w)}})}))),n}))}),[N,W,u,G,I,v,V,U,t,m,w]),J=(0,a.useMemo)((function(){return u?u.map((function(e){return{key:e.key,header:v(e.header)}})):[]}),[u,v]),Y=(0,a.useMemo)((function(){return I?i().createElement(r.Button,{kind:"ghost",renderIcon:function(){return i().createElement(l.AddIcon,{className:S.headerIcon})},iconDescription:"Add",onClick:function(e){e.preventDefault(),(0,_.pE)(I,m,"add",U,"","*",t,w)}},v(L)):null}),[I,L,U,t,v,m,w]);return!0===q||!0===O?i().createElement(r.DataTableSkeleton,{rowCount:10}):i().createElement(i().Fragment,null,(null==R?void 0:R.length)>0||N.length>0?i().createElement(i().Fragment,null,i().createElement("div",{className:S.widgetContainer},i().createElement("div",{className:S.widgetHeaderContainer},i().createElement("h4",{className:c()(S.productiveHeading03)},v(d)),!(null!=P?P:$)&&i().createElement("div",{className:S.toggleButtons},Y)),i().createElement(M,{tableHeaders:J,tableRows:R}),i().createElement(r.Pagination,{page:x,pageSizes:[10,20,30,40,50],onChange:function(e){var n=e.page,t=e.pageSize;A(n),E(t)},pageSize:C,totalItems:j}))):i().createElement(s.EmptyState,{displayText:v(f),headerTitle:v(d),launchForm:P||$?null:function(){return(0,_.pE)(I,m,"add",U,"","*",t,w)}}))};function F(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=new Array(n);t<n;t++)a[t]=e[t];return a}function N(e){return function(e){if(Array.isArray(e))return F(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(e){if("string"==typeof e)return F(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(t):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?F(e,n):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var j=function(e,n){return{form:{name:n.formName},encounterUuid:e.uuid,intent:n.intent||"*",label:n.label,mode:n.mode}},q=function(e,n,t){var a,i,o=(null===(a=n.actionOptions)||void 0===a?void 0:a.map((function(n){return j(e,n)})))||[],r=(null===(i=n.conditionalActionOptions)||void 0===i?void 0:i.map((function(n){return U(e,n,t)})).filter(Boolean))||[];return N(o).concat(N(r))},U=function(e,n,t){var a;return(0,_.Aj)({encounter:e,obsConcept:n.dependantConcept,config:t})===n.dependsOn||(null===(a=e.encounterType)||void 0===a?void 0:a.uuid)===n.dependantEncounter?j(e,n):null},H=function(e,n,t){var a=(0,_.G3)(e,n.conceptMappings);return(0,_.Aj)({encounter:e,obsConcept:a,isDate:n.isDate,isTrueFalseConcept:n.isTrueFalseConcept,type:n.type,fallbackConcepts:n.fallbackConcepts,secondaryConcept:n.secondaryConcept,config:t})},L=function(e,n){return e.map((function(e){return{key:e.id,header:e.title,concept:e.concept,getValue:function(t){return function(e,n,t){return"actions"===n.id?q(e,n,t):n.statusColorMappings?function(e,n,t,a){var o,l=(0,_.Aj)({encounter:e,obsConcept:n,config:a}),s=(0,_.Ki)(e,n);return"--"===l?"--":i().createElement(r.Tag,{type:"object"==(o=null==s?void 0:s.value,o&&"undefined"!=typeof Symbol&&o.constructor===Symbol?"symbol":typeof o)&&"uuid"in s.value?t[s.value.uuid]:void 0,style:{minWidth:"80px"}},"string"==typeof l?l:"")}(e,n.concept,n.statusColorMappings,t):n.isConditionalConcept?(0,_.kv)(e,n.conditionalConceptMappings,n.isDate,t):n.useMultipleObs?(0,_.Ad)(e,n.multipleConcepts,t):n.valueMappings?(0,_.HC)(e,n.concept,n.valueMappings):n.conceptMappings?H(e,n,t):(0,_.Aj)({encounter:e,obsConcept:n.concept,isDate:n.isDate,isTrueFalseConcept:n.isTrueFalseConcept,type:n.type,fallbackConcepts:n.fallbackConcepts,secondaryConcept:n.secondaryConcept,config:t})}(t,e,n)},link:e.isLink?{getUrl:function(e){return e.url},handleNavigate:function(e){var n;return null===(n=e.launchFormActions)||void 0===n?void 0:n.viewEncounter()}}:null}}))},P=t(22293),G={};G.styleTagTransform=k(),G.setAttributes=m(),G.insert=y().bind(null,"head"),G.domAPI=g(),G.insertStyleElement=v(),d()(P.A,G);const W=P.A&&P.A.locals?P.A.locals:void 0,V=function(e){var n,t=e.patientUuid,p=e.patient,c=(0,o.useTranslation)().t,u=(0,s.usePatientChartStore)(t).visitContext,d=(0,l.useConfig)(),f=d.tabDefinitions,g=function(e,n){return e.map((function(e){return{name:e.tabName,hasFilter:e.hasFilter||!1,encounterType:e.encounterType,headerTitle:e.headerTitle,description:e.displayText,formList:e.formList,columns:L(e.columns,n),launchOptions:e.launchOptions}}))}(void 0===f?[]:f,{trueConceptUuid:d.trueConceptUuid,falseConceptUuid:d.falseConceptUuid,otherConceptUuid:d.otherConceptUuid}),h=(0,a.useMemo)((function(){return g.reduce((function(e,n){return n.hasFilter&&(e[n.name]=function(e){var t,a;return(0,_.pb)(e,null===(a=n.formList)||void 0===a||null===(t=a[0])||void 0===t?void 0:t.uuid)}),e}),{})}),[g]),y=null!==(n=p.deceasedBoolean)&&void 0!==n?n:Boolean(p.deceasedDateTime);return i().createElement("div",{className:W.tabContainer},i().createElement(r.Tabs,null,i().createElement(r.TabList,{contained:!0},g.map((function(e){return i().createElement(r.Tab,{key:e.name},c(e.name))}))),i().createElement(r.TabPanels,null,g.map((function(e){return i().createElement(r.TabPanel,{key:e.name},i().createElement(O,{filter:h[e.name],patientUuid:t,formList:e.formList,columns:e.columns,encounterType:e.encounterType,launchOptions:e.launchOptions,headerTitle:e.headerTitle,description:e.description,visit:u,deathStatus:y}))})))))}},57110:(e,n,t)=>{t.d(n,{A:()=>l});var a=t(30977),i=t.n(a),o=t(95924),r=t.n(o)()(i());r.push([e.id,":root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-patient-chart__table__productiveHeading01___5lfyW{font-size:var(--cds-heading-compact-01-font-size, 0.875rem);font-weight:var(--cds-heading-compact-01-font-weight, 600);line-height:var(--cds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--cds-heading-compact-01-letter-spacing, 0.16px)}","",{version:3,sources:["webpack://./../../node_modules/@openmrs/esm-styleguide/src/_vars.scss","webpack://./src/clinical-views/encounter-list/table.scss","webpack://./../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,wDC81BI,2DAAA,CAAA,0DAAA,CAAA,8DAAA,CAAA,mEAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '@openmrs/esm-styleguide/src/vars' as *;\n\n.productiveHeading01 {\n @include type.type-style('heading-compact-01');\n}\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// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={productiveHeading01:"-esm-patient-chart__table__productiveHeading01___5lfyW"};const l=r},61518:(e,n,t)=>{t.d(n,{Ad:()=>d,Aj:()=>f,G3:()=>u,HC:()=>p,Ki:()=>s,kv:()=>c,pE:()=>r,pb:()=>h});var a=t(54440),i=t(63276);function o(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}function r(e,n){var t,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"add",r=arguments.length>3?arguments[3]:void 0,l=arguments.length>4?arguments[4]:void 0,s=arguments.length>5&&void 0!==arguments[5]?arguments[5]:"*",p=arguments.length>6?arguments[6]:void 0;n||arguments.length>7&&void 0!==arguments[7]&&!arguments[7]?(0,a.launchWorkspace)("patient-form-entry-workspace",{workspaceTitle:null!==(t=null==e?void 0:e.display)&&void 0!==t?t:null==e?void 0:e.name,mutateForm:r,formInfo:{encounterUuid:l,formUuid:null==e?void 0:e.uuid,patientUuid:p,visit:n,additionalProps:{mode:"add"===o?"enter":o,formSessionIntent:s,openClinicalFormsWorkspaceOnFormClose:!1}}}):(0,i.launchStartVisitPrompt)()}function l(e,n){return new Date(n.obsDatetime).getTime()-new Date(e.obsDatetime).getTime()}function s(e,n){var t,a=(null==e||null===(t=e.obs)||void 0===t?void 0:t.filter((function(e){return e.concept.uuid===n})))||[];return 1==(null==a?void 0:a.length)?a[0]:a.sort(l)[0]}function p(e,n,t){var a=s(e,n);for(var i in t){var r;if("object"===o(null==a?void 0:a.value)&&"uuid"in a.value&&t[i]===(null==a||null===(r=a.value)||void 0===r?void 0:r.uuid))return i}return"--"}function c(e,n,t,a){var i,r=n.trueConcept,l=n.nonTrueConcept,p=n.dependantConcept,c=n.conditionalConcept,u=null===(i=s(e,p))||void 0===i?void 0:i.value;return f({encounter:e,obsConcept:("object"===(void 0===u?"undefined":o(u))&&"uuid"in u?u.uuid:void 0)===c?r:l,isDate:t,isTrueFalseConcept:!1,config:a})}function u(e,n){var t=!0,a=!1,i=void 0;try{for(var o,r=n[Symbol.iterator]();!(t=(o=r.next()).done);t=!0){var l=o.value,p=s(e,l);if(p&&p.value)return l}}catch(e){a=!0,i=e}finally{try{t||null==r.return||r.return()}finally{if(a)throw i}}return null}function d(e,n,t){var a=[];return n.map((function(n){var i=f({encounter:e,obsConcept:n,config:t});"--"!==i&&a.push(i)})),a.length?a.join(", "):"--"}function f(e){var n,t,i,r,l,p,c,u,d,f=e.encounter,h=e.obsConcept,y=e.isDate,b=void 0!==y&&y,m=e.isTrueFalseConcept,$=void 0!==m&&m,v=e.type,w=e.fallbackConcepts,k=void 0===w?[]:w,x=e.secondaryConcept,A=e.config,z=s(f,h);if(!f&&!h)return"--";if($&&"object"===o(null==z?void 0:z.value))return null==z||null===(i=z.value)||void 0===i||null===(t=i.name)||void 0===t?void 0:t.name;if(v)return g(f,v);if(x&&"object"===o(z.value)&&z.value.names&&z.value.name.display===A.otherConceptUuid){var C=s(f,x);return C?C.value:"--"}if(!z&&(null==k?void 0:k.length)){var M=k.find((function(e){return null!=s(f,e)}));z=s(f,M)}if(!z)return"--";if(b){var _;if("object"===o(z.value)&&(null===(_=z.value)||void 0===_?void 0:_.names))return(0,a.formatDate)((0,a.parseDate)(z.obsDatetime),{mode:"wide",time:!1});if("string"==typeof z.value)return(0,a.formatDate)((0,a.parseDate)(z.value),{mode:"wide",time:!1})}return"object"===o(z.value)&&(null===(n=z.value)||void 0===n?void 0:n.name)?null!==(d=null!==(u=null===(l=z.value)||void 0===l||null===(r=l.name)||void 0===r?void 0:r.display)&&void 0!==u?u:null===(c=z.value)||void 0===c||null===(p=c.name)||void 0===p?void 0:p.name)&&void 0!==d?d:"--":z.value}var g=function(e,n){return"location"===n?e.location.display:"provider"===n?e.encounterProviders.map((function(e){return e.provider.name})).join(" | "):"encounterType"===n?e.encounterType.name:"ageAtEncounter"===n?(0,a.age)(e.patient.birthDate,e.encounterDatetime):"visitDate"===n?(null===(t=e.visit)||void 0===t?void 0:t.startDatetime)?(0,a.formatDate)((0,a.parseDate)(e.visit.startDatetime),{mode:"wide"}):"--":"visitType"===n?null!==(r=null===(o=e.visit)||void 0===o||null===(i=o.visitType)||void 0===i?void 0:i.display)&&void 0!==r?r:"--":"encounterDatetime"===n?(0,a.formatDate)((0,a.parseDate)(e.encounterDatetime),{mode:"wide"}):void 0;var t,i,o,r},h=function(e,n){var t;return(null==e||null===(t=e.form)||void 0===t?void 0:t.uuid)===n}},87372:(e,n,t)=>{t.d(n,{OY:()=>p,dG:()=>c,pQ:()=>d});var a=t(1343),i=t(71123),o=t(54440);function r(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,a=new Array(n);t<n;t++)a[t]=e[t];return a}function l(e,n){if(e){if("string"==typeof e)return r(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(t):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?r(e,n):void 0}}var s="custom:(uuid,encounterDatetime,encounterType,location:(uuid,name),patient:(uuid,display,age,identifiers,person),encounterProviders:(uuid,provider:(uuid,name)),obs:(uuid,obsDatetime,voided,groupMembers,concept:(uuid,name:(uuid,name)),value:(uuid,name:(uuid,name),names:(uuid,conceptNameType,name))),form:(uuid,name),visit:(uuid,startDatetime,stopDatetime,visitType:(uuid,display)))";function p(e,n,t,p,c,u){var d,f,g,h=(u-1)*c,y=(f=(0,a.useState)([]),g=2,function(e){if(Array.isArray(e))return e}(f)||function(e,n){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var a,i,o=[],r=!0,l=!1;try{for(t=t.call(e);!(r=(a=t.next()).done)&&(o.push(a.value),!n||o.length!==n);r=!0);}catch(e){l=!0,i=e}finally{try{r||null==t.return||t.return()}finally{if(l)throw i}}return o}}(f,g)||l(f,g)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),b=y[0],m=y[1],$="".concat(o.restBaseUrl,"/encounter?encounterType=").concat(n,"&patient=").concat(e,"&v=").concat(s,"&totalCount=true&limit=").concat(c,"&startIndex=").concat(h),v=(0,i.Ay)($,o.openmrsFetch),w=v.data,k=v.error,x=v.isLoading,A=v.mutate;(0,a.useEffect)((function(){w&&(w.data.results.sort((function(e,n){return new Date(n.encounterDatetime).getTime()-new Date(e.encounterDatetime).getTime()})),m(t?w.data.results.filter((function(e){return t(e)})):function(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||l(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}(w.data.results)))}),[t,w]);var z=(0,a.useCallback)((function(){A(),p&&p()}),[p,A]);return{encounters:b,total:null==w||null===(d=w.data)||void 0===d?void 0:d.totalCount,isLoading:x,error:k,onFormSave:z,mutate:A}}function c(e){var n,t="".concat(o.restBaseUrl,"/form/").concat(e),a=(0,i.Ay)(e?t:null,o.openmrsFetch),r=a.data,l=a.isLoading,s=a.error;return{formsJson:null!==(n=null==r?void 0:r.data)&&void 0!==n?n:null,isLoading:l,error:s}}var u="custom:(uuid,encounterDatetime,encounterType,location:(uuid,name),patient:(uuid,display,age,identifiers,person),encounterProviders:(uuid,provider:(uuid,name)),obs:(uuid,obsDatetime,voided,groupMembers,concept:(uuid,display,units,name:(uuid,name)),value:(uuid,name:(uuid,name,display),names:(uuid,conceptNameType,name,display))),form:(uuid,name))";function d(e,n){var t,a="encounterType=".concat(n,"&patient=").concat(e),r=e&&n?"/ws/rest/v1/encounter?".concat(a,"&v=").concat(u,"&limit=1&order=desc&startIndex=0"):null,l=(0,i.Ay)(r,o.openmrsFetch),s=l.data,p=l.error,c=l.isLoading,d=l.isValidating;return{lastEncounter:(null==s||null===(t=s.data.results)||void 0===t?void 0:t.length)>0?null==s?void 0:s.data.results[0]:null,error:p,isLoading:c,isValidating:d}}},89098:(e,n,t)=>{t.d(n,{A:()=>l});var a=t(30977),i=t.n(a),o=t(95924),r=t.n(o)()(i());r.push([e.id,':root{--brand-01: #005d5d;--brand-02: #004144;--brand-03: #007d79;--bottom-nav-height: 4rem;--workspace-header-height: 3rem;--tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));--desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height))}.-esm-patient-chart__encounter-list__widgetContainer___Cecr1{background-color:#fff;border:1px solid #e0e0e0;margin-bottom:1rem}.-esm-patient-chart__encounter-list__widgetHeaderContainer___pVJ36{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0 .75rem 1rem}.-esm-patient-chart__encounter-list__widgetHeaderContainer___pVJ36>h4:after{content:"";display:block;width:2rem;padding-top:.188rem;border-bottom:.375rem solid var(--brand-03)}.-esm-patient-chart__encounter-list__headerIcon___h-POn{fill:var(--cds-link-primary, #0f62fe) !important}.-esm-patient-chart__encounter-list__widgetContainer___Cecr1 .cds--data-table thead th button span{height:unset !important}.-esm-patient-chart__encounter-list__productiveHeading03___SZgR1{font-size:var(--cds-heading-03-font-size, 1.25rem);font-weight:var(--cds-heading-03-font-weight, 400);line-height:var(--cds-heading-03-line-height, 1.4);letter-spacing:var(--cds-heading-03-letter-spacing, 0)}',"",{version:3,sources:["webpack://./../../node_modules/@openmrs/esm-styleguide/src/_vars.scss","webpack://./src/clinical-views/encounter-list/encounter-list.scss","webpack://./../../node_modules/@carbon/layout/scss/generated/_spacing.scss","webpack://./../../node_modules/@carbon/type/scss/_styles.scss"],names:[],mappings:"AAsDA,MACE,mBAAA,CACA,mBAAA,CACA,mBAAA,CACA,yBAAA,CACA,+BAAA,CACA,oGAAA,CACA,2GAAA,CCzDF,6DACE,qBDIc,CCHd,wBAAA,CACA,kBCwBW,CDrBb,mEACE,YAAA,CACA,6BAAA,CACA,kBAAA,CACA,4BAAA,CAGF,4EACE,UAAA,CACA,aAAA,CACA,UAAA,CACA,mBAAA,CACA,2CAAA,CAGF,wDACE,gDAAA,CAGF,mGACE,uBAAA,CAGF,iEEi0BI,kDAAA,CAAA,kDAAA,CAAA,kDAAA,CAAA,sDAAA",sourcesContent:["@use '@carbon/layout';\n\n$ui-01: #f4f4f4;\n$ui-02: #ffffff;\n$ui-03: #e0e0e0;\n$ui-04: #8d8d8d;\n$ui-05: #161616;\n$text-02: #525252;\n$text-03: #a8a8a8;\n$ui-background: #ffffff;\n$color-gray-30: #c6c6c6;\n$color-gray-70: #525252;\n$color-gray-100: #161616;\n$color-blue-60-2: #0f62fe;\n$color-blue-10: #edf5ff;\n$color-yellow-50: #feecae;\n$carbon--red-50: #fa4d56;\n$inverse-link: #78a9ff;\n$support-02: #24a148;\n$inverse-support-03: #f1c21b;\n$warning-background: #fff8e1;\n$openmrs-background-grey: #f4f4f4;\n$danger: #da1e28;\n$interactive-01: #0f62fe;\n$field-01: #f4f4f4;\n$grey-2: #e0e0e0;\n$labeldropdown: #c6c6c6;\n\n$brand-primary-10: #d9fbfb;\n$brand-primary-20: #9ef0f0;\n$brand-primary-30: #3ddbd9;\n$brand-primary-40: #08bdba;\n$brand-primary-50: #009d9a;\n\n/* 60,70 and 80 are already declared as brand-01, 02 and 03 respectively */\n\n$brand-primary-90: #022b30;\n$brand-primary-100: #081a1c;\n\n@mixin brand-01($property) {\n #{$property}: #005d5d;\n #{$property}: var(--brand-01);\n}\n\n@mixin brand-02($property) {\n #{$property}: #004144;\n #{$property}: var(--brand-02);\n}\n\n@mixin brand-03($property) {\n #{$property}: #007d79;\n #{$property}: var(--brand-03);\n}\n\n:root {\n --brand-01: #005d5d;\n --brand-02: #004144;\n --brand-03: #007d79;\n --bottom-nav-height: #{layout.$spacing-10};\n --workspace-header-height: #{layout.$spacing-09};\n --tablet-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--bottom-nav-height));\n --desktop-workspace-window-height: calc(100vh - var(--omrs-navbar-height) - var(--workspace-header-height));\n}\n\n$breakpoint-phone-min: 0px;\n$breakpoint-phone-max: 600px;\n$breakpoint-tablet-min: 601px;\n$breakpoint-tablet-max: 1023px;\n$breakpoint-small-desktop-min: 1024px;\n$breakpoint-small-desktop-max: 1439px;\n$breakpoint-large-desktop-min: 1440px;\n$breakpoint-large-desktop-max: 99999999px;\n\n/* These color variables will be removed in a future release */\n$brand-teal-01: #007d79;\n$brand-01: #005d5d;\n$brand-02: #004144;\n","@use '@carbon/layout';\n@use '@carbon/type';\n@use '@openmrs/esm-styleguide/src/vars' as *;\n\n.widgetContainer {\n background-color: $ui-background;\n border: 1px solid #e0e0e0;\n margin-bottom: layout.$spacing-05;\n}\n\n.widgetHeaderContainer {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: layout.$spacing-04 0 layout.$spacing-04 layout.$spacing-05;\n}\n\n.widgetHeaderContainer > h4:after {\n content: '';\n display: block;\n width: 2rem;\n padding-top: 0.188rem;\n border-bottom: 0.375rem solid var(--brand-03);\n}\n\n.headerIcon {\n fill: var(--cds-link-primary, #0f62fe) !important;\n}\n\n.widgetContainer :global(.cds--data-table) thead th button span {\n height: unset !important;\n}\n\n.productiveHeading03 {\n @include type.type-style('heading-03');\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","//\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// stylelint-disable number-max-precision\n\n@use 'sass:map';\n@use 'sass:math';\n@use '@carbon/grid/scss/config' as gridconfig;\n@use '@carbon/grid/scss/breakpoint' as grid;\n@use 'prefix' as *;\n@use 'font-family';\n@use 'scale';\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$caption-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$label-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-01: (\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$legal-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-01: (\n font-size: scale.type-scale(1),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @deprecated\n/// @group @carbon/type\n$helper-text-02: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-01: $body-short-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-01: $body-long-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-short-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-compact-02: $body-short-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-long-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$body-02: $body-long-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-01: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(1),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.33333,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$code-02: (\n font-family: font-family.font-family('mono'),\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.42857,\n letter-spacing: 0.32px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.42857,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-01: (\n font-size: scale.type-scale(2),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.28572,\n letter-spacing: 0.16px,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-01: $productive-heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.5,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-02: (\n font-size: scale.type-scale(3),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.375,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-compact-02: $productive-heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-03: $productive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-04: $productive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-05: $productive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-06: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n // Extra digit needed for precision in Chrome\n line-height: 1.199,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-06: $productive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$productive-heading-07: (\n font-size: scale.type-scale(12),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$heading-07: $productive-heading-07 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-01: $heading-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-02: $heading-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-03: (\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.4,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(5),\n line-height: 1.4,\n ),\n max: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-03: $expressive-heading-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-04: (\n font-size: scale.type-scale(7),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.28572,\n letter-spacing: 0,\n breakpoints: (\n xlg: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n font-weight: font-family.font-weight('regular'),\n ),\n max: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-04: $expressive-heading-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-05: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n font-weight: font-family.font-weight('light'),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-05: $expressive-heading-05 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-heading-06: (\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-heading-06: $expressive-heading-06 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$expressive-paragraph-01: (\n font-size: scale.type-scale(6),\n font-weight: font-family.font-weight('light'),\n line-height: 1.334,\n letter-spacing: 0,\n breakpoints: (\n lg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n);\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-paragraph-01: $expressive-paragraph-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-01: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(5),\n font-weight: font-family.font-weight('regular'),\n line-height: 1.3,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(5),\n ),\n lg: (\n font-size: scale.type-scale(6),\n line-height: 1.334,\n ),\n xlg: (\n font-size: scale.type-scale(7),\n line-height: 1.28572,\n ),\n max: (\n font-size: scale.type-scale(8),\n line-height: 1.25,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-01: $quotation-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$quotation-02: (\n font-family: font-family.font-family('serif'),\n font-size: scale.type-scale(8),\n font-weight: font-family.font-weight('light'),\n line-height: 1.25,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(9),\n line-height: 1.22,\n ),\n lg: (\n font-size: scale.type-scale(10),\n line-height: 1.19,\n ),\n xlg: (\n font-size: scale.type-scale(11),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(13),\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-quotation-02: $quotation-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-01: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.17,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-01: $display-01 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-02: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('semibold'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(10),\n ),\n lg: (\n font-size: scale.type-scale(12),\n ),\n xlg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n ),\n max: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-02: $display-02 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-03: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(12),\n line-height: 1.18,\n ),\n lg: (\n font-size: scale.type-scale(13),\n line-height: 1.16,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(15),\n line-height: 1.13,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(16),\n line-height: 1.11,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-03: $display-03 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$display-04: (\n font-size: scale.type-scale(10),\n font-weight: font-family.font-weight('light'),\n line-height: 1.19,\n letter-spacing: 0,\n breakpoints: (\n md: (\n font-size: scale.type-scale(14),\n line-height: 1.15,\n ),\n lg: (\n font-size: scale.type-scale(17),\n line-height: 1.11,\n letter-spacing: -0.64px,\n ),\n xlg: (\n font-size: scale.type-scale(20),\n line-height: 1.07,\n letter-spacing: -0.64px,\n ),\n max: (\n font-size: scale.type-scale(23),\n line-height: 1.05,\n letter-spacing: -0.96px,\n ),\n ),\n) !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$fluid-display-04: $display-04 !default;\n\n/// @type Map\n/// @access public\n/// @group @carbon/type\n$tokens: (\n caption-01: $caption-01,\n caption-02: $caption-02,\n label-01: $label-01,\n label-02: $label-02,\n helper-text-01: $helper-text-01,\n helper-text-02: $helper-text-02,\n body-short-01: $body-short-01,\n body-short-02: $body-short-02,\n body-long-01: $body-long-01,\n body-long-02: $body-long-02,\n code-01: $code-01,\n code-02: $code-02,\n heading-01: $heading-01,\n heading-02: $heading-02,\n productive-heading-01: $productive-heading-01,\n productive-heading-02: $productive-heading-02,\n productive-heading-03: $productive-heading-03,\n productive-heading-04: $productive-heading-04,\n productive-heading-05: $productive-heading-05,\n productive-heading-06: $productive-heading-06,\n productive-heading-07: $productive-heading-07,\n expressive-paragraph-01: $expressive-paragraph-01,\n expressive-heading-01: $expressive-heading-01,\n expressive-heading-02: $expressive-heading-02,\n expressive-heading-03: $expressive-heading-03,\n expressive-heading-04: $expressive-heading-04,\n expressive-heading-05: $expressive-heading-05,\n expressive-heading-06: $expressive-heading-06,\n quotation-01: $quotation-01,\n quotation-02: $quotation-02,\n display-01: $display-01,\n display-02: $display-02,\n display-03: $display-03,\n display-04: $display-04,\n // V11 Tokens\n legal-01: $legal-01,\n legal-02: $legal-02,\n body-compact-01: $body-compact-01,\n body-compact-02: $body-compact-02,\n heading-compact-01: $heading-compact-01,\n heading-compact-02: $heading-compact-02,\n body-01: $body-01,\n body-02: $body-02,\n heading-03: $heading-03,\n heading-04: $heading-04,\n heading-05: $heading-05,\n heading-06: $heading-06,\n heading-07: $heading-07,\n fluid-heading-03: $fluid-heading-03,\n fluid-heading-04: $fluid-heading-04,\n fluid-heading-05: $fluid-heading-05,\n fluid-heading-06: $fluid-heading-06,\n fluid-paragraph-01: $fluid-paragraph-01,\n fluid-quotation-01: $fluid-quotation-01,\n fluid-quotation-02: $fluid-quotation-02,\n fluid-display-01: $fluid-display-01,\n fluid-display-02: $fluid-display-02,\n fluid-display-03: $fluid-display-03,\n fluid-display-04: $fluid-display-04,\n) !default;\n\n/// @param {Map} $map\n/// @access public\n/// @group @carbon/type\n@mixin properties($map) {\n @each $name, $value in $map {\n #{$name}: $value;\n }\n}\n\n/// @param {Number} $value - Number with units\n/// @return {Number} Without units\n/// @access public\n/// @group @carbon/type\n@function strip-unit($value) {\n @return math.div($value, $value * 0 + 1);\n}\n\n/// This helper includes fluid type styles for the given token value. Fluid type\n/// means that the `font-size` is computed using `calc()` in order to be\n/// determined by the screen size instead of a breakpoint. As a result, fluid\n/// styles should be used with caution in fixed width contexts.\n///\n/// In addition, we make use of %-based line-heights so that the line-height of\n/// each type style is computed correctly due to the dynamic nature of the\n/// `font-size`.\n///\n/// Most of the logic for this work comes from CSS Tricks:\n/// https://css-tricks.com/snippets/css/fluid-typography/\n///\n/// @param {Map} $type-styles - The value of a given type token\n/// @param {Map} $breakpoints [$grid-breakpoints] - Custom breakpoints to use\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type($type-styles, $breakpoints: gridconfig.$grid-breakpoints) {\n // Include the initial styles for the given token by default without any\n // media query guard. This includes `font-size` as a fallback in the case\n // that a browser does not support `calc()`\n @include properties(map.remove($type-styles, breakpoints));\n // We also need to include the `sm` styles by default since they don't\n // appear in the fluid styles for tokens\n @include fluid-type-size($type-styles, sm, $breakpoints);\n\n // Finally, we need to go through all the breakpoints defined in the type\n // token and apply the properties and fluid type size for that given\n // breakpoint\n @each $name, $values in map.get($type-styles, breakpoints) {\n @include grid.breakpoint($name) {\n @include properties($values);\n @include fluid-type-size($type-styles, $name, $breakpoints);\n }\n }\n}\n\n/// Computes the fluid `font-size` for a given type style and breakpoint\n/// @param {Map} $type-styles - The styles for a given token\n/// @param {String} $name - The name of the breakpoint to which we apply the fluid\n/// @param {Map} $breakpoints [$grid-breakpoints] - The breakpoints for the grid system\n/// @access public\n/// @group @carbon/type\n@mixin fluid-type-size(\n $type-styles,\n $name,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n // Get the information about the breakpoint we're currently working in. Useful\n // for getting initial width information\n $breakpoint: map.get($breakpoints, $name);\n\n // Our fluid styles are captured under the 'breakpoints' property in our type\n // styles map. These define what values to treat as `max-` variables below\n $fluid-sizes: map.get($type-styles, breakpoints);\n $fluid-breakpoint: ();\n // Special case for `sm` because the styles for small are on the type style\n // directly\n @if $name == sm {\n $fluid-breakpoint: map.remove($type-styles, breakpoints);\n } @else {\n $fluid-breakpoint: map.get($fluid-sizes, $name);\n }\n\n // Initialize our font-sizes to the default size for the type style\n $max-font-size: map.get($type-styles, font-size);\n $min-font-size: map.get($type-styles, font-size);\n @if map.has-key($fluid-breakpoint, font-size) {\n $min-font-size: map.get($fluid-breakpoint, font-size);\n }\n\n // Initialize our min and max width to the width of the current breakpoint\n $max-vw: map.get($breakpoint, width);\n $min-vw: map.get($breakpoint, width);\n\n // We can use `breakpoint-next` to see if there is another breakpoint we can\n // use to update `max-font-size` and `max-vw` with larger values\n $next-breakpoint-available: grid.breakpoint-next($name, $breakpoints);\n $next-fluid-breakpoint-name: null;\n\n // We need to figure out what the next available fluid breakpoint is for our\n // given $type-styles. In this loop we try and iterate through breakpoints\n // until we either manually set $next-breakpoint-available to null or\n // `breakpoint-next` returns null.\n @while $next-breakpoint-available {\n @if map.has-key($fluid-sizes, $next-breakpoint-available) {\n $next-fluid-breakpoint-name: $next-breakpoint-available;\n $next-breakpoint-available: null;\n } @else {\n $next-breakpoint-available: grid.breakpoint-next(\n $next-breakpoint-available,\n $breakpoints\n );\n }\n }\n\n // If we have found the next available fluid breakpoint name, then we know\n // that we have values that we can use to set max-font-size and max-vw as both\n // values derive from the next breakpoint\n @if $next-fluid-breakpoint-name {\n $next-fluid-breakpoint: map.get($breakpoints, $next-fluid-breakpoint-name);\n $max-font-size: map.get(\n map.get($fluid-sizes, $next-fluid-breakpoint-name),\n font-size\n );\n $max-vw: map.get($next-fluid-breakpoint, width);\n\n // prettier-ignore\n font-size: calc(#{$min-font-size} +\n #{strip-unit($max-font-size - $min-font-size)} *\n ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})\n );\n } @else {\n // Otherwise, just default to setting the font size found from the type\n // style or the given fluid breakpoint in the type style\n font-size: $min-font-size;\n }\n}\n\n// TODO move following variable and `custom-property` mixin into shared file for\n// both `@carbon/type` and `@carbon/themes`\n\n/// @access private\n/// @group @carbon/type\n@mixin custom-properties($name, $value) {\n @each $property, $value in $value {\n #{$property}: var(\n --#{$custom-property-prefix}-#{$name}-#{$property},\n #{$value}\n );\n }\n}\n\n/// Helper mixin to include the styles for a given token in any selector in your\n/// project. Also includes an optional fluid option that will enable fluid\n/// styles for the token if they are defined. Fluid styles will cause the\n/// token's font-size to be computed based on the viewport size. As a result, use\n/// with caution in fixed contexts.\n/// @param {String} $name - The name of the token to get the styles for\n/// @param {Boolean} $fluid [false] - Specify whether to include fluid styles for the\n/// @param {Map} $breakpoints [$grid-breakpoints] - Provide a custom breakpoint map to use\n/// @access public\n/// @group @carbon/type\n@mixin type-style(\n $name,\n $fluid: false,\n $breakpoints: gridconfig.$grid-breakpoints\n) {\n @if not map.has-key($tokens, $name) {\n @error 'Unable to find a token with the name: `#{$name}`';\n }\n\n $token: map.get($tokens, $name);\n\n // If $fluid is set to true and the token has breakpoints defined for fluid\n // styles, delegate to the fluid-type helper for the given token\n @if $fluid == true and map.has-key($token, 'breakpoints') {\n @include fluid-type($token, $breakpoints);\n } @else {\n @include custom-properties($name, $token);\n }\n}\n"],sourceRoot:""}]),r.locals={widgetContainer:"-esm-patient-chart__encounter-list__widgetContainer___Cecr1",widgetHeaderContainer:"-esm-patient-chart__encounter-list__widgetHeaderContainer___pVJ36",headerIcon:"-esm-patient-chart__encounter-list__headerIcon___h-POn",productiveHeading03:"-esm-patient-chart__encounter-list__productiveHeading03___SZgR1"};const l=r}}]);
|
package/dist/6568.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"6568.js","mappings":"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","sources":["webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list-tabs.scss","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/table.scss?a954","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/table.component.tsx","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list.scss?1f9f","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list.component.tsx","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/utils/encounter-list.resource.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/utils/encounter-list-config-builder.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/tag.component.tsx","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list-tabs.scss?faf6","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list-tabs.extension.tsx","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/table.scss","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/utils/helpers.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/hooks/useEncounterRows.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/hooks/useFormsJson.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/hooks/useLastEncounter.ts","webpack://@openmrs/esm-patient-chart-app/./src/clinical-views/encounter-list/encounter-list.scss"],"names":["___CSS_LOADER_EXPORT___","push","module","id","locals","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","undefined","EncounterListDataTable","tableHeaders","tableRows","TableContainer","DataTable","rows","headers","isSortable","size","getHeaderProps","getTableProps","Table","TableHead","TableRow","map","header","index","TableHeader","key","className","styles","productiveHeading01","text02","TableBody","row","cells","cell","TableCell","value","content","EncounterList","formList","patientUuid","encounterType","columns","headerTitle","description","filter","launchOptions","afterFormSaveAction","visit","deathStatus","useTranslation","t","useConfig","requireActiveVisitForEncounterTile","useState","currentPage","setCurrentPage","pageSize","setPageSize","useFormsJson","uuid","formsJson","isLoading","useEncounterRows","encounters","total","onFormSave","mutate","displayText","hideFormLauncher","defaultActions","useMemo","label","form","name","mode","intent","createLaunchFormAction","useCallback","encounter","launchEncounterForm","handleDeleteEncounter","encounterUuid","encounterTypeName","close","showModal","onConfirmation","abortController","AbortController","openmrsFetch","restBaseUrl","method","signal","deleteEncounter","then","showSnackbar","isLowContrast","title","subtitle","kind","catch","finally","tableRow","editEncounter","viewEncounter","forEach","column","val","getValue","link","Link","onClick","e","preventDefault","handleNavigate","getUrl","navigate","to","actions","Array","isArray","length","OverflowMenu","flipped","flippedOverflowMenu","data-testid","actionItem","OverflowMenuItem","itemText","formLauncher","Button","renderIcon","AddIcon","headerIcon","iconDescription","isLoadingFormsJson","DataTableSkeleton","rowCount","div","widgetContainer","widgetHeaderContainer","h4","classNames","productiveHeading03","toggleButtons","Pagination","page","pageSizes","onChange","totalItems","EmptyState","launchForm","createActionObject","action","formName","getActions","config","baseActions","actionOptions","conditionalActions","conditionalActionOptions","createConditionalAction","Boolean","getObsFromEncounter","obsConcept","dependantConcept","dependsOn","dependantEncounter","getMappedConceptValue","concept","getConceptFromMappings","conceptMappings","isDate","isTrueFalseConcept","type","fallbackConcepts","secondaryConcept","getTabColumns","columnsDefinition","statusColorMappings","columnStatus","columnStatusObs","findObs","Tag","style","minWidth","renderTag","isConditionalConcept","getConditionalConceptValue","conditionalConceptMappings","useMultipleObs","getMultipleObsFromEncounter","multipleConcepts","valueMappings","resolveValueUsingMappings","getColumnValue","isLink","url","launchFormActions","patient","usePatientChartStore","visitContext","tabDefinitions","tabsConfig","tab","tabName","hasFilter","getMenuItemTabsConfiguration","trueConceptUuid","falseConceptUuid","otherConceptUuid","tabFilters","reduce","result","isDead","deceasedBoolean","deceasedDateTime","tabContainer","Tabs","TabList","contained","Tab","TabPanels","TabPanel","launchWorkspace","workspaceTitle","display","mutateForm","formInfo","formUuid","additionalProps","formSessionIntent","openClinicalFormsWorkspaceOnFormClose","launchStartVisitPrompt","obsArrayDateComparator","left","right","Date","obsDatetime","getTime","allObs","obs","observation","sort","mappings","trueConcept","nonTrueConcept","conditionalConcept","dependantValue","concepts","obsConcepts","observations","join","getEncounterProperty","names","secondaryObs","find","c","formatDate","parseDate","time","location","encounterProviders","p","provider","age","birthDate","encounterDatetime","startDatetime","visitType","encounterRepresentation","encounterFilter","response","startIndex","setEncounters","useSWR","data","error","useEffect","results","a","b","totalCount","useLastEncounter","query","endpointUrl","isValidating","lastEncounter"],"sourceRoot":""}
|
package/dist/6679.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[6679],{96679:e=>{e.exports=JSON.parse('{"actions":"Actions","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"Todos","allEncounters":"Todas consultas","AM":"AM","cancel":"Cancelar","causeOfDeath":"Causa de óbito","causeOfDeath_lower":"conceitos de causa de óbito configurados no sistema","causeOfDeathIsRequired":"Por favor selecione a causa de óbito","change":"Change","checkFilters":"Verifique os filtros acima","confirm":"Confirmar","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"A data de consulta está fora do intervalo de datas associada a visita. Gostaria de modificar a data da visita para acomodar a nova data da consulta?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Visita actual","date":"Data","dateAndTime":"Data e hora","dateOfDeath":"Data de óbito","deathDateRequired":"Por favor selecione a data de óbito","delete":"Apagar","deleteActiveVisit":"Delete active visit","deleteEncounter":"Apagar consulta","deleteEncounterConfirmationText":"Tem certeza de que deseja apagar esta consulta? Esta ação não pode ser desfeita.","deleteThisEncounter":"Apagar esta consulta","deleteVisit":"Apagar visita","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Apagando visita","diagnoses":"Diagnósticos","discard":"Descartar","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Editar esta consulta","editVisitDetails":"Editar detalhes da visita","emptyStateText":"Não há {{displayText}} para mostrar para este utente","enable":"Enable","encounter":"Encounter","encounterDeleted":"Consulta eliminada","encounters_title":"Consultas","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Tipo de consulta","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Tem certeza de que deseja terminar esta visita activa?","endDate":"Data de fim","endDate_title":"Data de fim","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":"Terminar Visita","enterNonCodedCauseOfDeath":"Insira a causa de óbito não codificada","error":"Erro","errorCopy":"Desculpe, ocorreu um problema ao visualizar essas informações. Você pode tentar recarregar esta página ou entrar em contato com o administrador do sistema providenciando o código de erro acima.","errorCreatingVisitAttribute":"Não foi possível apagar o atributo {{attributeName}}","errorDeletingVisit":"Erro ao apagar visita","errorDeletingVisitAttribute":"Não foi possível apagar o atributo {{attributeName}}","errorEndingVisit":"Erro ao terminar visita","errorMarkingPatientAlive":"Erro ao marcar utente como vivo","errorMarkingPatientDeceased":"Erro ao marcar utente como óbito","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Não foi possível actualizar o atributo {{attributeName}}","errorUpdatingVisitDetails":"Erro ao actualizar detalhes da visita","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","
|
|
1
|
+
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[6679],{96679:e=>{e.exports=JSON.parse('{"actions":"Actions","activeVisits__lower":"active visits","addingToVisit":"Adding to:","additionalVisitInformationUpdatedSuccessfully":"Additional visit information updated successfully","addVisit":"Add visit","all":"Todos","allEncounters":"Todas consultas","AM":"AM","cancel":"Cancelar","causeOfDeath":"Causa de óbito","causeOfDeath_lower":"conceitos de causa de óbito configurados no sistema","causeOfDeathIsRequired":"Por favor selecione a causa de óbito","change":"Change","checkFilters":"Verifique os filtros acima","confirm":"Confirmar","confirmDeleteVisitText":"Deleting this {{visit}} will delete its associated encounters.","confirmModifyingVisitDateToAccomodateEncounter":"A data de consulta está fora do intervalo de datas associada a visita. Gostaria de modificar a data da visita para acomodar a nova data da consulta?","continue":"Continue","createNewVisit":"Create new visit...","currentActiveVisit":"Current active visit","currentVisit":"Visita actual","date":"Data","dateAndTime":"Data e hora","dateOfDeath":"Data de óbito","deathDateRequired":"Por favor selecione a data de óbito","delete":"Apagar","deleteActiveVisit":"Delete active visit","deleteEncounter":"Apagar consulta","deleteEncounterConfirmationText":"Tem certeza de que deseja apagar esta consulta? Esta ação não pode ser desfeita.","deleteThisEncounter":"Apagar esta consulta","deleteVisit":"Apagar visita","deleteVisitDialogHeader":"Are you sure you want to delete this visit?","deletingVisit":"Apagando visita","diagnoses":"Diagnósticos","discard":"Descartar","discontinued":"Discontinued","dose":"Dose","dosingInstructions":"Dosing Instructions","editEncounter":"Edit","editThisEncounter":"Editar esta consulta","editVisitDetails":"Editar detalhes da visita","emptyStateText":"Não há {{displayText}} para mostrar para este utente","enable":"Enable","encounter":"Encounter","encounterDeleted":"Consulta eliminada","encounters_title":"Consultas","encountersForThisVisit":"encounters for this visit","encounterSuccessfullyDeleted":"The encounter has been deleted successfully","encounterTableActionsMenu":"Encounter table actions menu","encounterType":"Tipo de consulta","encounterWithError":"The encounter could not be deleted successfully. If the error persists, please contact your system administrator.","endActiveVisit":"End active visit","endActiveVisitConfirmation":"Tem certeza de que deseja terminar esta visita activa?","endDate":"Data de fim","endDate_title":"Data de fim","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":"Terminar Visita","enterNonCodedCauseOfDeath":"Insira a causa de óbito não codificada","error":"Erro","errorCopy":"Desculpe, ocorreu um problema ao visualizar essas informações. Você pode tentar recarregar esta página ou entrar em contato com o administrador do sistema providenciando o código de erro acima.","errorCreatingVisitAttribute":"Não foi possível apagar o atributo {{attributeName}}","errorDeletingVisit":"Erro ao apagar visita","errorDeletingVisitAttribute":"Não foi possível apagar o atributo {{attributeName}}","errorEndingVisit":"Erro ao terminar visita","errorMarkingPatientAlive":"Erro ao marcar utente como vivo","errorMarkingPatientDeceased":"Erro ao marcar utente como óbito","errorOccurredDeletingVisit":"An error occurred when deleting visit","errorStartingVisit":"Error starting visit","errorStartingVisitDescription":"An error occurred while starting the visit","errorUpdatingVisitAttribute":"Não foi possível actualizar o atributo {{attributeName}}","errorUpdatingVisitDetails":"Erro ao actualizar detalhes da visita","errorWhenRestoringVisit":"Error occurred when restoring {{visit}}","fieldRequired":"This field is required","filterByEncounterType":"Filtrar por tipo de consulta","form":"Nome do formulário","fromDateToDate":"{{fromDate}} - {{toDate}}","futureEndTime":"End time cannot be in the future","futureStartTime":"Start time cannot be in the future","indication":"Indicação","inThePast":"In the past","loading":"Carregando","markAliveSuccessfully":"Patient marked alive successfully","markDeceasedWarning":"Marcar o utente como óbito encerrará todas as visitas activas","markPatientAlive":"Marcar utente vivo","markPatientAliveConfirmation":"Tem certeza de que deseja marcar este utente como vivo?","markPatientDeceased":"Marcar paciente como óbito","medications":"Medicamentos","medications__lower":"medicamentos","missingVisitType":"Falta o tipo de visita","modifyVisitDate":"Modifcar data de visita","new":"New","nextPage":"Next page","no":"Não","noActiveVisit":"Sem Visita Ativa","noActiveVisitNoRDEText":"Você não pode adicionar dados ao prontuário do utente sem uma visita activa. Gostaria de iniciar uma nova visita?","noDiagnosesFound":"Nenhum diagnóstico encontrado","noEncountersToDisplay":"Nenhuma consulta para mostrar","noMatchingCodedCausesOfDeath":"Nenhuma causa de óbito codificada encontrada","nonCodedCauseOfDeath":"Causa de óbito não codificada","nonCodedCauseOfDeathRequired":"Por favor, insira a causa de óbito não codificada","noObservationsFound":"Nenhuma observação encontrada","noProvider":"No provider","notes":"Notas","notes__lower":"notas","noVisitsToDisplay":"No visits to display","noVisitTypesToDisplay":"Nenhum tipo de visita para mostrar","offlineVisit":"Offline Visit","On scheduled date":"On scheduled date","ongoing":"Ongoing","optional":"opcional","orderDurationAndUnit":"para {{duration}} {{durationUnit}}","orderIndefiniteDuration":"Duração indefinida","paginationItemsCount_one":"{{pageItemsCount}} / {{count}} item","paginationItemsCount_other":"{{pageItemsCount}} / {{count}} itens","paginationPageText_one":"de {{count}} página","paginationPageText_other":"de {{count}} páginas","partOfFormDidntLoad":"Parte do formulário não foi carregado","pastVisits":"Past visits","Patient Summary":"Sumário do utente","PM":"PM","previousPage":"Previous page","program":"Programa","provider":"Provedor","quantity":"Quantidade","recommended":"Recomendado","record":"Registo","refills":"Repor","refreshToTryAgain":"Por favor, actualize para tentar novamente","required":"Obrigatório","Routine":"Routine","saveAndClose":"Salvar e fechar","saving":"Gravando","searchForAVisitType":"Pesquise um tipo de visita","searchForCauseOfDeath":"Pesquise a causa de óbito","seeAll":"Ver tudo","selectAnOption":"Selecione uma opção","selectAVisit":"Select a visit","selectLocation":"Selecione um local","selectProgramType":"Selecione tipo de programa","selectVisitType":"Favor, selecionar o tipo de visita","showVisitWithStartDateOnOrPriorTo":"Show visit with start date on or prior to:","startDate":"Start date","startingVisit":"Iniciando visita","startNewVisit":"Iniciar nova visita","startTime":"Start time","startTimeFormat":"Start time format","startVisit":"Iniciar visita","startVisitError":"Erro ao iniciar visita","startVisitWorkspaceTitle":"Start a visit","Stat":"Stat","tests":"Testes","theVisitIs":"The visit is","time":"Time","timeCompleted":"Time completed","timeFormat ":"Time Format","timeline":"Timeline","timeStarted":"Time started","undo":"Desfazer","unknownError":"Unknown error","updateVisit":"Actualizar visita","updatingVisit":"Actualizando visita","viewEncounter":"View","visitAttributes":"Atributos da visita","visitDeleted":"{{visit}} apagada","visitDeletedSuccessfully":"{{visit}} apagada com sucesso","visitDetailsUpdated":"Detalhes da visita actualizados","visitDetailsUpdatedSuccessfully":"{{visit}} actualizado com sucesso","visitEnded":"Visita terminada","visitEndSuccessfully":"Visita actual terminada com sucesso","visitLocation":"Local da Visita","visitLocationRequired":"Visit location is required","visitNotRestored":"Visita não pode ser restaurada","visitRestored":"Visita restaurada","visitRestoredSuccessfully":"{{visit}} restaurada com sucesso","visits":"visitas","Visits":"Visitas","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":"Visita iniciada","visitStartedSuccessfully":"{{visit}} iniciada com sucesso","visitType":"Tipo de visita","visitType_title":"Tipo de Visita","visitTypeRequired":"Visit type is required","warning":"Aviso","yes":"Sim","youCanAddAdditionalEncounters":"You can add additional encounters to this visit in the visit summary."}')}}]);
|
package/dist/6840.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[6840],{36840: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([[6840],{36840: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/6859.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[6859],{56859: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([[6859],{56859: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/7097.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[7097],{27097: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([[7097],{27097: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/7159.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_openmrs_esm_patient_chart_app=globalThis.webpackChunk_openmrs_esm_patient_chart_app||[]).push([[7159],{77159: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([[7159],{77159: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."}')}}]);
|