@ampath/esm-dha-workflow-app 4.0.0-next.145 → 4.0.0-next.147
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/dist/1826.js +1 -1
- package/dist/1826.js.map +1 -1
- package/dist/1925.js +1 -1
- package/dist/1925.js.map +1 -1
- package/dist/2333.js +1 -0
- package/dist/2333.js.map +1 -0
- package/dist/2801.js +1 -1
- package/dist/4517.js +1 -1
- package/dist/4517.js.map +1 -1
- package/dist/4674.js +1 -1
- package/dist/5752.js +1 -1
- package/dist/5752.js.map +1 -1
- package/dist/6260.js +1 -0
- package/dist/6260.js.map +1 -0
- package/dist/6264.js +1 -1
- package/dist/7258.js +1 -1
- package/dist/8114.js +1 -1
- package/dist/8114.js.map +1 -1
- package/dist/8235.js +1 -0
- package/dist/8235.js.map +1 -0
- package/dist/8558.js +1 -0
- package/dist/8558.js.map +1 -0
- package/dist/9721.js +1 -1
- package/dist/9721.js.map +1 -1
- package/dist/esm-dha-workflow-app.js +1 -1
- package/dist/esm-dha-workflow-app.js.buildmanifest.json +105 -81
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/billing/extensions/visit-billing/visit-billing.extension.tsx +76 -4
- package/src/dashboard-meta/maternity-dashboard.meta.ts +6 -0
- package/src/dashboard-meta/mch-dashboard.meta.ts +1 -1
- package/src/index.ts +2 -9
- package/src/mnch/maternity/maternity-queues.component.tsx +28 -0
- package/src/mnch/maternity/queues/triage/maternity-triage.tsx +15 -0
- package/src/mnch/mch/mch-queues.component.scss +7 -0
- package/src/{mch → mnch/mch}/queues/consultation/mch-consultation.tsx +2 -2
- package/src/{mch → mnch/mch}/queues/triage/mch-triage.tsx +2 -2
- package/src/mnch/mnch-root.tsx +17 -0
- package/src/registry/modal/send-to-triage/send-to-triage.modal.tsx +7 -3
- package/src/root.component.tsx +0 -5
- package/src/routes.json +1 -1
- package/src/shared/constants/concepts.ts +3 -0
- package/src/shared/constants/patient-type.ts +3 -1
- package/src/side-nav-menu/mnch-nav-link-config.ts +16 -0
- package/src/side-nav-menu/mnch-nav-links.tsx +42 -0
- package/dist/2975.js +0 -1
- package/dist/2975.js.map +0 -1
- package/dist/3485.js +0 -1
- package/dist/3485.js.map +0 -1
- package/dist/6444.js +0 -1
- package/dist/6444.js.map +0 -1
- /package/src/{mch/mch-queues.component.scss → mnch/maternity/maternity-queues.component.scss} +0 -0
- /package/src/{mch → mnch/mch}/mch-queues.component.tsx +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ConfigurableLink } from '@openmrs/esm-framework';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import { SideNavMenu } from '@carbon/react';
|
|
5
|
+
import { mnchNavLinksConfig } from './mnch-nav-link-config';
|
|
6
|
+
|
|
7
|
+
interface NavLinksProps {}
|
|
8
|
+
const MNCHNavLinks: React.FC<NavLinksProps> = () => {
|
|
9
|
+
return (
|
|
10
|
+
<>
|
|
11
|
+
{mnchNavLinksConfig.map((n) => {
|
|
12
|
+
if (n.children && n.children.length > 0) {
|
|
13
|
+
return (
|
|
14
|
+
<SideNavMenu title={n.title}>
|
|
15
|
+
{n.children.map((c) => {
|
|
16
|
+
return (
|
|
17
|
+
<ConfigurableLink
|
|
18
|
+
to={`${window.getOpenmrsSpaBase()}home/${n.to}/${c.to}`}
|
|
19
|
+
className={classNames('cds--side-nav__link', '')}
|
|
20
|
+
>
|
|
21
|
+
{c.title}
|
|
22
|
+
</ConfigurableLink>
|
|
23
|
+
);
|
|
24
|
+
})}
|
|
25
|
+
</SideNavMenu>
|
|
26
|
+
);
|
|
27
|
+
} else {
|
|
28
|
+
return (
|
|
29
|
+
<ConfigurableLink
|
|
30
|
+
to={`${window.getOpenmrsSpaBase()}home/${n.to}`}
|
|
31
|
+
className={classNames('cds--side-nav__link', '')}
|
|
32
|
+
>
|
|
33
|
+
{n.title}
|
|
34
|
+
</ConfigurableLink>
|
|
35
|
+
);
|
|
36
|
+
}
|
|
37
|
+
})}
|
|
38
|
+
</>
|
|
39
|
+
);
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export default MNCHNavLinks;
|
package/dist/2975.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_ampath_esm_dha_workflow_app=globalThis.webpackChunk_ampath_esm_dha_workflow_app||[]).push([[2975],{10540:e=>{e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},35155:(e,t,n)=>{n.d(t,{A:()=>i});var r=n(16072),a=n.n(r),o=n(69117),c=n(75862);const i=function(){return a().createElement(a().Fragment,null,a().createElement("div",null,a().createElement(o.A,{serviceTypeUuid:c.XA.MCH_CLINICAL_CONSULTATION_SERVICE_UUID,title:"MCH Consultation"})))}},41113:e=>{e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},42155:(e,t,n)=>{n.d(t,{A:()=>i});var r=n(72996),a=n.n(r),o=n(70159),c=n.n(o)()(a());c.push([e.id,".-esm-dha-workflow__mch-queues-component__mnchLayout___geSMb{display:flex;flex-direction:column;width:100%;row-gap:10px;padding:2% 2%}","",{version:3,sources:["webpack://./src/mch/mch-queues.component.scss"],names:[],mappings:"AAAA,6DACI,YAAA,CACA,qBAAA,CACA,UAAA,CACA,YAAA,CACA,aAAA",sourcesContent:[".mnchLayout{\n display: flex;\n flex-direction: column;\n width: 100%;\n row-gap: 10px;\n padding: 2% 2%;\n}"],sourceRoot:""}]),c.locals={mnchLayout:"-esm-dha-workflow__mch-queues-component__mnchLayout___geSMb"};const i=c},55056:(e,t,n)=>{e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},70159:e=>{e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var a={};if(r)for(var o=0;o<this.length;o++){var c=this[o][0];null!=c&&(a[c]=!0)}for(var i=0;i<e.length;i++){var u=[].concat(e[i]);r&&a[u[0]]||(n&&(u[2]?u[2]="".concat(n," and ").concat(u[2]):u[2]=n),t.push(u))}},t}},72996:e=>{function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}e.exports=function(e){var n,r,a=(r=4,function(e){if(Array.isArray(e))return e}(n=e)||function(e,t){var n=e&&("undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"]);if(null!=n){var r,a,o=[],c=!0,i=!1;try{for(n=n.call(e);!(c=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);c=!0);}catch(e){i=!0,a=e}finally{try{c||null==n.return||n.return()}finally{if(i)throw a}}return o}}(n,r)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}(n,r)||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.")}()),o=a[1],c=a[3];if(!c)return o;if("function"==typeof btoa){var i=btoa(unescape(encodeURIComponent(JSON.stringify(c)))),u="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(i),l="/*# ".concat(u," */"),s=c.sources.map((function(e){return"/*# sourceURL=".concat(c.sourceRoot||"").concat(e," */")}));return[o].concat(s).concat([l]).join("\n")}return[o].join("\n")}},77659:e=>{var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},82975:(e,t,n)=>{n.r(t),n.d(t,{default:()=>_});var r=n(16072),a=n.n(r),o=n(85072),c=n.n(o),i=n(97825),u=n.n(i),l=n(77659),s=n.n(l),p=n(55056),f=n.n(p),d=n(10540),m=n.n(d),h=n(41113),v=n.n(h),A=n(42155),y={};y.styleTagTransform=v(),y.setAttributes=f(),y.insert=s().bind(null,"head"),y.domAPI=u(),y.insertStyleElement=m(),c()(A.A,y);const g=A.A&&A.A.locals?A.A.locals:void 0;var C=n(2364),b=n(83197),E=n(35155);const _=function(){return a().createElement("div",{className:g.mnchLayout},a().createElement("div",{className:g.mnchHeader},a().createElement("h4",null,"MNCH")),a().createElement("div",{className:g.mnchContent},a().createElement(C.tUM,null,a().createElement(C.wbY,{contained:!0},a().createElement(C.ozo,null,"Triage"),a().createElement(C.ozo,null,"Consultation")),a().createElement(C.T2N,null,a().createElement(C.KpK,null,a().createElement(b.A,null)),a().createElement(C.KpK,null,a().createElement(E.A,null))))))}},83197:(e,t,n)=>{n.d(t,{A:()=>i});var r=n(16072),a=n.n(r),o=n(69117),c=n(75862);const i=function(){return a().createElement(a().Fragment,null,a().createElement("div",null,a().createElement(o.A,{serviceTypeUuid:c.XA.MCH_TRIAGE_SERVICE_UUID,title:"MCH Triage"})))}},85072:e=>{var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var o={},c=[],i=0;i<e.length;i++){var u=e[i],l=r.base?u[0]+r.base:u[0],s=o[l]||0,p="".concat(l," ").concat(s);o[l]=s+1;var f=n(p),d={css:u[1],media:u[2],sourceMap:u[3],supports:u[4],layer:u[5]};if(-1!==f)t[f].references++,t[f].updater(d);else{var m=a(d,r);r.byIndex=i,t.splice(i,0,{identifier:p,updater:m,references:1})}c.push(p)}return c}function a(e,t){var n=t.domAPI(t);return n.update(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,a){var o=r(e=e||[],a=a||{});return function(e){e=e||[];for(var c=0;c<o.length;c++){var i=n(o[c]);t[i].references--}for(var u=r(e,a),l=0;l<o.length;l++){var s=n(o[l]);0===t[s].references&&(t[s].updater(),t.splice(s,1))}o=u}}},97825:e=>{e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var a=void 0!==n.layer;a&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,a&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var o=n.sourceMap;o&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}}}]);
|
package/dist/2975.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"2975.js","mappings":"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","sources":["webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://@ampath/esm-dha-workflow-app/./src/mch/queues/consultation/mch-consultation.tsx","webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://@ampath/esm-dha-workflow-app/./src/mch/mch-queues.component.scss","webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://@ampath/esm-dha-workflow-app/./node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/runtime/api.js","webpack://@ampath/esm-dha-workflow-app/./node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://@ampath/esm-dha-workflow-app/./src/mch/mch-queues.component.scss?48dd","webpack://@ampath/esm-dha-workflow-app/./src/mch/mch-queues.component.tsx","webpack://@ampath/esm-dha-workflow-app/./src/mch/queues/triage/mch-triage.tsx","webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://@ampath/esm-dha-workflow-app/./node_modules/style-loader/dist/runtime/styleDomAPI.js"],"names":["module","exports","options","element","document","createElement","setAttributes","attributes","insert","div","ServiceQueueComponent","serviceTypeUuid","QUEUE_SERVICE_UUIDS","MCH_CLINICAL_CONSULTATION_SERVICE_UUID","title","css","styleElement","styleSheet","cssText","firstChild","removeChild","appendChild","createTextNode","___CSS_LOADER_EXPORT___","push","id","locals","nonce","setAttribute","cssWithMappingToString","list","toString","this","map","item","content","concat","join","i","modules","mediaQuery","dedupe","alreadyImportedModules","length","_i","_arrayLikeToArray","arr","len","arr2","Array","_item","isArray","_arrayWithHoles","Symbol","iterator","_s","_e","_arr","_n","_d","call","next","done","value","err","_iterableToArrayLimit","o","minLen","n","Object","prototype","slice","constructor","name","from","test","_unsupportedIterableToArray","TypeError","_nonIterableRest","cssMapping","btoa","base64","unescape","encodeURIComponent","JSON","stringify","data","sourceMapping","sourceURLs","sources","source","sourceRoot","memo","style","target","styleTarget","querySelector","window","HTMLIFrameElement","contentDocument","head","e","getTarget","Error","styleTagTransform","domAPI","insertStyleElement","undefined","className","styles","mnchLayout","mnchHeader","h4","mnchContent","Tabs","TabList","contained","Tab","TabPanels","TabPanel","MchTriage","MchConsultation","MCH_TRIAGE_SERVICE_UUID","stylesInDOM","getIndexByIdentifier","identifier","result","modulesToDom","idCountMap","identifiers","base","count","indexByIdentifier","obj","media","sourceMap","supports","layer","references","updater","addElementStyle","byIndex","splice","api","update","newObj","remove","lastIdentifiers","newList","index","newLastIdentifiers","_index","needLayer","apply","parentNode","removeStyleElement"],"sourceRoot":""}
|
package/dist/3485.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.webpackChunk_ampath_esm_dha_workflow_app=globalThis.webpackChunk_ampath_esm_dha_workflow_app||[]).push([[3485],{73485:(e,t,n)=>{"use strict";n.r(t),n.d(t,{accountingDashboard:()=>K,accountingDashboardLink:()=>M,admissionsDashboard:()=>$,admissionsDashboardLink:()=>Z,attendedToPatientsExtension:()=>D,billingDashboard:()=>Ae,billingDashboardLink:()=>ie,billingRoot:()=>ae,bookings:()=>G,bookingsDashboardLink:()=>z,consultationDashboardLink:()=>I,consultationQueue:()=>W,createOrderBillFormWorkspace:()=>oe,dhaWorkflowDashboard:()=>F,dhaWorkflowDashboardLink:()=>R,importTranslation:()=>w,mnchQueueDashboard:()=>V,mnchQueueDashboardLink:()=>J,moduleName:()=>L,navLinks:()=>T,patientAdmissionSummary:()=>ne,patientChartAdmissionsLink:()=>te,pharmacyDashboardLink:()=>Q,queueDashboardExtension:()=>x,queueDashboardLink:()=>q,registry:()=>k,registryDashboardLink:()=>N,registryExtension:()=>O,root:()=>C,serviceQueueAdmin:()=>X,serviceQueueBannerComponent:()=>ee,serviceQueuesAdminLink:()=>Y,startupApp:()=>P,triageAttendedToPatientsExtension:()=>B,triageDashboardLink:()=>j,triageQueueExtension:()=>H,triageWaitingPatientsExtension:()=>v,visitBillingForm:()=>se,waitingPatientsExtension:()=>S,workflowRegistryLink:()=>E});var i=n(25987),A={concepts:{defaultPriorityConceptUuid:{_type:i.Type.ConceptUuid,_default:!1,_description:"The UUID of the default priority for the queues eg Not urgent."},defaultStatusConceptUuid:{_type:i.Type.ConceptUuid,_default:"51ae5e4d-b72b-4912-bf31-a17efb690aeb",_description:"The UUID of the default status for the queues eg Waiting."},defaultTransitionStatus:{_type:i.Type.ConceptUuid,_default:"ca7494ae-437f-4fd0-8aae-b88b9a2ba47d",_description:"The UUID of the default status for attending a service in the queues eg In Service."},systolicBloodPressureUuid:{_type:i.Type.ConceptUuid,_default:"5085AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},diastolicBloodPressureUuid:{_type:i.Type.ConceptUuid,_default:"5086AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},emergencyPriorityConceptUuid:{_type:i.Type.ConceptUuid,_default:!1,_description:"The UUID of the priority with the highest sort weight for the queues eg Emergency."},generalPatientNoteConceptUuid:{_type:i.Type.ConceptUuid,_default:"162169AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",_description:"The UUID of the free text note field intended to capture unstructured description of the patient encounter"},heightUuid:{_type:i.Type.ConceptUuid,_default:"5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},historicalObsConceptUuid:{_type:i.Type.Array,_default:["161643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"],_description:"The Uuids of the obs that are displayed on the previous visit modal",_elements:{_type:i.Type.ConceptUuid}},oxygenSaturationUuid:{_type:i.Type.ConceptUuid,_default:"5092AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},pulseUuid:{_type:i.Type.ConceptUuid,_default:"5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},problemListConceptUuid:{_type:i.Type.ConceptUuid,_default:"1284AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},respiratoryRateUuid:{_type:i.Type.ConceptUuid,_default:"5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},temperatureUuid:{_type:i.Type.ConceptUuid,_default:"5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},visitDiagnosesConceptUuid:{_type:i.Type.ConceptUuid,_default:"159947AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"},weightUuid:{_type:i.Type.ConceptUuid,_default:"5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}},subDomainUrl:{_type:i.Type.String,_description:"Subdomain e.g training,staging",_default:""},etlBaseUrl:{_type:i.Type.String,_description:"ETL Endpoint",_default:""},hieBaseUrl:{_type:i.Type.String,_description:"HIE Endpoint",_default:""},claimsBaseUrl:{_type:i.Type.String,_description:"",_default:""},claimsKey:{_type:i.Type.String,_description:"",_default:""},registrationBillableServices:{_type:i.Type.String,_description:"Billable services e.g consultation",_default:""},cashConsultationOrderTypeUuid:{_type:i.Type.String,_description:"CASH Consultation Order type uuid",_default:""},shaConsultationOrderTypeUuid:{_type:i.Type.String,_description:"SHA Consultation Order type uuid",_default:""},cashConsulationConceptUuid:{_type:i.Type.String,_description:"Cash Consultation concept uuid",_default:""},shaConsulationConceptUuid:{_type:i.Type.String,_description:"SHA Consultation concept uuid",_default:""},outPatientCareSettingUuid:{_type:i.Type.String,_description:"Outpatient care settings uuid",_default:""},orderEncounterTypeUuid:{_type:i.Type.String,_description:"Outpatient care settings uuid",_default:""},nonSHAPaymentModes:{_type:i.Type.Array,_description:"NON SHA payment modes",_default:[]},registrationServicequeues:{_type:i.Type.Array,_description:"Service Queues to display at send to triage",_default:[]}},a={path:"registry",slot:"client-registry-dashboard-slot",title:"Registry",basePath:"".concat(window.spaBase,"/home")},o=n(16072),s=n.n(o),r=n(27114),c=function(e){return function(){return s().createElement(r.BrowserRouter,null,s().createElement(i.DashboardExtension,{path:e.path,title:e.title,basePath:e.basePath,icon:e.icon}))}},d=n(51354),l={path:"dashboard",slot:"queue-dashboard-slot",title:"Dashboard",basePath:"".concat(window.spaBase,"/home")},u={path:"dispensing",slot:"dispensing-dashboard-slot",title:"Pharmacy",basePath:"".concat(window.spaBase,"/home")},p={path:"triage",slot:"triage-queue-dashboard-slot",title:"Triage",basePath:"".concat(window.spaBase,"/home")},y={path:"consultation",slot:"consultation-dashboard-slot",title:"Consultation",basePath:"".concat(window.spaBase,"/home")},h={path:"dashboard",slot:"dha-workflow-dashboard-slot",title:"Dashboard",basePath:"".concat(window.spaBase,"/home")},f={path:"accounting",slot:"accounting-dashboard-slot",title:"Accounting",basePath:"".concat(window.spaBase,"/home")},g={path:"bookings",slot:"bookings-dashboard-slot",title:"Bookings",basePath:"".concat(window.spaBase,"/home")},b={path:"mnch",slot:"mnch-queue-dashboard-slot",title:"MNCH",basePath:"".concat(window.spaBase,"/home")},m={path:"admissions-dashboard",slot:"admissions-dashboard-slot",title:"Admissions",basePath:"".concat(window.spaBase,"/home")},_={path:"billing",slot:"ampath-billing-dashboard-slot",title:"Accounting",basePath:"".concat(window.spaBase,"/home")},L="@ampath/esm-dha-workflow-app",U={featureName:"Consulation Workflow",moduleName:L},w=n(84767);function P(){(0,i.defineConfigSchema)(L,A)}var T=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(9093)]).then(n.bind(n,69093))}),{featureName:"side-nav-workflow-link",moduleName:L}),C=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(1277),n.e(3654),n.e(6991),n.e(231),n.e(2076),n.e(1925),n.e(9117),n.e(6444),n.e(9091),n.e(9037),n.e(5851),n.e(1826)]).then(n.bind(n,21826))}),U),k=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(6444),n.e(8114)]).then(n.bind(n,76444))}),U),S=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(2076),n.e(5752),n.e(5015)]).then(n.bind(n,45015))}),U),D=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(2076),n.e(5752),n.e(8339)]).then(n.bind(n,88339))}),U),v=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(2076),n.e(5752),n.e(1833)]).then(n.bind(n,41833))}),U),B=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(2076),n.e(5752),n.e(1729)]).then(n.bind(n,71729))}),U),E=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(2076),n.e(7420)]).then(n.bind(n,27420))}),{featureName:"workflow-registry-link",moduleName:L}),N=(0,i.getSyncLifecycle)(c(a),U),O=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(6444),n.e(8114)]).then(n.bind(n,76444))}),U),q=(0,i.getSyncLifecycle)(c(l),U),x=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(1277),n.e(6991),n.e(5851),n.e(2801)]).then(n.bind(n,85851))}),U),Q=(0,i.getSyncLifecycle)(c(u),U),j=(0,i.getSyncLifecycle)(c(p),U),H=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(1925),n.e(9117),n.e(693)]).then(n.bind(n,81321))}),U),I=(0,i.getSyncLifecycle)(c(y),U),W=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(1925),n.e(9117),n.e(5428)]).then(n.bind(n,76744))}),U),R=(0,i.getSyncLifecycle)(c(h),U),F=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(1277),n.e(6991),n.e(5851),n.e(2801)]).then(n.bind(n,85851))}),U),M=(0,i.getSyncLifecycle)(c(f),U),K=(0,i.getAsyncLifecycle)((function(){return n.e(8895).then(n.bind(n,8895))}),U),z=(0,i.getSyncLifecycle)(c(g),U),G=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(6264)]).then(n.bind(n,16264))}),U),J=(0,i.getSyncLifecycle)(c(b),U),V=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(1925),n.e(9117),n.e(2975)]).then(n.bind(n,82975))}),U),X=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(3654),n.e(231),n.e(9091),n.e(9721)]).then(n.bind(n,49091))}),U),Y=(0,i.getSyncLifecycle)(c({path:"service-queue-admin",slot:"service-queue-admin-dashboard-slot",title:"Service Queue Admin",basePath:"dha-workflow"}),U),Z=(0,i.getSyncLifecycle)(c(m),U),$=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(9037),n.e(4947)]).then(n.bind(n,19037))}),U),ee=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(231),n.e(1925),n.e(2021)]).then(n.bind(n,52021))}),U),te=(0,i.getSyncLifecycle)((0,d.createDashboardLink)({path:"Admissions",slot:"patient-chart-admissions-summary-dashboard-slot",title:"Admissions",icon:"omrs-icon-hospital-bed"}),U),ne=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(4205)]).then(n.bind(n,64205))}),U),ie=(0,i.getSyncLifecycle)(c(_),U),Ae=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(1277),n.e(8865),n.e(4674)]).then(n.bind(n,4674))}),U),ae=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(1277),n.e(3654),n.e(8865),n.e(4674),n.e(182)]).then(n.bind(n,70182))}),U),oe=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(2177),n.e(7199),n.e(231),n.e(2076),n.e(7258)]).then(n.bind(n,67258))}),U),se=(0,i.getAsyncLifecycle)((function(){return Promise.all([n.e(961),n.e(2364),n.e(4517)]).then(n.bind(n,54517))}),U)},84767:(e,t,n)=>{var i={"./am.json":[81197,1197],"./en.json":[34300,4300],"./es.json":[93099,3099],"./fr.json":[94055,4055],"./he.json":[84652,4652],"./km.json":[54335,4335]};function A(e){if(!n.o(i,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=i[e],A=t[0];return n.e(t[1]).then((()=>n(A)))}A.keys=()=>Object.keys(i),A.id=84767,e.exports=A}}]);
|
package/dist/3485.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"3485.js","mappings":"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","sources":["webpack://@ampath/esm-dha-workflow-app/./src/config-schema.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/registry-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/createDashboardLink.tsx","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/queue-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/pharmacy-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/triage-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/consultation-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/dha-workflow-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/accounting-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/bookings-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/mch-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/admissions-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/billing-dashboard.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/index.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/service-queue-admin.meta.ts","webpack://@ampath/esm-dha-workflow-app/./src/dashboard-meta/inpatient-admissions.meta.ts","webpack://@ampath/esm-dha-workflow-app/./translations/ lazy nonrecursive .json$"],"names":["configSchema","concepts","defaultPriorityConceptUuid","_type","Type","ConceptUuid","_default","_description","defaultStatusConceptUuid","defaultTransitionStatus","systolicBloodPressureUuid","diastolicBloodPressureUuid","emergencyPriorityConceptUuid","generalPatientNoteConceptUuid","heightUuid","historicalObsConceptUuid","Array","_elements","oxygenSaturationUuid","pulseUuid","problemListConceptUuid","respiratoryRateUuid","temperatureUuid","visitDiagnosesConceptUuid","weightUuid","subDomainUrl","String","etlBaseUrl","hieBaseUrl","claimsBaseUrl","claimsKey","registrationBillableServices","cashConsultationOrderTypeUuid","shaConsultationOrderTypeUuid","cashConsulationConceptUuid","shaConsulationConceptUuid","outPatientCareSettingUuid","orderEncounterTypeUuid","nonSHAPaymentModes","registrationServicequeues","registryDashboardMeta","path","slot","title","basePath","window","spaBase","createDashboardLink","config","BrowserRouter","DashboardExtension","icon","queueDashboardMeta","pharmacyDashboardMeta","triageDashboardMeta","consultationDashboardMeta","dhaWorkflowDashboardMeta","accountingDashboardMeta","bookingsDashboardMeta","mchQueueDashboardMeta","admissionsDashboardMeta","billingDashboardMeta","moduleName","options","featureName","importTranslation","require","startupApp","defineConfigSchema","navLinks","getAsyncLifecycle","root","registry","waitingPatientsExtension","attendedToPatientsExtension","triageWaitingPatientsExtension","triageAttendedToPatientsExtension","workflowRegistryLink","registryDashboardLink","getSyncLifecycle","registryExtension","queueDashboardLink","queueDashboardExtension","pharmacyDashboardLink","triageDashboardLink","triageQueueExtension","consultationDashboardLink","consultationQueue","dhaWorkflowDashboardLink","dhaWorkflowDashboard","accountingDashboardLink","accountingDashboard","bookingsDashboardLink","bookings","mnchQueueDashboardLink","mnchQueueDashboard","serviceQueueAdmin","serviceQueuesAdminLink","admissionsDashboardLink","admissionsDashboard","serviceQueueBannerComponent","patientChartAdmissionsLink","openMrsCreateDashboardLink","patientAdmissionSummary","billingDashboardLink","billingDashboard","billingRoot","createOrderBillFormWorkspace","visitBillingForm","map","webpackAsyncContext","req","__webpack_require__","o","Promise","resolve","then","e","Error","code","ids","id","keys","Object","module","exports"],"sourceRoot":""}
|
package/dist/6444.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_ampath_esm_dha_workflow_app=globalThis.webpackChunk_ampath_esm_dha_workflow_app||[]).push([[6444],{3754:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__send-to-triage-modal__formSection___8euyX{display:flex;flex-direction:column;width:100%;row-gap:5px;margin-top:15px}.-esm-dha-workflow__send-to-triage-modal__formRow___Hf27O{display:flex;flex-direction:row;width:100%;column-gap:5px}.-esm-dha-workflow__send-to-triage-modal__formControl___Gmnpd{display:flex;flex-direction:column;width:45%;row-gap:5px}.-esm-dha-workflow__send-to-triage-modal__actionSection___Dlgbe{display:flex;flex-direction:row;column-gap:5px;margin-top:15px}.-esm-dha-workflow__send-to-triage-modal__patientAction___ECxUB{display:flex;flex-direction:row;column-gap:5px;margin-top:15px}.-esm-dha-workflow__send-to-triage-modal__greenBtn___wFmfq{background-color:#28a745}.-esm-dha-workflow__send-to-triage-modal__patientBills___ZTQ03{display:flex;flex-direction:column;width:100%}","",{version:3,sources:["webpack://./src/registry/modal/send-to-triage/send-to-triage.modal.scss"],names:[],mappings:"AAAA,8DACI,YAAA,CACA,qBAAA,CACA,UAAA,CACA,WAAA,CACA,eAAA,CAEJ,0DACG,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CAEH,8DACG,YAAA,CACA,qBAAA,CACA,SAAA,CACA,WAAA,CAEH,gEACI,YAAA,CACA,kBAAA,CACA,cAAA,CACA,eAAA,CAEJ,gEACI,YAAA,CACA,kBAAA,CACA,cAAA,CACA,eAAA,CAEJ,2DACI,wBAAA,CAEJ,+DACI,YAAA,CACA,qBAAA,CACA,UAAA",sourcesContent:[".formSection{\n display: flex;\n flex-direction: column;\n width: 100%;\n row-gap: 5px;\n margin-top: 15px;\n}\n.formRow{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n}\n.formControl{\n display: flex;\n flex-direction: column;\n width: 45%;\n row-gap: 5px;\n}\n.actionSection{\n display: flex;\n flex-direction: row;\n column-gap: 5px;\n margin-top: 15px;\n}\n.patientAction{\n display: flex;\n flex-direction: row;\n column-gap: 5px;\n margin-top: 15px;\n}\n.greenBtn{\n background-color: #28a745;\n}\n.patientBills{\n display: flex;\n flex-direction: column;\n width: 100%;\n}"],sourceRoot:""}]),i.locals={formSection:"-esm-dha-workflow__send-to-triage-modal__formSection___8euyX",formRow:"-esm-dha-workflow__send-to-triage-modal__formRow___Hf27O",formControl:"-esm-dha-workflow__send-to-triage-modal__formControl___Gmnpd",actionSection:"-esm-dha-workflow__send-to-triage-modal__actionSection___Dlgbe",patientAction:"-esm-dha-workflow__send-to-triage-modal__patientAction___ECxUB",greenBtn:"-esm-dha-workflow__send-to-triage-modal__greenBtn___wFmfq",patientBills:"-esm-dha-workflow__send-to-triage-modal__patientBills___ZTQ03"};const l=i},4405:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__otp-input-component__otpDataInput___hnFAW{width:3rem;height:3rem;text-align:center}.-esm-dha-workflow__otp-input-component__otpInputContainer___HV3nG{display:flex;flex-direction:row;column-gap:5px}.-esm-dha-workflow__otp-input-component__otpDataInputContainer___73DPe{width:4rem;height:4rem}","",{version:3,sources:["webpack://./src/shared/ui/otp-input/otp-input.component.scss"],names:[],mappings:"AAAA,8DACE,UAAA,CACA,WAAA,CACA,iBAAA,CAEF,mEACG,YAAA,CACA,kBAAA,CACA,cAAA,CAEH,uEACI,UAAA,CACA,WAAA",sourcesContent:[".otpDataInput{\n width: 3rem;\n height: 3rem;\n text-align: center;\n}\n.otpInputContainer{\n display: flex;\n flex-direction: row;\n column-gap: 5px;\n}\n.otpDataInputContainer{\n width: 4rem;\n height: 4rem;\n}"],sourceRoot:""}]),i.locals={otpDataInput:"-esm-dha-workflow__otp-input-component__otpDataInput___hnFAW",otpInputContainer:"-esm-dha-workflow__otp-input-component__otpInputContainer___HV3nG",otpDataInputContainer:"-esm-dha-workflow__otp-input-component__otpDataInputContainer___73DPe"};const l=i},6293:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__eligibility-details-modal__clientEligibilityDetailsLayout___1TkAn{display:flex;flex-direction:column;row-gap:10px;width:100%;padding:15px 15px}.-esm-dha-workflow__eligibility-details-modal__clientEligibilityDetailsLayout___1TkAn .-esm-dha-workflow__eligibility-details-modal__sectionHeader___hMD54{display:flex;flex-direction:row;width:100%}.-esm-dha-workflow__eligibility-details-modal__clientEligibilityDetailsLayout___1TkAn .-esm-dha-workflow__eligibility-details-modal__sectionContent___VgS8V{display:flex;flex-direction:column;row-gap:10px;width:100%}.-esm-dha-workflow__eligibility-details-modal__clientDetails___4IEV\\+{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.-esm-dha-workflow__eligibility-details-modal__detailData___TbBdG{display:flex;gap:1rem;margin-bottom:.75rem}.-esm-dha-workflow__eligibility-details-modal__detailText___UiRvJ{min-width:150px}.-esm-dha-workflow__eligibility-details-modal__schemeTable___iwuKx{display:flex;flex-direction:row;min-width:80vw;overflow-x:scroll}","",{version:3,sources:["webpack://./src/registry/eligibility/modal/eligibility-details.modal.scss"],names:[],mappings:"AAAA,sFACI,YAAA,CACA,qBAAA,CACA,YAAA,CACA,UAAA,CACA,iBAAA,CACA,2JACI,YAAA,CACA,kBAAA,CACA,UAAA,CAEJ,4JACI,YAAA,CACA,qBAAA,CACA,YAAA,CACA,UAAA,CAIR,sEACI,YAAA,CACA,6BAAA,CACA,QAAA,CAEJ,kEACI,YAAA,CACA,QAAA,CACA,oBAAA,CAEJ,kEACI,eAAA,CAEJ,mEACI,YAAA,CACA,kBAAA,CACA,cAAA,CACA,iBAAA",sourcesContent:[".clientEligibilityDetailsLayout{\n display: flex;\n flex-direction: column;\n row-gap: 10px;\n width: 100%;\n padding: 15px 15px;\n .sectionHeader{\n display: flex;\n flex-direction: row;\n width: 100%;\n }\n .sectionContent{\n display: flex;\n flex-direction: column;\n row-gap: 10px;\n width: 100%;\n }\n}\n\n.clientDetails{\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 1rem;\n}\n.detailData{\n display: flex;\n gap: 1rem;\n margin-bottom: 0.75rem\n}\n.detailText{\n min-width: 150px;\n}\n.schemeTable{\n display: flex;\n flex-direction: row;\n min-width: 80vw;\n overflow-x: scroll;\n}"],sourceRoot:""}]),i.locals={clientEligibilityDetailsLayout:"-esm-dha-workflow__eligibility-details-modal__clientEligibilityDetailsLayout___1TkAn",sectionHeader:"-esm-dha-workflow__eligibility-details-modal__sectionHeader___hMD54",sectionContent:"-esm-dha-workflow__eligibility-details-modal__sectionContent___VgS8V",clientDetails:"-esm-dha-workflow__eligibility-details-modal__clientDetails___4IEV+",detailData:"-esm-dha-workflow__eligibility-details-modal__detailData___TbBdG",detailText:"-esm-dha-workflow__eligibility-details-modal__detailText___UiRvJ",schemeTable:"-esm-dha-workflow__eligibility-details-modal__schemeTable___iwuKx"};const l=i},6842:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__registry-component__registryLayout___PF4WP{display:flex;flex-direction:row;width:100%;row-gap:10px;padding:2% 2%}.-esm-dha-workflow__registry-component__mainContent___qOmrp{display:flex;flex-direction:column;width:100%}.-esm-dha-workflow__registry-component__registryHeader___YIQ62{display:flex;flex-direction:column;row-gap:10px;width:100%}.-esm-dha-workflow__registry-component__registryContent___W1b-9{display:flex;flex-direction:column;width:100%}.-esm-dha-workflow__registry-component__formRow___qlwjG{display:flex;flex-direction:row;width:100%;column-gap:5px;margin-top:10px}.-esm-dha-workflow__registry-component__formControl___R5c2A{width:30%}.-esm-dha-workflow__registry-component__hieData___jx5gt{margin-top:15px;display:flex;flex-direction:column;width:80%;row-gap:10px}.-esm-dha-workflow__registry-component__btnContainer___aXZfC{padding:5px 5px}.-esm-dha-workflow__registry-component__selectionHeader___-zRam{display:flex;flex-direction:column;width:100%;row-gap:5px}.-esm-dha-workflow__registry-component__patientSelect___wgPYw{display:flex;flex-direction:row;width:100%;column-gap:5px}.-esm-dha-workflow__registry-component__patientSelectRadio___3aGYW{width:70%}.-esm-dha-workflow__registry-component__patientConfirmSelection___Py9-y{display:flex;flex-direction:row;width:30%;column-gap:5px}.-esm-dha-workflow__registry-component__formBtn___ok0W6{display:flex;flex-direction:row;column-gap:5px}.-esm-dha-workflow__registry-component__registrySearchBtn___jHA2M{height:30px}.-esm-dha-workflow__registry-component__principalDependantSection___y\\+Uv2{display:flex;flex-direction:row;width:100%;margin-top:15px}.-esm-dha-workflow__registry-component__dependantCard___BUkYp{display:flex;flex-direction:row;width:30%}.-esm-dha-workflow__registry-component__dependantDetails___ylUb4{display:flex;flex-direction:column;width:100%;row-gap:10px}","",{version:3,sources:["webpack://./src/registry/registry.component.scss"],names:[],mappings:"AAAA,+DACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,YAAA,CACA,aAAA,CAEJ,4DACE,YAAA,CACA,qBAAA,CACA,UAAA,CAEF,+DACI,YAAA,CACA,qBAAA,CACA,YAAA,CACA,UAAA,CAEJ,gEACI,YAAA,CACA,qBAAA,CACA,UAAA,CAEJ,wDACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CACA,eAAA,CAEJ,4DACI,SAAA,CAEJ,wDACI,eAAA,CACA,YAAA,CACA,qBAAA,CACA,SAAA,CACA,YAAA,CAEJ,6DACI,eAAA,CAEJ,gEACI,YAAA,CACA,qBAAA,CACA,UAAA,CACA,WAAA,CAEJ,8DACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CAEJ,mEACI,SAAA,CAEJ,wEACI,YAAA,CACA,kBAAA,CACA,SAAA,CACA,cAAA,CAEJ,wDACI,YAAA,CACA,kBAAA,CACA,cAAA,CAEJ,kEACI,WAAA,CAEJ,2EACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,eAAA,CAEJ,8DACI,YAAA,CACA,kBAAA,CACA,SAAA,CAEJ,iEACE,YAAA,CACA,qBAAA,CACA,UAAA,CACA,YAAA",sourcesContent:[".registryLayout{\n display: flex;\n flex-direction: row;\n width: 100%;\n row-gap: 10px;\n padding: 2% 2%;\n}\n.mainContent{\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.registryHeader{\n display: flex;\n flex-direction: column;\n row-gap: 10px;\n width: 100%;\n}\n.registryContent{\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.formRow{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n margin-top: 10px;\n}\n.formControl{\n width: 30%;\n}\n.hieData{\n margin-top: 15px;\n display: flex;\n flex-direction: column;\n width: 80%;\n row-gap: 10px;\n}\n.btnContainer{\n padding: 5px 5px;\n}\n.selectionHeader{\n display: flex;\n flex-direction: column;\n width: 100%;\n row-gap: 5px;\n}\n.patientSelect{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n}\n.patientSelectRadio{\n width: 70%;\n}\n.patientConfirmSelection{\n display: flex;\n flex-direction: row;\n width: 30%;\n column-gap: 5px;\n}\n.formBtn{\n display: flex;\n flex-direction: row;\n column-gap: 5px;\n}\n.registrySearchBtn{\n height: 30px;\n}\n.principalDependantSection{\n display: flex;\n flex-direction: row;\n width: 100%;\n margin-top: 15px;\n}\n.dependantCard{\n display: flex;\n flex-direction: row;\n width: 30%;\n}\n.dependantDetails{\n display: flex;\n flex-direction: column;\n width: 100%;\n row-gap: 10px;\n}"],sourceRoot:""}]),i.locals={registryLayout:"-esm-dha-workflow__registry-component__registryLayout___PF4WP",mainContent:"-esm-dha-workflow__registry-component__mainContent___qOmrp",registryHeader:"-esm-dha-workflow__registry-component__registryHeader___YIQ62",registryContent:"-esm-dha-workflow__registry-component__registryContent___W1b-9",formRow:"-esm-dha-workflow__registry-component__formRow___qlwjG",formControl:"-esm-dha-workflow__registry-component__formControl___R5c2A",hieData:"-esm-dha-workflow__registry-component__hieData___jx5gt",btnContainer:"-esm-dha-workflow__registry-component__btnContainer___aXZfC",selectionHeader:"-esm-dha-workflow__registry-component__selectionHeader___-zRam",patientSelect:"-esm-dha-workflow__registry-component__patientSelect___wgPYw",patientSelectRadio:"-esm-dha-workflow__registry-component__patientSelectRadio___3aGYW",patientConfirmSelection:"-esm-dha-workflow__registry-component__patientConfirmSelection___Py9-y",formBtn:"-esm-dha-workflow__registry-component__formBtn___ok0W6",registrySearchBtn:"-esm-dha-workflow__registry-component__registrySearchBtn___jHA2M",principalDependantSection:"-esm-dha-workflow__registry-component__principalDependantSection___y+Uv2",dependantCard:"-esm-dha-workflow__registry-component__dependantCard___BUkYp",dependantDetails:"-esm-dha-workflow__registry-component__dependantDetails___ylUb4"};const l=i},9036:(e,t,n)=>{n.d(t,{A:()=>U});var r=n(16072),a=n.n(r),o=n(93323),i=n(2364),l=n(62801);function c(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function u(e){return(t=function(){var t,n;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(r){switch(r.label){case 0:return[4,(0,l.bo)()];case 1:return t=r.sent(),n="".concat(t,"/eligibility"),[4,fetch(n,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)})];case 2:return[2,r.sent().json()]}}))},function(){var e=this,n=arguments;return new Promise((function(r,a){var o=t.apply(e,n);function i(e){c(o,r,a,i,l,"next",e)}function l(e){c(o,r,a,i,l,"throw",e)}i(void 0)}))})();var t}var s=n(85072),d=n.n(s),f=n(97825),m=n.n(f),p=n(77659),A=n.n(p),h=n(55056),y=n.n(h),_=n(10540),b=n.n(_),v=n(41113),g=n.n(v),w=n(62214),C={};C.styleTagTransform=g(),C.setAttributes=y(),C.insert=A().bind(null,"head"),C.domAPI=m(),C.insertStyleElement=b(),d()(w.A,C);const E=w.A&&w.A.locals?w.A.locals:void 0;var x=n(6293),S={};S.styleTagTransform=g(),S.setAttributes=y(),S.insert=A().bind(null,"head"),S.domAPI=m(),S.insertStyleElement=b(),d()(x.A,S);const I=x.A&&x.A.locals?x.A.locals:void 0,k=function(e){var t=e.hieClientEligibility,n=e.open,r=e.onModalClose;return e.onSubmit,t?a().createElement(a().Fragment,null,a().createElement(i.aFV,{open:n,size:"lg",onSecondarySubmit:r,onRequestClose:r,onRequestSubmit:r,primaryButtonText:"Done",secondaryButtonText:"Cancel"},a().createElement(i.cwr,null,a().createElement("div",{className:I.clientEligibilityDetailsLayout},a().createElement("div",{className:I.sectionHeader},a().createElement("h4",{className:I.sectionTitle},"Patient Eligibilty Details")),a().createElement("div",{className:I.sectionContent},a().createElement("div",{className:I.clientDetails},a().createElement("div",null,a().createElement("div",{className:I.detailData},a().createElement("strong",{className:I.detailText},"Full Name"),a().createElement("span",null,t.fullName)),a().createElement("div",{className:I.detailData},a().createElement("strong",{className:I.detailText},"ID Number"),a().createElement("span",null,t.requestIdNumber)),a().createElement("div",{className:I.detailData},a().createElement("strong",{className:I.detailText},"CR No"),a().createElement("span",null,t.memberCrNumber)),a().createElement("div",{className:I.detailData},a().createElement("strong",{className:I.detailText},"Status"),a().createElement("span",null,t.statusDesc)))),a().createElement("div",{className:I.schemeSection},a().createElement("div",{className:I.sectionHeader},a().createElement("h4",{className:I.sectionTitle},"Scheme Details")),a().createElement("div",{className:I.schemeTable},a().createElement(i.XIK,null,a().createElement(i.ndF,null,a().createElement(i.Hjg,null,a().createElement(i.A0N,null,"No"),a().createElement(i.A0N,null,"Name"),a().createElement(i.A0N,null,"Member Type"),a().createElement(i.A0N,null,"Policy"),a().createElement(i.A0N,null,"Coverage"),a().createElement(i.A0N,null,"Coverage Period"),a().createElement(i.A0N,null,"Coverage Status"),a().createElement(i.A0N,null,"Coverage Reason"),a().createElement(i.A0N,null,"Principal Contributor"),a().createElement(i.A0N,null,"Principal Contributor Employment Type"))),a().createElement(i.BFY,null,t.schemes.map((function(e,t){return a().createElement(i.Hjg,{key:t},a().createElement(i.nA6,null,t+1),a().createElement(i.nA6,null,e.schemeName),a().createElement(i.nA6,null,e.memberType),a().createElement(i.nA6,null,e.policy?a().createElement(a().Fragment,null,e.policy.number," (",e.policy.startDate," - ",e.policy.endDate,")"):a().createElement(a().Fragment,null)),a().createElement(i.nA6,null,a().createElement(i.vwO,{className:"some-class",size:"lg",title:"Status",type:(0,o.HT)(e.coverage.status)},"1"===e.coverage.status?"Active":"Not Active")),a().createElement(i.nA6,null,e.coverage.startDate," - ",e.coverage.endDate),a().createElement(i.nA6,null,e.coverage.message),a().createElement(i.nA6,null,e.coverage.reason),a().createElement(i.nA6,null,e.principalContributor.crNumber," : ",e.principalContributor.name,",",e.principalContributor.relationship),a().createElement(i.nA6,null,e.principalContributor.employmentType))}))))))))))):a().createElement(a().Fragment,null,"No Client data")};var N=n(25987);function T(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function D(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function P(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return T(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?T(e,t):void 0}}(e,t)||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.")}()}const U=function(e){var t=e.crId,n=e.locationUuid,l=function(){return(e=function(){var e,r;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(a){switch(a.label){case 0:if(h(!0),e=function(){var e={requestIdNumber:"",requestIdType:"",locationUuid:n};return t&&(e.requestIdNumber=t,e.requestIdType="3"),e}(),!c(e))return h(!1),[2];a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,u(e)];case 2:return r=a.sent(),m(r),[3,5];case 3:return a.sent(),(0,N.showSnackbar)({kind:"error",title:"Failed getting eligibility status",subtitle:"An error occurred while fetching eligibility status. Please try again or contact support"}),[3,5];case 4:return h(!1),[7];case 5:return[2]}}))},function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){D(o,r,a,i,l,"next",e)}function l(e){D(o,r,a,i,l,"throw",e)}i(void 0)}))})();var e},c=function(e){return!!e.locationUuid&&!!e.requestIdNumber&&!!e.requestIdType},s=function(){b(!1)},d=P((0,r.useState)(),2),f=d[0],m=d[1],p=P((0,r.useState)(!1),2),A=p[0],h=p[1],y=P((0,r.useState)(!1),2),_=y[0],b=y[1];return(0,r.useEffect)((function(){l()}),[t]),t?a().createElement(a().Fragment,null,a().createElement("div",{className:E.eligibilityTagsLayout},A?a().createElement(a().Fragment,null,a().createElement(i.OuH,{description:"Fetching Eligibility data..."})):a().createElement(a().Fragment,null,f?a().createElement(a().Fragment,null,f.schemes&&f.schemes.length>0?a().createElement(a().Fragment,null,f.schemes.map((function(e){return a().createElement("div",null,a().createElement(i.vwO,{className:"some-class",size:"md",title:"Status",type:(0,o.HT)(e.coverage.status)},e.schemeName," : ","1"===e.coverage.status?"Active":"Not Active"))})),a().createElement("div",null,a().createElement(i.$nd,{kind:"ghost",size:"sm",onClick:function(){b(!0)}},"View"))):a().createElement("div",null,a().createElement(i.vwO,{className:"some-class",size:"md",title:"Status",type:"gray"},"No Insurance schemes found"))):a().createElement(a().Fragment,null)),_?a().createElement(a().Fragment,null,a().createElement(k,{onModalClose:s,onSubmit:s,open:_,hieClientEligibility:f})):a().createElement(a().Fragment,null))):a().createElement(a().Fragment,null)}},18548:(e,t,n)=>{n.d(t,{B2:()=>l,lr:()=>s,un:()=>c,zB:()=>u});var r=n(62801);function a(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function o(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function l(e){a(i,r,o,l,c,"next",e)}function c(e){a(i,r,o,l,c,"throw",e)}l(void 0)}))}}function i(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function l(e,t){return o((function(){var n,r;return i(this,(function(a){switch(a.label){case 0:return[4,fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})];case 1:return(n=a.sent()).ok?[3,3]:[4,n.text()];case 2:throw r=a.sent(),new Error("Request failed with ".concat(n.status,": ").concat(r));case 3:return[2,n.json()]}}))}))()}function c(e){return o((function(){var t,n,a;return i(this,(function(o){switch(o.label){case 0:return[4,(0,r.bo)()];case 1:return t=o.sent(),n="".concat(t,"/client/send-custom-otp"),a={identificationNumber:e.identificationNumber,identificationType:e.identificationType,locationUuid:e.locationUuid},[2,l(n,a)]}}))}))()}function u(e){return o((function(){var t,n,a;return i(this,(function(o){switch(o.label){case 0:return[4,(0,r.bo)()];case 1:return t=o.sent(),n="".concat(t,"/client/validate-custom-otp"),a={sessionId:e.sessionId,otp:e.otp,locationUuid:e.locationUuid},[2,l(n,a)]}}))}))()}function s(e){return o((function(){var t,n,a;return i(this,(function(o){switch(o.label){case 0:return[4,(0,r.bo)()];case 1:return t=o.sent(),n="".concat(t,"/client/search"),a={identificationNumber:e.identificationNumber,identificationType:e.identificationType,locationUuid:e.locationUuid},[2,l(n,a)]}}))}))()}},31577:(e,t,n)=>{n.d(t,{Ar:()=>l,E$:()=>r,GI:()=>a,LQ:()=>i,sF:()=>o});var r=["National ID","Alien ID","Passport","Mandate Number","Refugee ID"],a=function(e){return e.Draft="DRAFT",e.Sent="SENT",e.Verified="VERIFIED",e}({}),o=function(e){return e.Skip="SKIP",e.NoOverride="NO OVERRIDE",e.Override="OVERRIDE",e}({}),i=function(e){return e.NationalID="National ID",e.SHANumber="SHA Number",e.HouseholdNumber="Household Number",e.RefugeeID="Refugee ID",e.AlienID="Alien ID",e.MandateNumber="Mandate Number",e.Cr="id",e.TemporaryDependantID="Temporary Dependant ID",e.BirthCertificate="Birth Certificate",e.BirthNotification="Birth Notification",e}({}),l=function(e){return e.Paying="Paying",e.NonPaying="Non-Paying",e}({})},61978:(e,t,n)=>{n.d(t,{iw:()=>u,xH:()=>l,yn:()=>c});var r=n(25987);function a(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function o(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function l(e){a(i,r,o,l,c,"next",e)}function c(e){a(i,r,o,l,c,"throw",e)}l(void 0)}))}}function i(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function l(e,t){return o((function(){var n,a;return i(this,(function(o){switch(o.label){case 0:return[4,(0,r.openmrsFetch)("".concat(r.restBaseUrl,"/encounter?patient=").concat(e,"&encounterType=").concat(t,"&v=full"))];case 1:return n=o.sent(),[2,null!==(a=n.data.results)&&void 0!==a?a:[]]}}))}))()}function c(e){return o((function(){var t,n;return i(this,(function(a){switch(a.label){case 0:return[4,(0,r.openmrsFetch)("".concat(r.restBaseUrl,"/encounter?patient=").concat(e,"&v=full"))];case 1:return t=a.sent(),[2,null!==(n=t.data.results)&&void 0!==n?n:[]]}}))}))()}function u(e){return o((function(){var t,n;return i(this,(function(a){switch(a.label){case 0:return t="".concat(r.restBaseUrl,"/encounter"),[4,(0,r.openmrsFetch)(t,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(e)})];case 1:return[4,a.sent().json()];case 2:return[2,null!=(n=a.sent())?n:null]}}))}))()}},62214:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__eligibility-tags__eligibilityTagsLayout___VNY4e{display:flex;flex-direction:row;width:100%;column-gap:5px}","",{version:3,sources:["webpack://./src/registry/eligibility/eliigibility-tags/eligibility-tags.scss"],names:[],mappings:"AAAA,oEACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA",sourcesContent:[".eligibilityTagsLayout{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n}"],sourceRoot:""}]),i.locals={eligibilityTagsLayout:"-esm-dha-workflow__eligibility-tags__eligibilityTagsLayout___VNY4e"};const l=i},73143:(e,t,n)=>{n.d(t,{Q:()=>r});var r={CCC_PATIENT_UUID:"a8a3899a-1350-11df-a1f1-0026b9348838",MCH_PATIENT_UUID:"a8a17d80-1350-11df-a1f1-0026b9348838"}},75485:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__timer-component__timerData___FgxzS{height:3rem;font-size:30px;color:#0055a5}","",{version:3,sources:["webpack://./src/shared/ui/timer/timer.component.scss"],names:[],mappings:"AAAA,uDACG,WAAA,CACA,cAAA,CACA,aAAA",sourcesContent:[".timerData{\n height: 3rem;\n font-size: 30px;\n color: #0055a5;\n}"],sourceRoot:""}]),i.locals={timerData:"-esm-dha-workflow__timer-component__timerData___FgxzS"};const l=i},76444:(e,t,n)=>{n.r(t),n.d(t,{default:()=>ze});var r=n(2364),a=n(16072),o=n.n(a),i=n(85072),l=n.n(i),c=n(97825),u=n.n(c),s=n(77659),d=n.n(s),f=n(55056),m=n.n(f),p=n(10540),A=n.n(p),h=n(41113),y=n.n(h),_=n(6842),b={};b.styleTagTransform=y(),b.setAttributes=m(),b.insert=d().bind(null,"head"),b.domAPI=u(),b.insertStyleElement=A(),l()(_.A,b);const v=_.A&&_.A.locals?_.A.locals:void 0;var g=n(31577),w=n(18548),C=n(25987),E=n(84497),x={};x.styleTagTransform=y(),x.setAttributes=m(),x.insert=d().bind(null,"head"),x.domAPI=u(),x.insertStyleElement=A(),l()(E.A,x);const S=E.A&&E.A.locals?E.A.locals:void 0;var I=function(e){for(var t=e.split(""),n=0;n<e.length;n++)n%2==0&&(t[n]="*");return t.join("")},k=function(e){for(var t=e.split(""),n=0;n<e.length;n++)0!=n&&n!==e.length-1&&(t[n]="*");return t.join("")},N=function(e){for(var t=e.split(""),n=0;n<e.length;n++)n>3&&n<e.length-3&&(t[n]="*");return t.join("")},T=n(4405),D={};D.styleTagTransform=y(),D.setAttributes=m(),D.insert=d().bind(null,"head"),D.domAPI=u(),D.insertStyleElement=A(),l()(T.A,D);const P=T.A&&T.A.locals?T.A.locals:void 0;function U(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function O(e){return function(e){if(Array.isArray(e))return U(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||F(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.")}()}function F(e,t){if(e){if("string"==typeof e)return U(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?U(e,t):void 0}}const R=function(e){var t,n,i=e.onChange,l=e.otpLength,c=(t=(0,a.useState)(Array(l).fill("")),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(t,n)||F(t,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.")}()),u=c[0],s=c[1],d=(0,a.useRef)([]);if(!l)return o().createElement(o().Fragment,null,"OTP Length not defined");var f=function(e){d.current[e]&&d.current[e].focus()};return o().createElement("div",{className:P.otpInputContainer,onPaste:function(e){e.preventDefault();var t=e.clipboardData.getData("text").replace(/\D/g,"").slice(0,l);if(t){var n=O(u);t.split("").forEach((function(e,t){n[t]=e})),s(n),null==i||i(n.join("")),f(t.length-1)}}},u.map((function(e,t){return o().createElement("div",{className:P.otpDataInputContainer},o().createElement(r.ksK,{className:P.otpDataInput,key:t,id:"otp-".concat(t),value:e,labelText:"",hideLabel:!0,maxLength:1,inputMode:"numeric",pattern:"[0-9]*",ref:function(e){return d.current[t]=e},onChange:function(e){return function(e,t){if(/^\d?$/.test(e)){var n=O(u);n[t]=e,s(n),e&&t<l-1&&f(t+1),null==i||i(n.join(""))}}(e.target.value,t)},onKeyDown:function(e){return function(e,t){"Backspace"===e.key&&!u[t]&&t>0&&f(t-1)}(e,t)},style:{height:"4rem",width:"4rem",borderStyle:"solid grey",backgroundColor:"#e5ebf7"}}))})))};var B=n(75485),j={};j.styleTagTransform=y(),j.setAttributes=m(),j.insert=d().bind(null,"head"),j.domAPI=u(),j.insertStyleElement=A(),l()(B.A,j);const L=B.A&&B.A.locals?B.A.locals:void 0;function H(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}const Y=function(e){var t,n,r,i,l,c,u,s=e.durationInSeconds,d=(e.resetTimer,e.onTimeUp),f=(t=(0,a.useState)(s),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(t,n)||function(e,t){if(e){if("string"==typeof e)return H(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?H(e,t):void 0}}(t,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.")}()),m=f[0],p=f[1];return(0,a.useEffect)((function(){if(!(m<=0)){var e=setInterval((function(){p((function(e){return e-1}))}),1e3);return function(){return clearInterval(e)}}null==d||d()}),[m]),o().createElement(o().Fragment,null,o().createElement("div",{className:L.timerData},o().createElement("b",null,(l=(r=m)%60,c=(i=Math.floor(r/60))>9?i:"0".concat(i),u=l>9?l:"0".concat(l),"".concat(c,":").concat(u)))))};function M(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function q(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function G(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){q(o,r,a,i,l,"next",e)}function l(e){q(o,r,a,i,l,"throw",e)}i(void 0)}))}}function V(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function J(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return M(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?M(e,t):void 0}}(e,t)||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.")}()}function Q(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}const W=function(e){var t=e.requestCustomOtpDto,n=e.phoneNumber,i=e.open,l=e.onModalClose,c=e.onOtpSuccessfullVerification,u=J((0,a.useState)(""),2),s=u[0],d=u[1],f=J((0,a.useState)(g.GI.Draft),2),m=f[0],p=f[1],A=J((0,a.useState)(!1),2),h=A[0],y=A[1],_=J((0,a.useState)(""),2),b=_[0],v=_[1],E=J((0,a.useState)(g.sF.NoOverride),2),x=E[0],I=E[1],k=J((0,a.useState)(),2),T=k[0],D=k[1],P=function(){var e,n,r;return e=x===g.sF.Override?(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){V(e,t,n[t])}))}return e}({},t),r=null!=(r={identificationNumber:T})?r:{},Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):function(e){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t.push.apply(t,n)}return t}(Object(r)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(r,e))})),n):t,e},U=function(e,t,n){(0,C.showSnackbar)({kind:e,title:t,subtitle:n})};return o().createElement(o().Fragment,null,o().createElement(r.aFV,{open:i,size:"md",onSecondarySubmit:l,onRequestClose:l,onRequestSubmit:function(){return m===g.GI.Draft?G((function(){var e,n,r;return Q(this,(function(a){switch(a.label){case 0:if(!t.identificationNumber&&!T)return U("error","Invalid Identification Value","Please enter a valid ID value"),[2];y(!0),a.label=1;case 1:return a.trys.push([1,3,4,5]),[4,(0,w.un)(P())];case 2:return e=a.sent(),v(e.sessionId),p(g.GI.Sent),U("success","OTP sent successfully","A code was sent to ".concat(e.maskedPhone)),[3,5];case 3:return n=a.sent(),r=n.message||"Failed to send OTP",U("error","Error sending OTP",r),[3,5];case 4:return y(!1),[7];case 5:return[2]}}))}))():m===g.GI.Sent?G((function(){var e,n,r;return Q(this,(function(a){switch(a.label){case 0:if(!s.trim())return U("error","Please enter the OTP code",""),[2];y(!0),a.label=1;case 1:return a.trys.push([1,3,4,5]),e={sessionId:b,otp:s,locationUuid:t.locationUuid},[4,(0,w.zB)(e)];case 2:return a.sent(),p(g.GI.Verified),(0,C.showSnackbar)({kind:"success",title:"OTP Verified",subtitle:"You can now fetch data from Client Registry."}),[3,5];case 3:return n=a.sent(),r=n.message||"OTP verification failed",(0,C.showSnackbar)({kind:"error",title:"OTP Verification Failed",subtitle:r}),[3,5];case 4:return y(!1),[7];case 5:return[2]}}))}))():m===g.GI.Verified?c():void 0},primaryButtonText:m===g.GI.Draft?h?"Sending OTP...":"Send OTP":m===g.GI.Sent?h?"Verifying OTP...":"Verify":m===g.GI.Verified?h?"loading...":"Continue":"",secondaryButtonText:"Cancel"},o().createElement(r.cwr,null,o().createElement("div",{className:S.modalVerificationLayout},o().createElement("div",{className:S.sectionHeader},o().createElement("h4",{className:S.sectionTitle},"One Time Password (OTP)")),o().createElement("div",{className:S.sectionContent},o().createElement("div",{className:S.contentHeader},m===g.GI.Draft?o().createElement(o().Fragment,null,o().createElement(r.zWQ,{defaultSelected:g.sF.NoOverride,legendText:"OTP Override",onChange:function(e){return I(t=e),void(t===g.sF.Skip&&p(g.GI.Verified));var t},name:"override-button-default-group"},o().createElement(r.aaP,{id:"no-override",labelText:"Send Code to Phone ".concat(N(n),"?"),value:g.sF.NoOverride}),o().createElement(r.aaP,{id:"override",labelText:"Send OTP to alternative contact",value:g.sF.Override}),o().createElement(r.aaP,{id:"skip",labelText:"Skip OTP",value:g.sF.Skip})),x===g.sF.Override?o().createElement(o().Fragment,null,o().createElement("div",{className:S.formControl},o().createElement(r.ksK,{id:"override-number",labelText:"Use alternative ID number and OTP will be sent to their phone number",onChange:function(e){return t=e.target.value,void D(t);var t},required:!0,placeholder:"Enter National ID"}))):o().createElement(o().Fragment,null)):o().createElement(o().Fragment,null),m===g.GI.Verified?o().createElement(o().Fragment,null,x===g.sF.Skip?o().createElement(o().Fragment,null,o().createElement("h6",null,"OTP Verification Skipped! Continue")):o().createElement(o().Fragment,null,o().createElement("h6",null,"OTP Verification Successfull!"))):o().createElement(o().Fragment,null)),o().createElement("div",{className:S.otpSection},m===g.GI.Sent?o().createElement(o().Fragment,null,o().createElement("div",{className:S.otpForm},o().createElement("h6",null,"(Enter one time password to proceed)"),o().createElement(r.lRv,null,"Enter OTP"),o().createElement(R,{otpLength:5,onChange:function(e){return d(e)}})),o().createElement("div",{className:S.otpTimer},o().createElement(Y,{durationInSeconds:60,resetTimer:function(){},onTimeUp:function(){g.GI.Sent&&p(g.GI.Draft)}}))):o().createElement(o().Fragment,null))),o().createElement("div",{className:S.sectionAction})))))};var z=n(86575),$={};$.styleTagTransform=y(),$.setAttributes=m(),$.insert=d().bind(null,"head"),$.domAPI=u(),$.insertStyleElement=A(),l()(z.A,$);const K=z.A&&z.A.locals?z.A.locals:void 0;function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Z=["id","other_identifications","first_name","middle_name","last_name","gender","date_of_birth","is_alive","deceased_datetime","phone","email","civil_status","place_of_birth","citizenship","country","county","sub_county","ward","village_estate","longitude","latitude","identification_type"];const ee=function(e){var t=e.client,n=(0,a.useMemo)((function(){return e=t,n={},Object.keys(e).filter((function(e){return Z.includes(e)})).forEach((function(t){if("other_identifications"===t){var r=(o=e[t],i={},o.forEach((function(e){i[e.identification_type]=e.identification_number})),i);n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){X(e,t,n[t])}))}return e}({},n,r)}else if("identification_type"===t)n[e.identification_type]=e.identification_number;else{var a=e[t];n[t]=a}var o,i})),n;var e,n}),[t]);return t&&n?o().createElement(o().Fragment,null,o().createElement(r.XIK,null,o().createElement(r.ndF,null,o().createElement(r.Hjg,null,o().createElement(r.A0N,null,"Field"),o().createElement(r.A0N,null,"Value"))),o().createElement(r.BFY,null,Object.keys(n).map((function(e){return o().createElement(r.Hjg,null,o().createElement(r.nA6,null,e),o().createElement(r.nA6,null,n[e]))}))))):o().createElement(o().Fragment,null,o().createElement("h4",null,"No patient Data to Display"))},te=function(e){var t=e.client,n=e.open,a=e.onModalClose,i=(e.onSubmit,e.onSendClientToTriage);return t?o().createElement(o().Fragment,null,o().createElement(r.aFV,{open:n,size:"lg",onSecondarySubmit:a,onRequestClose:a,onRequestSubmit:function(){return i(t.id)},primaryButtonText:"Send To Triage",secondaryButtonText:"Cancel"},o().createElement(r.cwr,null,o().createElement("div",{className:K.clientDetailsLayout},o().createElement("div",{className:K.sectionHeader},o().createElement("h4",{className:K.sectionTitle},"Patient Details")),o().createElement("div",{className:K.sectionContent},o().createElement(r.tUM,null,o().createElement(r.wbY,{contained:!0},o().createElement(r.ozo,null,"Patient Details")),o().createElement(r.T2N,null,o().createElement(r.KpK,null,o().createElement(ee,{client:t}))))))))):o().createElement(o().Fragment,null,"No Client data")};function ne(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function re(e){return(t=function(){var t,n,r,a;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(o){switch(o.label){case 0:return t="".concat(C.restBaseUrl,"/patient"),n=new URLSearchParams({q:e,v:"full",includeDead:"true",limit:"10",totalCount:"true"}).toString(),[4,(0,C.openmrsFetch)("".concat(t,"?").concat(n))];case 1:return(r=o.sent()).ok?[3,3]:[4,r.text()];case 2:throw a=o.sent(),new Error("Request failed with ".concat(r.status,": ").concat(a));case 3:return[2,r.json()]}}))},function(){var e=this,n=arguments;return new Promise((function(r,a){var o=t.apply(e,n);function i(e){ne(o,r,a,i,l,"next",e)}function l(e){ne(o,r,a,i,l,"throw",e)}i(void 0)}))})();var t}var ae=n(3754),oe={};oe.styleTagTransform=y(),oe.setAttributes=m(),oe.insert=d().bind(null,"head"),oe.domAPI=u(),oe.insertStyleElement=A(),l()(ae.A,oe);const ie=ae.A&&ae.A.locals?ae.A.locals:void 0;function le(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function ce(e){return(t=function(){var t,n,r;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(a){switch(a.label){case 0:return t="".concat(C.restBaseUrl,"/location"),n="".concat(t,"/").concat(e),[4,(0,C.openmrsFetch)(n)];case 1:return[4,a.sent().json()];case 2:return[2,null!=(r=a.sent())?r:null]}}))},function(){var e=this,n=arguments;return new Promise((function(r,a){var o=t.apply(e,n);function i(e){le(o,r,a,i,l,"next",e)}function l(e){le(o,r,a,i,l,"throw",e)}i(void 0)}))})();var t}function ue(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function se(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function de(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){se(o,r,a,i,l,"next",e)}function l(e){se(o,r,a,i,l,"throw",e)}i(void 0)}))}}function fe(e){return function(e){if(Array.isArray(e))return ue(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return ue(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ue(e,t):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.")}()}function me(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function pe(e){return de((function(){var t,n,r,a;return me(this,(function(o){switch(o.label){case 0:return t="".concat(C.restBaseUrl,"/queue"),n=new URLSearchParams({v:"custom:(uuid,display,name,description,service:(uuid,display),allowedPriorities:(uuid,display),allowedStatuses:(uuid,display),location:(uuid,display))",location:e}).toString(),[4,(0,C.openmrsFetch)("".concat(t,"?").concat(n))];case 1:return(r=o.sent()).ok?[3,3]:[4,r.text()];case 2:throw a=o.sent(),new Error("Request failed with ".concat(r.status,": ").concat(a));case 3:return[2,r.json()]}}))}))()}function Ae(e){return de((function(){var t,n,r,a,o,i,l,c,u,s;return me(this,(function(d){switch(d.label){case 0:return[4,ce(e)];case 1:return(t=d.sent())&&(n=t.parentLocation)?[4,ce(n.uuid)]:[2];case 2:if(r=d.sent(),o=null!==(a=r.childLocations)&&void 0!==a?a:[],l=null!==(i=o.map((function(e){return e.uuid})))&&void 0!==i?i:[],c=[],!(l.length>0))return[3,6];u=0,d.label=3;case 3:return u<l.length?[4,pe(l[u])]:[3,6];case 4:s=d.sent(),c=fe(c).concat(fe(s.results)),d.label=5;case 5:return u++,[3,3];case 6:return[2,c]}}))}))()}var he=n(75862),ye=n(25838),_e=n(83983),be=n(73143);function ve(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}var ge=n(11314),we=n(61978);function Ce(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ee(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function xe(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){Ee(o,r,a,i,l,"next",e)}function l(e){Ee(o,r,a,i,l,"throw",e)}i(void 0)}))}}function Se(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Ce(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ce(e,t):void 0}}(e,t)||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.")}()}function Ie(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}const ke=function(e){var t=e.patients,n=e.open,i=e.onModalClose,l=(e.onSubmit,e.client),c=e.onCreateAmrsPatient,u=e.onManualRegistration,s=function(e){var t=e.name.toLowerCase().trim();return t.includes("cash")?Ve:t.includes("sha")?Je:""},d=Se((0,a.useState)(),2),f=d[0],m=d[1],p=Se((0,a.useState)(),2),A=p[0],h=p[1],y=Se((0,a.useState)(),2),_=y[0],b=y[1],v=Se((0,a.useState)(),2),w=v[0],E=v[1],x=Se((0,a.useState)(),2),S=x[0],I=x[1],k=Se((0,a.useState)([]),2),N=k[0],T=k[1],D=Se((0,a.useState)([]),2),P=D[0],U=D[1],O=Se((0,a.useState)(null),2),F=O[0],R=O[1],B=Se((0,a.useState)(null),2),j=B[0],L=B[1],H=Se((0,a.useState)(""),2),Y=H[0],M=H[1],q=Se((0,a.useState)(),2),G=q[0],V=q[1],J=Se((0,a.useState)([]),2),Q=(J[0],J[1]),W=Se((0,a.useState)([]),2),z=W[0],$=W[1],K=Se((0,a.useState)(null),2),X=K[0],Z=K[1],ee=Se((0,a.useState)(null),2),te=ee[0],ne=ee[1],re=Se((0,a.useState)(""),2),ae=re[0],oe=re[1],le=Se((0,a.useState)(""),2),ce=le[0],ue=le[1],se=Se((0,a.useState)(""),2),fe=se[0],pe=se[1],Ce=Se((0,a.useState)(),2),Ee=Ce[0],ke=Ce[1],Ne=Se((0,a.useState)([]),2),Te=Ne[0],De=Ne[1],Pe=Se((0,a.useState)(!1),2),Ue=Pe[0],Oe=Pe[1],Fe=Se((0,a.useState)(!1),2),Re=Fe[0],Be=Fe[1],je=Se((0,a.useState)(!1),2),Le=je[0],He=je[1],Ye=(0,C.useSession)(),Me=Ye.sessionLocation.uuid,qe=(0,C.useConfig)(),Ge=qe.registrationBillableServices,Ve=qe.cashConsulationConceptUuid,Je=qe.shaConsulationConceptUuid,Qe=qe.outPatientCareSettingUuid,We=qe.orderEncounterTypeUuid,ze=qe.registrationServicequeues,$e=(0,a.useMemo)((function(){return P.filter((function(e){var t;return e&&(null===(t=e.location)||void 0===t?void 0:t.uuid)===Me}))}),[P,Me]),Ke=(0,a.useMemo)((function(){return[{text:"OPD",id:"57d7f623-6a5c-47b2-a1b0-0238b92bea95"},{text:"Inpatient",id:"be7c422a-9f7d-4817-95d0-0e4d451ad153"}]}),[l]),Xe=(0,a.useMemo)((function(){return[{text:"Walk-in",id:"1671c96d-f281-49bf-b246-c0698f200871"},{text:"Self-referral",id:"a8a17d80-1350-11df-a1f1-0026b9348838"},{text:"Referral from other Facility",id:"a095f6aa-9d15-442e-8b21-d9306b82983f"}]}),[l]),Ze=Object.values(g.Ar).map((function(e){return{id:e,label:e}}));if((0,a.useEffect)((function(){xe((function(){var e,t,n,r;return Ie(this,(function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4,Ae(Me)];case 1:return(e=a.sent())&&e.length>0&&(t=function(e){return e.filter((function(e){var t;return ze.includes(null!==(t=e.uuid)&&void 0!==t?t:"")}))}(e),E(t)),[3,3];case 2:return n=a.sent(),(0,C.showSnackbar)({kind:"error",title:"An error occurred while fetching service queues",subtitle:null!==(r=n.message)&&void 0!==r?r:"An error occurred while fetching service queues, please try agin"}),[3,3];case 3:return[2]}}))}))(),xe((function(){var e;return Ie(this,(function(t){switch(t.label){case 0:return[4,(0,_e.x_)()];case 1:return e=t.sent(),T(e),[2]}}))}))(),xe((function(){var e;return Ie(this,(function(t){switch(t.label){case 0:return[4,(0,_e.EI)()];case 1:return e=t.sent(),Q(e),function(e){var t=[],n=!0,r=!1,a=void 0;try{for(var o,i=e[Symbol.iterator]();!(n=(o=i.next()).done);n=!0){var l=o.value;if(l.servicePrices){var c=l.servicePrices,u=!0,s=!1,d=void 0;try{for(var f,m=c[Symbol.iterator]();!(u=(f=m.next()).done);u=!0){var p=f.value;t.push(p)}}catch(e){s=!0,d=e}finally{try{u||null==m.return||m.return()}finally{if(s)throw d}}}}}catch(e){r=!0,a=e}finally{try{n||null==i.return||i.return()}finally{if(r)throw a}}$(t)}(e),[2]}}))}))(),xe((function(){var e;return Ie(this,(function(t){switch(t.label){case 0:return[4,(0,_e.B3)()];case 1:return e=t.sent(),U(e),[2]}}))}))(),xe((function(){var e,n,r;return Ie(this,(function(a){switch(a.label){case 0:if(!t)return[3,4];De([]),e=0,a.label=1;case 1:return e<t.length?[4,(c=t[e].uuid,(l=function(){var e,t,n;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(r){switch(r.label){case 0:return e="".concat(C.restBaseUrl,"/billing/bill?v=full&patientUuid=").concat(c),[4,(0,C.openmrsFetch)(e)];case 1:return[4,r.sent().json()];case 2:return t=r.sent(),[2,null!==(n=t.results)&&void 0!==n?n:[]]}}))},function(){var e=this,t=arguments;return new Promise((function(n,r){var a=l.apply(e,t);function o(e){ve(a,n,r,o,i,"next",e)}function i(e){ve(a,n,r,o,i,"throw",e)}o(void 0)}))})())]:[3,4];case 2:n=a.sent(),o=n,i=new Date,r=o.filter((function(e){var t=new Date(e.dateCreated);return t.getFullYear()===i.getFullYear()&&t.getMonth()===i.getMonth()&&t.getDate()===i.getDate()})),De(r),a.label=3;case 3:return e++,[3,1];case 4:return[2]}var o,i,l,c}))}))(),xe((function(){var e,n;return Ie(this,(function(r){switch(r.label){case 0:if(!(t&&t.length>0))return[3,4];e=t[0],r.label=1;case 1:return r.trys.push([1,3,,4]),[4,(0,ge.j3)(e.uuid)];case 2:return n=r.sent(),ke(n.length>0?n[0]:null),[3,4];case 3:return r.sent(),rt("error","Error getting patient active queue",""),[3,4];case 4:return[2]}}))}))()}),[t]),!t)return o().createElement(o().Fragment,null,"No Client data");var et=function(){return!Ee||!Ee.queue.uuid||(rt("error","Patient already in queue","Patient is already in the ".concat(Ee.queue.display," queue, remove them first or contact support")),!1)},tt=function(e){return e.location?e.patient?e.visitType?!!_||(rt("error","Please select a patient type",""),!1):(rt("error","Please select a visit",""),!1):(rt("error","Please select a patient",""),!1):(rt("error","Missing location in create visits",""),!1)},nt=function(){var e,t=(e=[],ae&&e.push({attributeType:"3a988e33-a6c0-4b76-b924-01abb998944b",value:ae}),ce&&e.push({attributeType:"aac48226-d143-4274-80e0-264db4e368ee",value:ce}),j&&e.push({attributeType:"8553afa0-bdb9-4d3c-8a98-05fa9350aa85",value:j.uuid}),_&&e.push({attributeType:"fbc0702d-b4c9-4968-be63-af8ad3ad6239",value:_}),G===g.Ar.NonPaying&&e.push({attributeType:"df0362f9-782e-4d92-8bb2-3112e9e9eb3c",value:"true"}),e),n={visitType:A,location:Me,startDatetime:null,stopDatetime:null,patient:null==f?void 0:f.uuid};return t.length>0&&(n.attributes=t),n},rt=function(e,t,n){(0,C.showSnackbar)({kind:e,title:t,subtitle:n})};return o().createElement(o().Fragment,null,o().createElement(r.aFV,{open:n,size:"md",onSecondarySubmit:function(){return i({success:!1})},onRequestClose:function(){return i({success:!1})},onRequestSubmit:function(){return xe((function(){var e,t,n,r,a,o,l;return Ie(this,(function(c){switch(c.label){case 0:if(Re)return rt("error","Form already Submitted","Form has already been submitted, please wait for the visit,queue and bill to be created"),[2];if(Be(!0),!function(){if(!f)return rt("error","Please select a patient",""),!1;if(!G)return rt("error","Please select a paying or non paying option",""),!1;if(!et())return!1;if(G===g.Ar.Paying){if(!j)return rt("error","Please select a payment method",""),!1;if(!te)return rt("error","Please select a billable service",""),!1;if(!F)return rt("error","Please select a cashpoint",""),!1}return G!==g.Ar.NonPaying||fe?A?S?!!Y||(rt("error","Please select a service queue priority",""),!1):(rt("error","Please select a service queue",""),!1):(rt("error","Please select a visit type",""),!1):(rt("error","Please select a patient category",""),!1)}())return Be(!1),[2];He(!0),c.label=1;case 1:return c.trys.push([1,9,10,11]),[4,xe((function(){var e,t;return Ie(this,(function(n){switch(n.label){case 0:return e=nt(),tt(e)?[4,(0,ye._)(e)]:[2,!1];case 1:if(t=n.sent())return rt("success","Visit has been created succesfully",""),[2,t];throw rt("error","Error creating patient visit",""),new Error("Error creating patient visit")}}))}))()];case 2:return(e=c.sent())?(t=function(e){return{visit:{uuid:e.uuid},queueEntry:{status:{uuid:he.cn.WAITING_UUID},priority:{uuid:null!=Y?Y:he.i3.NORMAL_PRIORITY_UUID},queue:{uuid:S},patient:{uuid:f.uuid},startedAt:e.startDatetime,sortWeight:0}}}(e),[4,(m=t,de((function(){var e,t,n;return me(this,(function(r){switch(r.label){case 0:return e="".concat(C.restBaseUrl,"/visit-queue-entry"),[4,(0,C.openmrsFetch)(e,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(m)})];case 1:return(t=r.sent()).ok?[3,3]:[4,t.text()];case 2:throw n=r.sent(),new Error("Request failed with ".concat(t.status,": ").concat(n));case 3:return[2,t.json()]}}))}))())]):[3,8];case 3:return(n=c.sent())&&rt("success","Patient has succesfully been moved to the Triage queue",""),r=null,G!==g.Ar.Paying?[3,7]:!function(e){return e.patient?e.status?e.cashPoint?!(!e.lineItems||0===e.lineItems.length)||(rt("error","Please select a valid billable service",""),!1):(rt("error","Please select a valid cashpoint",""),!1):(rt("error","Bill does not have a status",""),!1):(rt("error","Please select a patient",""),!1)}(a={lineItems:[{billableService:te.billableService.uuid,quantity:1,price:te.price,priceName:te.name,priceUuid:te.uuid,lineItemOrder:0,paymentStatus:"PENDING"}],cashPoint:F.uuid,patient:f.uuid,status:"PENDING",payments:[]})||Ue?[3,6]:[4,(0,_e.Uv)(a)];case 4:return(r=c.sent())&&(Oe(!0),rt("success","Bill succesfully created","")),[4,(u=f.uuid,d=e.uuid,xe((function(){var e;return Ie(this,(function(t){switch(t.label){case 0:e=function(e,t){var n;return{patient:e,location:Me,encounterType:We,visit:t,obs:[],orders:[{action:"NEW",type:"order",patient:e,careSetting:Qe,orderer:null!==(n=Ye.currentProvider.uuid)&&void 0!==n?n:"pd25871c-1359-11df-a1f1-0026b9348838",encounter:null,concept:s(j),accessionNumber:null,urgency:"ROUTINE",scheduledDate:null}]}}(u,d),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,(0,we.iw)(e)];case 2:return t.sent()&&rt("success","Consultation order created","Consultation order has been succesfully created"),[3,4];case 3:return t.sent(),rt("error","Error creating consulation order","An error occurred while generating the consultation order. Please contact support"),[3,4];case 4:return[2]}}))}))())];case 5:return c.sent(),[3,7];case 6:return[2,!1];case 7:(n&&g.Ar.Paying&&(r||Ue)||n&&g.Ar.NonPaying)&&i({success:!0}),c.label=8;case 8:return[3,11];case 9:return o=c.sent(),Be(!1),rt("error",null!==(l=o.message)&&void 0!==l?l:"Error creating visit",""),[3,11];case 10:return He(!1),[7];case 11:return[2]}var u,d,m}))}))()},primaryButtonText:Le?"Sending...please wait":"Send to Triage",secondaryButtonText:"Cancel"},o().createElement(r.cwr,null,o().createElement("div",{className:ie.clientDetailsLayout},o().createElement("div",{className:ie.sectionHeader},o().createElement("h4",{className:ie.sectionTitle},"Send To Triage")),t.length>0?o().createElement("div",{className:ie.sectionContent},o().createElement("div",{className:ie.patientSelect},o().createElement(r.XIK,null,o().createElement(r.ndF,null,o().createElement(r.Hjg,null,o().createElement(r.A0N,null,"No"),o().createElement(r.A0N,null,"Name"),o().createElement(r.A0N,null,"Gender"),o().createElement(r.A0N,null,"Select Patient"))),o().createElement(r.BFY,null,t.map((function(e,t){return o().createElement(r.Hjg,{key:e.uuid},o().createElement(r.nA6,null,t+1),o().createElement(r.nA6,null,e.person.preferredName.display),o().createElement(r.nA6,null,e.person.gender),o().createElement(r.nA6,null,o().createElement(r.Sc0,{id:e.uuid,labelText:"",onChange:function(){m(e)}})))}))))),o().createElement("div",{className:ie.formSection},o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.a32,{onChange:function(e){var t=e.selectedItem.id;b(t)},id:"patient-type-combobox",items:Xe,itemToString:function(e){return e?e.text:""},titleText:"Patient Type"})),o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"payment-details",labelText:"Payment Details",onChange:function(e){return t=e.target.value,void V(t);var t}},o().createElement(r.ebT,{value:"",text:"Select"}),";",Ze.map((function(e){return o().createElement(r.ebT,{value:e.id,text:e.label})})))))),o().createElement("div",{className:ie.formSection},G===g.Ar.Paying?o().createElement(o().Fragment,null,o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"payment-method",labelText:"Payment Method",onChange:function(e){return function(e){var t=N.find((function(t){return t.uuid===e}));L(t);var n=function(e){var t=[];return z.forEach((function(n){n.paymentMode&&n.paymentMode.uuid===e.uuid&&Ge.includes(n.billableService.uuid)&&t.push(n)})),t}(t);Z(n),oe(""),ue(""),M("")}(e.target.value)}},o().createElement(r.ebT,{value:"",text:"Select"}),";",N&&N.map((function(e){return o().createElement(r.ebT,{value:e.uuid,text:e.name})})))),o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"billable-service",labelText:"Billable Services",onChange:function(e){return function(e){var t,n,r=z.find((function(t){return t.uuid===e}));t=r,n=!0,Te.forEach((function(e){e.lineItems.forEach((function(e){e.billableService===t.billableService.display&&(n=!1)}))})),n?ne(r):(ne(null),rt("error","Existing bill","Patient has a similar bill"))}(e.target.value)}},o().createElement(r.ebT,{value:"",text:"Select"}),";",X&&X.map((function(e){return o().createElement(r.ebT,{value:e.uuid,text:"".concat(e.billableService.display,"(").concat(e.name,":").concat(e.price,")")})}))))),j&&j.name.trim().toLowerCase().includes("insurance".trim().toLowerCase())?o().createElement(o().Fragment,null,o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.ksK,{id:"insurance-scheme",labelText:"Insurance scheme",onChange:function(e){return function(e){oe(e)}(e.target.value)}})),o().createElement("div",{className:ie.formControl},o().createElement(r.ksK,{id:"policy-number",labelText:"Policy number",onChange:function(e){return function(e){ue(e)}(e.target.value)}})))):o().createElement(o().Fragment,null),o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"cash-point",labelText:"Cash Point",onChange:function(e){return function(e){var t=P.find((function(t){return t.uuid===e}));R(t)}(e.target.value)}},o().createElement(r.ebT,{value:"",text:"Select"}),";",$e&&$e.map((function(e){return o().createElement(r.ebT,{value:e.uuid,text:e.name})})))))):o().createElement(o().Fragment,null),G===g.Ar.NonPaying?o().createElement(o().Fragment,null,o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"patient-category",labelText:"Patient Category",onChange:function(e){return t=e.target.value,void pe(t);var t}},o().createElement(r.ebT,{value:"",text:"Select"}),";",o().createElement(r.ebT,{value:be.Q.CCC_PATIENT_UUID,text:"CCC"}),";",o().createElement(r.ebT,{value:be.Q.MCH_PATIENT_UUID,text:"MCH"}),";")))):o().createElement(o().Fragment,null)),o().createElement("div",{className:ie.formSection},o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.a32,{onChange:function(e){var t=e.selectedItem.id;h(t)},id:"visit-type-combobox",items:Ke,itemToString:function(e){return e?e.text:""},titleText:"Visit Type"})),o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"service",labelText:"Select a Queue Service",onChange:function(e){if(et()){var t=e.target.value;I(t)}}},o().createElement(r.ebT,{value:"",text:"Select"}),";",w&&w.map((function(e){return o().createElement(r.ebT,{value:e.uuid,text:"".concat(e.display)})}))))),o().createElement("div",{className:ie.formRow},o().createElement("div",{className:ie.formControl},o().createElement(r.l6P,{id:"priority",labelText:"Select Priority",onChange:function(e){return t=e.target.value,void M(t);var t}},o().createElement(r.ebT,{value:"",text:"Select"}),";",o().createElement(r.ebT,{value:he.i3.NORMAL_PRIORITY_UUID,text:"PRIORITY"}),";",o().createElement(r.ebT,{value:he.i3.NOT_URGENT_PRIORITY_UUID,text:"NON URGENT"}),";",o().createElement(r.ebT,{value:he.i3.EMERGENCY_PRIORITY_UUID,text:"EMERGENCY"}),";"))))):o().createElement(o().Fragment,null),o().createElement("div",{className:ie.actionSection},0===t.length?o().createElement(o().Fragment,null,o().createElement("div",{className:ie.patientAction},o().createElement("div",{className:ie.btnContainer},o().createElement(r.$nd,{kind:"primary",onClick:function(){return c(l)}},"Automatically Register in AMRS")),o().createElement("div",{className:ie.btnContainer},o().createElement(r.$nd,{kind:"secondary",onClick:u},"Manually Register")))):o().createElement(o().Fragment,null))))))};function Ne(e,t){return"".concat(e.first_name," ").concat(k(e.middle_name)," (").concat(e.gender,") (DOB: ").concat(e.date_of_birth,") (").concat(t,") (CR: ").concat(e.id,")")}var Te=n(96622);function De(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Pe(e){return function(e){if(Array.isArray(e))return De(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return De(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?De(e,t):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 Ue=Pe([g.LQ.Cr,g.LQ.SHANumber,g.LQ.HouseholdNumber,g.LQ.RefugeeID,g.LQ.MandateNumber,g.LQ.AlienID,g.LQ.NationalID,g.LQ.TemporaryDependantID]).concat(Pe(["first_name","middle_name","last_name"]),Pe(["gender","date_of_birth","is_alive","deceased_datetime"]),Pe(["phone","email","civil_status","place_of_birth","citizenship"]),Pe(["country","county","sub_county","ward","village_estate","longitude","latitude"]));function Oe(e){var t="";switch(e){case"Divorced":t="a899ad58-1350-11df-a1f1-0026b9348838";break;case"Married":t="a8aa76b0-1350-11df-a1f1-0026b9348838";break;case"Single":t="a899ac7c-1350-11df-a1f1-0026b9348838";break;default:t="a89ad3a4-1350-11df-a1f1-0026b9348838"}return t}function Fe(e){var t;switch(e){case g.LQ.NationalID:t=Te.N.NATIONAL_ID_UUID;break;case g.LQ.HouseholdNumber:t=Te.N.HOUSE_HOLD_NUMBER_UUID;break;case g.LQ.AlienID:t=Te.N.ALIEN_ID_UUID;break;case g.LQ.SHANumber:t=Te.N.SHA_UUID;break;case g.LQ.MandateNumber:t=Te.N.MANDATE_NUMBER_UUID;break;case g.LQ.RefugeeID:t=Te.N.REFUGEE_ID_UUID;break;case g.LQ.Cr:t=Te.N.CLIENT_REGISTRY_NO_UUID;break;case g.LQ.BirthCertificate:t=Te.N.BIRTH_CERTIFICATE_NUMBER_UUID;break;case g.LQ.TemporaryDependantID:t=Te.N.TEMPORARY_DEPENDANT_ID_UUID;break;case g.LQ.BirthNotification:t=Te.N.BIRTH_NOTIFICATION_UUID}return t}var Re=n(62801);function Be(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function je(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){Be(o,r,a,i,l,"next",e)}function l(e){Be(o,r,a,i,l,"throw",e)}i(void 0)}))}}function Le(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}var He=function(e,t){return je((function(){var n,r;return Le(this,(function(a){switch(a.label){case 0:return[4,je((function(){var e,t,n,r;return Le(this,(function(a){switch(a.label){case 0:return[4,(0,Re.E$)()];case 1:return e=a.sent(),t=new AbortController,[4,(0,C.openmrsFetch)("".concat(e,"/amrs-id-generator/generateidentifier"),{headers:{"Content-Type":"application/json"},method:"POST",body:{user:1},signal:t.signal})];case 2:return[4,a.sent().json()];case 3:return n=a.sent(),[2,null!==(r=n.identifier)&&void 0!==r?r:""]}}))}))()];case 1:return n=a.sent(),r=function(e,t){var n=[];return n.push({identifierType:Fe(g.LQ.Cr),identifier:e.id,location:t}),n.push({identifierType:Fe(e.identification_type),identifier:e.identification_number,location:t}),n}(t,e),r.push({identifierType:Te.N.AMRS_UNIVERSAL_ID_UUID,identifier:n,location:e,preferred:!0}),[2,r]}}))}))()};function Ye(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function Me(e,t){return(n=function(){var n,r;return function(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}(this,(function(a){switch(a.label){case 0:return n=function(e){var t={},n={},r={},a=[];Ue.forEach((function(o){"first_name"===o&&(n.givenName=e.first_name),"middle_name"===o&&(n.middleName=e.middle_name),"last_name"===o&&(n.familyName=e.last_name),"gender"===o&&(t.gender="Male"===e.gender?"M":"F"),"date_of_birth"===o&&(t.birthdate=e.date_of_birth,t.birthdateEstimated=!1),"is_alive"===o&&(t.dead=0===e.is_alive),"deceased_datetime"===o&&e.deceased_datetime.length>0&&(t.deathDate=e.deceased_datetime),"country"===o&&e.country.length>0&&(r.country=e.country,r.address1=e.country),"place_of_birth"===o&&e.place_of_birth.length>0&&(r.address10=e.place_of_birth),"county"===o&&e.county.length>0&&(r.countyDistrict=e.county),"sub_county"===o&&e.sub_county.length>0&&(r.address2=e.sub_county,r.stateProvince=e.sub_county),"ward"===o&&e.sub_county.length>0&&(r.address7=e.sub_county,r.address4=e.sub_county),"village_estate"===o&&e.village_estate.length>0&&(r.cityVillage=e.village_estate),"longitude"===o&&e.longitude.length>0&&(r.longitude=e.longitude),"latitude"===o&&e.latitude.length>0&&(r.latitude=e.latitude),"place_of_birth"===o&&e.place_of_birth.length>0&&a.push({value:e.place_of_birth,attributeType:"8d8718c2-c2cc-11de-8d13-0010c6dffd0f"}),"phone"===o&&e.phone.length>0&&a.push({value:e.phone,attributeType:"72a759a8-1359-11df-a1f1-0026b9348838"}),"email"===o&&e.email.length>0&&a.push({value:e.email,attributeType:"2f65dbcb-3e58-45a3-8be7-fd1dc9aa0faa"}),"civil_status"===o&&e.civil_status.length>0&&a.push({value:Oe(e.civil_status),attributeType:"8d871f2a-c2cc-11de-8d13-0010c6dffd0f"}),"id"===o&&e.id&&a.push({value:e.id,attributeType:"e068e02b-faac-4baf-bd58-fe6e0c29a81f"}),"citizenship"===o&&e.citizenship&&a.push({value:e.citizenship,attributeType:"8d871afc-c2cc-11de-8d13-0010c6dffd0f"})}));var o=function(e){var t=[],n=e.find((function(e){return"Alternative Phone Number"===e.relationship})),r=e.find((function(e){return"Next Of Kin"===e.remarks}));return n&&"Phone"===n.contact_type&&t.push({value:n.contact_id,attributeType:"c725f524-c14a-4468-ac19-4a0e6661c930"}),r&&("Phone"===r.contact_type&&t.push({value:r.contact_id,attributeType:"a657a4f1-9c0f-444b-a1fd-445bb91dd12d"}),t.push({value:r.relationship,attributeType:"5730994e-c267-426b-87b6-c152b606973d"}),t.push({value:r.contact_name,attributeType:"72a75bec-1359-11df-a1f1-0026b9348838"})),t}(e.alternative_contacts);return a=Pe(a).concat(Pe(o)),Object.keys(n).length>0&&(t.names=[n]),Object.keys(r).length>0&&(t.addresses=[r]),a.length>0&&(t.attributes=a),t}(e),[4,He(t,e)];case 1:return r=a.sent(),[4,(o={person:n,identifiers:r},je((function(){return Le(this,(function(e){switch(e.label){case 0:return[4,(0,C.openmrsFetch)("".concat(C.restBaseUrl,"/patient"),{method:"POST",headers:{"Content-Type":"application/json"},body:o})];case 1:return[2,e.sent()]}}))}))())];case 2:return[4,a.sent().json()];case 3:return[2,a.sent()]}var o}))},function(){var e=this,t=arguments;return new Promise((function(r,a){var o=n.apply(e,t);function i(e){Ye(o,r,a,i,l,"next",e)}function l(e){Ye(o,r,a,i,l,"throw",e)}i(void 0)}))})();var n}var qe=n(9036);function Ge(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Ve(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function Je(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var o=e.apply(t,n);function i(e){Ve(o,r,a,i,l,"next",e)}function l(e){Ve(o,r,a,i,l,"throw",e)}i(void 0)}))}}function Qe(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(o.push(r.value),!t||o.length!==t);i=!0);}catch(e){l=!0,a=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw a}}return o}}(e,t)||function(e,t){if(e){if("string"==typeof e)return Ge(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ge(e,t):void 0}}(e,t)||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.")}()}function We(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}const ze=function(){var e=Qe((0,a.useState)("National ID"),2),t=e[0],n=e[1],i=Qe((0,a.useState)(""),2),l=i[0],c=i[1],u=Qe((0,a.useState)(!1),2),s=u[0],d=u[1],f=Qe((0,a.useState)(),2),m=f[0],p=f[1],A=Qe((0,a.useState)(),2),h=A[0],y=A[1],_=Qe((0,a.useState)([]),2),b=_[0],E=_[1],x=Qe((0,a.useState)("principal"),2),S=x[0],N=x[1],T=Qe((0,a.useState)(!1),2),D=T[0],P=T[1],U=Qe((0,a.useState)(!1),2),O=U[0],F=U[1],R=Qe((0,a.useState)(!1),2),B=R[0],j=R[1],L=Qe((0,a.useState)(),2),H=L[0],Y=L[1],M=(0,C.useSession)().sessionLocation.uuid,q=function(e,t,n){(0,C.showSnackbar)({kind:e,title:t,subtitle:n})},G=function(){F(!1)},V=function(){window.location.href="".concat(window.spaBase,"/patient-registration")},J=function(){return"principal"===S?m:"dependants"===S?h:m},Q=function(){p(null),y(null),E([]),N(null),c(""),n("National ID"),F(!1),P(!1),j(!1),N("principal")};return o().createElement(o().Fragment,null,o().createElement("div",{className:v.registryLayout},o().createElement("div",{className:v.mainContent},o().createElement("div",{className:v.registryHeader},o().createElement("h4",null,"Client Registry"),o().createElement("p",null,"Please enter identification number to begin")),o().createElement("div",{className:v.registryContent},o().createElement("div",{className:v.formRow},o().createElement("div",{className:v.formControl},o().createElement(r.msM,{id:"identifier-type-dropdown",label:"Identifier Type",titleText:"Select Identifier Type",items:g.E$,selectedItem:t,onChange:function(e){var t=e.selectedItem;return n(t)}})),o().createElement("div",{className:v.formControl},o().createElement(r.ksK,{id:"identifier-value",labelText:"".concat(t," Value"),value:l,onChange:function(e){return c(e.target.value)},placeholder:"Enter ".concat(t.toLowerCase()," value")}))),o().createElement("div",{className:v.formRow},o().createElement("div",{className:v.formControl},o().createElement("div",{className:v.formBtn},o().createElement(r.$nd,{className:v.registrySearchBtn,kind:"primary",onClick:function(){return Je((function(){var e,n,r,a,o,i;return We(this,(function(c){switch(c.label){case 0:d(!0),c.label=1;case 1:return c.trys.push([1,3,4,5]),function(e){return e.identificationNumber?e.identificationType?!!e.locationUuid||(q("error","No default location selected",""),!1):(q("error","Please enter a valid identification type",""),!1):(q("error","Please enter a valid identification number",""),!1)}(e={identificationNumber:l,identificationType:t,locationUuid:M})?(Y(e),[4,(0,w.lr)(e)]):[2,!1];case 2:if(n=c.sent(),0===(r=Array.isArray(n)?n:[]).length)throw Q(),new Error("No matching patient found in Client Registry.");return a=r[0],p(a),q("success","Client Data Loaded","Patient fetched successfully"),[3,5];case 3:return o=c.sent(),i=o.message||"Failed to fetch client data",Q(),q("error","Fetch Failed",i),[3,5];case 4:return d(!1),[7];case 5:return[2]}}))}))()},disabled:s},s?o().createElement(r.OuH,{description:"Searching..."}):"Search"),o().createElement(r.$nd,{className:v.registrySearchBtn,kind:"secondary",onClick:V},"Emergency Registration"),m?o().createElement(o().Fragment,null):o().createElement(r.$nd,{className:v.registrySearchBtn,kind:"tertiary",onClick:function(){window.open("https://afyayangu.go.ke/","_blank")}},"Register on Afya Yangu")))),m?o().createElement("div",{className:v.formRow},o().createElement("div",{className:v.hieData},o().createElement("div",{className:v.selectionHeader},o().createElement("h5",null,"Please select one patient and request patient to share the OTP sent")),o().createElement("div",{className:v.patientSelect},o().createElement("div",{className:v.patientSelectRadio},o().createElement(r.zWQ,{defaultSelected:"principal",legendText:"Patient",onChange:function(e){N(e)},name:"radio-button-default-group"},o().createElement(r.aaP,{id:"principal",labelText:"Principal",value:"principal"}),o().createElement(r.aaP,{id:"dependants",labelText:"Dependants",value:"dependants"}))),o().createElement("div",{className:v.patientConfirmSelection},o().createElement("div",{className:v.btnContainer},o().createElement(r.$nd,{kind:"primary",onClick:function(){P(!0)}}," ","Confirm")),o().createElement("div",{className:v.btnContainer},o().createElement(r.$nd,{kind:"secondary",onClick:Q},"Cancel")))),o().createElement("div",{className:v.principalDependantSection},"principal"===S?o().createElement(o().Fragment,null,o().createElement(r.XIK,null,o().createElement(r.ndF,null,o().createElement(r.Hjg,null,o().createElement(r.A0N,null,"Name"),o().createElement(r.A0N,null,"CR"),o().createElement(r.A0N,null,"Phone No"),o().createElement(r.A0N,null,"ID No"),o().createElement(r.A0N,null,"Eligibility Status"))),o().createElement(r.BFY,null,o().createElement(r.Hjg,null,o().createElement(r.nA6,null,m.first_name," ",k(m.middle_name)," ",k(m.last_name)),o().createElement(r.nA6,null,I(m.id)),o().createElement(r.nA6,null,I(m.phone)),o().createElement(r.nA6,null,I(m.identification_number)),o().createElement(r.nA6,null,o().createElement(qe.A,{crId:m.id,locationUuid:M})))))):o().createElement(o().Fragment,null),"dependants"===S?o().createElement(o().Fragment,null,o().createElement("div",{className:v.dependantDetails},o().createElement("div",null,o().createElement(r.zWQ,{defaultSelected:"",helperText:"",invalidText:"",legendText:"",name:"dependant-group",onChange:function(e){return function(e){var t=m.dependants;if(t.length>0){var n=t.find((function(t){return t.result[0].id===e}));n&&y(n.result[0])}}(e)}},m.dependants.map((function(e){var t=e.result[0],n=e.relationship;return o().createElement(r.aaP,{id:t.id,labelText:Ne(t,n),value:t.id})})))),o().createElement("div",null,h?o().createElement(o().Fragment,null,o().createElement(r.XIK,null,o().createElement(r.ndF,null,o().createElement(r.Hjg,null,o().createElement(r.A0N,null,"Name"),o().createElement(r.A0N,null,"CR"),o().createElement(r.A0N,null,"Eligibility Status"))),o().createElement(r.BFY,null,o().createElement(r.Hjg,null,o().createElement(r.nA6,null,h.first_name," ",k(h.middle_name)," ",k(h.last_name)),o().createElement(r.nA6,null,I(h.id)),o().createElement(r.nA6,null,o().createElement(qe.A,{crId:h.id,locationUuid:M})))))):o().createElement(o().Fragment,null)))):o().createElement(o().Fragment,null),D?o().createElement(W,{requestCustomOtpDto:H,phoneNumber:m.phone,open:D,onModalClose:function(){P(!1)},onOtpSuccessfullVerification:function(){P(!1),F(!0)}}):o().createElement(o().Fragment,null),m&&O?o().createElement(o().Fragment,null,o().createElement(te,{client:J(),open:O,onModalClose:G,onSubmit:function(){},onSendClientToTriage:function(e){return Je((function(){var t,n,r;return We(this,(function(a){switch(a.label){case 0:return G(),[4,re(e)];case 1:return(t=a.sent()).totalCount>0?(q("success","".concat(t.totalCount," ").concat(t.totalCount>0?"Patients":"Patient"," found in the system with ").concat(e),""),o=e,i=null!==(n=t.results)&&void 0!==n?n:[],r=i.filter((function(e){return e.identifiers.some((function(e){return e.identifier===o&&e.identifierType.uuid===Te.N.CLIENT_REGISTRY_NO_UUID}))})),E(r),j(!0)):(q("error","Patient not found in the system",""),E([]),j(!0)),[2]}var o,i}))}))()}})," "):o().createElement(o().Fragment,null),m&&B?o().createElement(o().Fragment,null,o().createElement(ke,{client:J(),patients:b,open:B,onModalClose:function(e){j(!1),e&&e.success&&(window.location.href="".concat(window.spaBase,"/home/triage"))},onSubmit:function(){},onCreateAmrsPatient:function(){return Je((function(){var e,t,n,r,a,o,i,l,c,u,s,d;return We(this,(function(f){switch(f.label){case 0:if(!(e=J()))return q("error","Principal or dependant not selected",""),[2];f.label=1;case 1:return f.trys.push([1,3,,4]),[4,Me(e,M)];case 2:return(t=f.sent())&&(q("success","Patient created succesfully",""),E([t])),[3,4];case 3:if(n=f.sent(),a=null!==(r=n.responseBody)&&void 0!==r?r:n.message,q("error","Error Creating Patient",""),o=function(e){var t=[];if(e&&e.error)if(e.error.error){var n=e.error.error.globalErrors||null;if(n){var r=!0,a=!1,o=void 0;try{for(var i,l=n[Symbol.iterator]();!(r=(i=l.next()).done);r=!0){var c=i.value;t.push(c.message)}}catch(e){a=!0,o=e}finally{try{r||null==l.return||l.return()}finally{if(a)throw o}}}}else if(e.error)if(e.error.globalErrors){var u=e.error.globalErrors||null;if(u){var s=!0,d=!1,f=void 0;try{for(var m,p=u[Symbol.iterator]();!(s=(m=p.next()).done);s=!0){var A=m.value;t.push(A.message)}}catch(e){d=!0,f=e}finally{try{s||null==p.return||p.return()}finally{if(d)throw f}}}}else e.error.message&&t.push(e.error.message);else t.push(e.error.error.message||"An error occurred while creating the patient. Please try again or contact support");return t}(a),o&&o.length>0){i=!0,l=!1,c=void 0;try{for(u=o[Symbol.iterator]();!(i=(s=u.next()).done);i=!0)d=s.value,q("error",d,"")}catch(e){l=!0,c=e}finally{try{i||null==u.return||u.return()}finally{if(l)throw c}}}return[3,4];case 4:return[2]}}))}))()},onManualRegistration:function(){j(!1),V()}})):o().createElement(o().Fragment,null)))):o().createElement(o().Fragment,null)))))}},83983:(e,t,n)=>{n.d(t,{B3:()=>s,EI:()=>c,Uv:()=>u,x_:()=>l});var r=n(25987);function a(e,t,n,r,a,o,i){try{var l=e[o](i),c=l.value}catch(e){return void n(e)}l.done?t(c):Promise.resolve(c).then(r,a)}function o(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function l(e){a(i,r,o,l,c,"next",e)}function c(e){a(i,r,o,l,c,"throw",e)}l(void 0)}))}}function i(e,t){var n,r,a,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]},i=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return i.next=l(0),i.throw=l(1),i.return=l(2),"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function l(l){return function(c){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&l[0]?r.return:l[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,l[1])).done)return a;switch(r=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return o.label++,{value:l[1],done:!1};case 5:o.label++,r=l[1],l=[0];continue;case 7:l=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){o=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){o.label=l[1];break}if(6===l[0]&&o.label<a[1]){o.label=a[1],a=l;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(l);break}a[2]&&o.ops.pop(),o.trys.pop();continue}l=t.call(e,o)}catch(e){l=[6,e],r=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function l(){return o((function(){var e,t,n;return i(this,(function(a){switch(a.label){case 0:return e="".concat(r.restBaseUrl,"/billing/paymentMode"),[4,(0,r.openmrsFetch)(e)];case 1:return[4,a.sent().json()];case 2:return t=a.sent(),[2,null!==(n=t.results)&&void 0!==n?n:[]]}}))}))()}function c(){return o((function(){var e,t,n;return i(this,(function(a){switch(a.label){case 0:return e="".concat(r.restBaseUrl,"/billing/billableService"),[4,(0,r.openmrsFetch)("".concat(e,"?v=").concat("full"))];case 1:return[4,a.sent().json()];case 2:return t=a.sent(),[2,null!==(n=t.results)&&void 0!==n?n:[]]}}))}))()}function u(e){return o((function(){var t,n,a;return i(this,(function(o){switch(o.label){case 0:return t="".concat(r.restBaseUrl,"/billing/bill"),[4,(0,r.openmrsFetch)(t,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(e)})];case 1:return[4,o.sent().json()];case 2:return n=o.sent(),[2,null!==(a=n.results)&&void 0!==a?a:[]]}}))}))()}function s(){return o((function(){var e,t,n;return i(this,(function(a){switch(a.label){case 0:return e="".concat(r.restBaseUrl,"/billing/cashPoint?v=").concat("full"),[4,(0,r.openmrsFetch)(e)];case 1:return[4,a.sent().json()];case 2:return t=a.sent(),[2,null!==(n=t.results)&&void 0!==n?n:[]]}}))}))()}},84497:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__otp-verification-modal__modalVerificationLayout___MST8n{display:flex;flex-direction:column;row-gap:10px;width:100%}.-esm-dha-workflow__otp-verification-modal__sectionHeader___g62oo{display:flex;flex-direction:column;column-gap:5px;margin-top:5px;margin-bottom:5px}.-esm-dha-workflow__otp-verification-modal__otpSection___R\\+cLH{display:flex;flex-direction:row;width:100%;column-gap:15px}.-esm-dha-workflow__otp-verification-modal__otpForm___6EDu\\+{display:flex;flex-direction:column;width:60%;row-gap:20px}.-esm-dha-workflow__otp-verification-modal__otpTimer___ckBNm{display:flex;flex-direction:column;width:50%;padding-top:15%}.-esm-dha-workflow__otp-verification-modal__formRow___8sAxU{display:flex;flex-direction:row;width:100%;column-gap:5px;margin-top:10px}.-esm-dha-workflow__otp-verification-modal__formControl___nN1HY{width:70%;margin-top:10px}","",{version:3,sources:["webpack://./src/registry/modal/otp-verification-modal/otp-verification-modal.scss"],names:[],mappings:"AAAA,4EACE,YAAA,CACA,qBAAA,CACA,YAAA,CACA,UAAA,CAEF,kEACE,YAAA,CACA,qBAAA,CACA,cAAA,CACA,cAAA,CACA,iBAAA,CAEF,gEACE,YAAA,CACA,kBAAA,CACA,UAAA,CACA,eAAA,CAEF,6DACE,YAAA,CACA,qBAAA,CACA,SAAA,CACA,YAAA,CAEF,6DACE,YAAA,CACA,qBAAA,CACA,SAAA,CACA,eAAA,CAGF,4DACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CACA,eAAA,CAEJ,gEACI,SAAA,CACA,eAAA",sourcesContent:[".modalVerificationLayout {\n display: flex;\n flex-direction: column;\n row-gap: 10px;\n width: 100%;\n}\n.sectionHeader{\n display: flex;\n flex-direction: column;\n column-gap: 5px;\n margin-top: 5px;\n margin-bottom: 5px;\n}\n.otpSection{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 15px;\n}\n.otpForm{\n display: flex;\n flex-direction: column;\n width: 60%;\n row-gap: 20px;\n}\n.otpTimer{\n display: flex;\n flex-direction: column;\n width: 50%;\n padding-top: 15%;\n}\n\n.formRow{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n margin-top: 10px;\n}\n.formControl{\n width: 70%;\n margin-top: 10px;\n}\n"],sourceRoot:""}]),i.locals={modalVerificationLayout:"-esm-dha-workflow__otp-verification-modal__modalVerificationLayout___MST8n",sectionHeader:"-esm-dha-workflow__otp-verification-modal__sectionHeader___g62oo",otpSection:"-esm-dha-workflow__otp-verification-modal__otpSection___R+cLH",otpForm:"-esm-dha-workflow__otp-verification-modal__otpForm___6EDu+",otpTimer:"-esm-dha-workflow__otp-verification-modal__otpTimer___ckBNm",formRow:"-esm-dha-workflow__otp-verification-modal__formRow___8sAxU",formControl:"-esm-dha-workflow__otp-verification-modal__formControl___nN1HY"};const l=i},86575:(e,t,n)=>{n.d(t,{A:()=>l});var r=n(72996),a=n.n(r),o=n(70159),i=n.n(o)()(a());i.push([e.id,".-esm-dha-workflow__client-details-modal__clientDetailsLayout___r5WF\\+{display:flex;flex-direction:column;width:100%;row-gap:5px}.-esm-dha-workflow__client-details-modal__sectionHeader___lH-gL{display:flex;flex-direction:column;row-gap:5px;margin-top:5px;margin-bottom:10px}.-esm-dha-workflow__client-details-modal__sectionContent___QDFT7{display:flex;flex-direction:column;row-gap:5px}.-esm-dha-workflow__client-details-modal__actionSection___okVDp{display:flex;flex-direction:row;width:100%;column-gap:5px}.-esm-dha-workflow__client-details-modal__btnContainer___ETNEk{margin-top:2px;margin-bottom:2px}","",{version:3,sources:["webpack://./src/registry/modal/client-details-modal/client-details-modal.scss"],names:[],mappings:"AAAA,uEACI,YAAA,CACA,qBAAA,CACA,UAAA,CACA,WAAA,CAEJ,gEACI,YAAA,CACA,qBAAA,CACA,WAAA,CACA,cAAA,CACA,kBAAA,CAEJ,iEACI,YAAA,CACA,qBAAA,CACA,WAAA,CAEJ,gEACI,YAAA,CACA,kBAAA,CACA,UAAA,CACA,cAAA,CAEJ,+DACI,cAAA,CACA,iBAAA",sourcesContent:[".clientDetailsLayout{\n display: flex;\n flex-direction: column;\n width: 100%;\n row-gap: 5px;\n}\n.sectionHeader{\n display: flex;\n flex-direction: column;\n row-gap: 5px;\n margin-top: 5px;\n margin-bottom: 10px;\n}\n.sectionContent{\n display: flex;\n flex-direction: column;\n row-gap: 5px;\n}\n.actionSection{\n display: flex;\n flex-direction: row;\n width: 100%;\n column-gap: 5px;\n}\n.btnContainer{\n margin-top: 2px;\n margin-bottom: 2px;\n}"],sourceRoot:""}]),i.locals={clientDetailsLayout:"-esm-dha-workflow__client-details-modal__clientDetailsLayout___r5WF+",sectionHeader:"-esm-dha-workflow__client-details-modal__sectionHeader___lH-gL",sectionContent:"-esm-dha-workflow__client-details-modal__sectionContent___QDFT7",actionSection:"-esm-dha-workflow__client-details-modal__actionSection___okVDp",btnContainer:"-esm-dha-workflow__client-details-modal__btnContainer___ETNEk"};const l=i},96622:(e,t,n)=>{n.d(t,{N:()=>r});var r={HOUSE_HOLD_NUMBER_UUID:"bb74b20e-dcee-4f59-bdf1-2dffc3abf106",SHA_UUID:"cf5362b2-8049-4442-b3c6-36f870e320cb",CLIENT_REGISTRY_NO_UUID:"e88dc246-3614-4ee3-8141-1f2a83054e72",NATIONAL_ID_UUID:"58a47054-1359-11df-a1f1-0026b9348838",PROVIDER_NATIONAL_ID_UUID:"4550df92-c684-4597-8ab8-d6b10eabdcfb",REFUGEE_ID_UUID:"465e81af-8d69-47e9-9127-53a94adc75fb",MANDATE_NUMBER_UUID:"aae2d097-20ba-43ca-9b71-fd8296068f39",ALIEN_ID_UUID:"12f5b147-3403-4a73-913d-7ded9ffec094",TEMPORARY_DEPENDANT_ID_UUID:"a3d34214-93e8-4faf-bf4d-0272eee079eb",AMRS_UNIVERSAL_ID_UUID:"58a4732e-1359-11df-a1f1-0026b9348838",UPI_NUMBER_UUID:"cba702b9-4664-4b43-83f1-9ab473cbd64d",BIRTH_CERTIFICATE_NUMBER_UUID:"7924e13b-131a-4da8-8efa-e294184a1b0d",BIRTH_NOTIFICATION_UUID:"10a4349d-dd1b-4b0c-bd35-a00a22394266"}}}]);
|