@olaboot/esm-patient-registration-app 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADDRESS_CONFIGURATION.md +152 -0
- package/IDENTIFIER_CONFIGURATION.md +142 -0
- package/IMPLEMENTATION_SUMMARY.md +111 -0
- package/QUICK_START.md +95 -0
- package/README.md +7 -0
- package/address-required-fields-config.json +26 -0
- package/dist/126.js +1 -0
- package/dist/15.js +1 -0
- package/dist/1564.js +1 -0
- package/dist/1567.js +1 -0
- package/dist/1845.js +1 -0
- package/dist/1953.js +1 -0
- package/dist/200.js +1 -0
- package/dist/200.js.map +1 -0
- package/dist/215.js +1 -0
- package/dist/2178.js +1 -0
- package/dist/250.js +1 -0
- package/dist/250.js.map +1 -0
- package/dist/2523.js +1 -0
- package/dist/2523.js.map +1 -0
- package/dist/2566.js +1 -0
- package/dist/2586.js +1 -0
- package/dist/2586.js.map +1 -0
- package/dist/2716.js +1 -0
- package/dist/2716.js.map +1 -0
- package/dist/2759.js +1 -0
- package/dist/2821.js +6 -0
- package/dist/2821.js.map +1 -0
- package/dist/3089.js +1 -0
- package/dist/3089.js.map +1 -0
- package/dist/3230.js +1 -0
- package/dist/3441.js +1 -0
- package/dist/3565.js +1 -0
- package/dist/3571.js +1 -0
- package/dist/3571.js.map +1 -0
- package/dist/3746.js +1 -0
- package/dist/3925.js +1 -0
- package/dist/3946.js +1 -0
- package/dist/4024.js +1 -0
- package/dist/4024.js.map +1 -0
- package/dist/4744.js +1 -0
- package/dist/4744.js.map +1 -0
- package/dist/4809.js +1 -0
- package/dist/4894.js +1 -0
- package/dist/4970.js +1 -0
- package/dist/4970.js.map +1 -0
- package/dist/5130.js +1 -0
- package/dist/5187.js +1 -0
- package/dist/5491.js +1 -0
- package/dist/5491.js.map +1 -0
- package/dist/5595.js +1 -0
- package/dist/5961.js +1 -0
- package/dist/6133.js +1 -0
- package/dist/634.js +1 -0
- package/dist/634.js.map +1 -0
- package/dist/6456.js +1 -0
- package/dist/6466.js +1 -0
- package/dist/6613.js +1 -0
- package/dist/6783.js +1 -0
- package/dist/7073.js +38 -0
- package/dist/7073.js.map +1 -0
- package/dist/7154.js +1 -0
- package/dist/7154.js.map +1 -0
- package/dist/7348.js +1 -0
- package/dist/7439.js +1 -0
- package/dist/7439.js.map +1 -0
- package/dist/7543.js +1 -0
- package/dist/7607.js +1 -0
- package/dist/772.js +1 -0
- package/dist/7984.js +1 -0
- package/dist/7984.js.map +1 -0
- package/dist/8538.js +1 -0
- package/dist/8538.js.map +1 -0
- package/dist/8599.js +1 -0
- package/dist/8727.js +1 -0
- package/dist/8847.js +1 -0
- package/dist/9015.js +1 -0
- package/dist/906.js +1 -0
- package/dist/9065.js +1 -0
- package/dist/9182.js +1 -0
- package/dist/9339.js +1 -0
- package/dist/9453.js +1 -0
- package/dist/9833.js +1 -0
- package/dist/9833.js.map +1 -0
- package/dist/9856.js +1 -0
- package/dist/9856.js.map +1 -0
- package/dist/9920.js +1 -0
- package/dist/9938.js +1 -0
- package/dist/9943.js +1 -0
- package/dist/9943.js.map +1 -0
- package/dist/main.js +10 -0
- package/dist/main.js.map +1 -0
- package/dist/olaboot-esm-patient-registration-app.js +5 -0
- package/dist/olaboot-esm-patient-registration-app.js.buildmanifest.json +1627 -0
- package/dist/olaboot-esm-patient-registration-app.js.map +1 -0
- package/dist/routes.json +1 -0
- package/docs/images/patient-registration-hierarchy.png +0 -0
- package/example-config.json +14 -0
- package/jest.config.js +3 -0
- package/package.json +60 -0
- package/rspack.config.js +1 -0
- package/src/add-patient-link.extension.tsx +21 -0
- package/src/add-patient-link.scss +3 -0
- package/src/add-patient-link.test.tsx +16 -0
- package/src/config-schema.ts +507 -0
- package/src/constants.ts +14 -0
- package/src/declarations.d.ts +4 -0
- package/src/index.ts +59 -0
- package/src/nav-link.test.tsx +13 -0
- package/src/nav-link.tsx +10 -0
- package/src/offline.resources.ts +157 -0
- package/src/offline.ts +93 -0
- package/src/patient-photo.extension.tsx +11 -0
- package/src/patient-registration/before-save-prompt.component.tsx +72 -0
- package/src/patient-registration/field/__mocks__/field.resource.ts +60 -0
- package/src/patient-registration/field/address/address-field.component.tsx +186 -0
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +71 -0
- package/src/patient-registration/field/address/address-hierarchy.resource.tsx +157 -0
- package/src/patient-registration/field/address/address-hierarchy.test.tsx +296 -0
- package/src/patient-registration/field/address/address-search.component.tsx +87 -0
- package/src/patient-registration/field/address/address-search.scss +53 -0
- package/src/patient-registration/field/address/address-search.test.tsx +141 -0
- package/src/patient-registration/field/address/custom-address-field.component.tsx +32 -0
- package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
- package/src/patient-registration/field/custom-field.component.tsx +25 -0
- package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +79 -0
- package/src/patient-registration/field/dob/dob.component.tsx +167 -0
- package/src/patient-registration/field/dob/dob.test.tsx +90 -0
- package/src/patient-registration/field/field.component.tsx +53 -0
- package/src/patient-registration/field/field.resource.ts +42 -0
- package/src/patient-registration/field/field.scss +171 -0
- package/src/patient-registration/field/field.test.tsx +330 -0
- package/src/patient-registration/field/gender/gender-field.component.tsx +54 -0
- package/src/patient-registration/field/gender/gender-field.test.tsx +99 -0
- package/src/patient-registration/field/id/id-field.component.tsx +136 -0
- package/src/patient-registration/field/id/id-field.test.tsx +121 -0
- package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +200 -0
- package/src/patient-registration/field/id/identifier-selection.scss +41 -0
- package/src/patient-registration/field/name/name-field.component.tsx +148 -0
- package/src/patient-registration/field/obs/obs-field.component.tsx +261 -0
- package/src/patient-registration/field/obs/obs-field.test.tsx +299 -0
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +120 -0
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +100 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
- package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +20 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +58 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
- package/src/patient-registration/field/phone/phone-field.component.tsx +17 -0
- package/src/patient-registration/form-manager.test.ts +91 -0
- package/src/patient-registration/form-manager.ts +443 -0
- package/src/patient-registration/input/basic-input/input/input.component.tsx +183 -0
- package/src/patient-registration/input/basic-input/input/input.test.tsx +72 -0
- package/src/patient-registration/input/basic-input/select/select-input.component.tsx +32 -0
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
- package/src/patient-registration/input/combo-input/combo-input.component.tsx +130 -0
- package/src/patient-registration/input/combo-input/selection-tick.component.tsx +20 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +187 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +62 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
- package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +193 -0
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
- package/src/patient-registration/input/custom-input/identifier/utils.test.ts +81 -0
- package/src/patient-registration/input/custom-input/identifier/utils.ts +19 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +56 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +34 -0
- package/src/patient-registration/input/input.scss +122 -0
- package/src/patient-registration/patient-registration-context.ts +35 -0
- package/src/patient-registration/patient-registration-hooks.ts +376 -0
- package/src/patient-registration/patient-registration-utils.test.ts +33 -0
- package/src/patient-registration/patient-registration-utils.ts +214 -0
- package/src/patient-registration/patient-registration.component.tsx +266 -0
- package/src/patient-registration/patient-registration.resource.test.tsx +22 -0
- package/src/patient-registration/patient-registration.resource.ts +198 -0
- package/src/patient-registration/patient-registration.scss +103 -0
- package/src/patient-registration/patient-registration.test.tsx +580 -0
- package/src/patient-registration/patient-registration.types.ts +322 -0
- package/src/patient-registration/section/death-info/death-info-section.component.tsx +36 -0
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
- package/src/patient-registration/section/demographics/demographics-section.component.tsx +30 -0
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
- package/src/patient-registration/section/generic-section.component.tsx +17 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +234 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +78 -0
- package/src/patient-registration/section/patient-relationships/relationships.scss +35 -0
- package/src/patient-registration/section/section-wrapper.component.tsx +40 -0
- package/src/patient-registration/section/section.component.tsx +23 -0
- package/src/patient-registration/section/section.scss +21 -0
- package/src/patient-registration/ui-components/overlay/overlay.component.tsx +51 -0
- package/src/patient-registration/ui-components/overlay/overlay.scss +63 -0
- package/src/patient-registration/validation/patient-registration-validation.test.ts +205 -0
- package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
- package/src/resource.ts +12 -0
- package/src/resources-context.ts +14 -0
- package/src/root.component.tsx +63 -0
- package/src/root.scss +7 -0
- package/src/routes.json +61 -0
- package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
- package/src/widgets/cancel-patient-edit.test.tsx +22 -0
- package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
- package/src/widgets/delete-identifier-confirmation.test.tsx +32 -0
- package/src/widgets/edit-patient-details-button.component.tsx +33 -0
- package/src/widgets/edit-patient-details-button.scss +3 -0
- package/src/widgets/edit-patient-details-button.test.tsx +35 -0
- package/translations/am.json +120 -0
- package/translations/ar.json +120 -0
- package/translations/ar_SY.json +120 -0
- package/translations/bn.json +120 -0
- package/translations/cs.json +120 -0
- package/translations/de.json +120 -0
- package/translations/en.json +120 -0
- package/translations/en_US.json +120 -0
- package/translations/es.json +120 -0
- package/translations/es_MX.json +120 -0
- package/translations/fr.json +120 -0
- package/translations/he.json +120 -0
- package/translations/hi.json +120 -0
- package/translations/hi_IN.json +120 -0
- package/translations/id.json +120 -0
- package/translations/it.json +120 -0
- package/translations/ka.json +120 -0
- package/translations/km.json +120 -0
- package/translations/ku.json +120 -0
- package/translations/ky.json +120 -0
- package/translations/lg.json +120 -0
- package/translations/ne.json +120 -0
- package/translations/pl.json +120 -0
- package/translations/pt.json +120 -0
- package/translations/pt_BR.json +120 -0
- package/translations/qu.json +120 -0
- package/translations/ro_RO.json +120 -0
- package/translations/ru_RU.json +120 -0
- package/translations/si.json +120 -0
- package/translations/sq.json +120 -0
- package/translations/sw.json +120 -0
- package/translations/sw_KE.json +120 -0
- package/translations/tr.json +120 -0
- package/translations/tr_TR.json +120 -0
- package/translations/uk.json +120 -0
- package/translations/uz.json +120 -0
- package/translations/uz@Latn.json +120 -0
- package/translations/uz_UZ.json +120 -0
- package/translations/vi.json +120 -0
- package/translations/zh.json +120 -0
- package/translations/zh_CN.json +120 -0
- package/translations/zh_TW.json +120 -0
- package/tsconfig.json +5 -0
package/dist/3946.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["3946"],{49525:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/4024.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["4024"],{28879:function(t){t.exports=function(){"use strict";var t="millisecond",e="second",n="minute",r="hour",s="week",i="month",a="quarter",u="year",o="date",c="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,f=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},l="en",$={};$[l]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return"["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}};var y="$isDayjsObject",M=function(t){return t instanceof p||!(!t||!t[y])},m=function t(e,n,r){var s;if(!e)return l;if("string"==typeof e){var i=e.toLowerCase();$[i]&&(s=i),n&&($[i]=n,s=i);var a=e.split("-");if(!s&&a.length>1)return t(a[0])}else{var u=e.name;$[u]=e,s=u}return!r&&s&&(l=s),s||!r&&l},g=function(t,e){if(M(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new p(n)},v={s:d,z:function(t){var e=-t.utcOffset(),n=Math.abs(e);return(e<=0?"+":"-")+d(Math.floor(n/60),2,"0")+":"+d(n%60,2,"0")},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),s=e.clone().add(r,i),a=n-s<0,u=e.clone().add(r+(a?-1:1),i);return+(-(r+(n-s)/(a?s-u:u-s))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(c){return({M:i,y:u,w:s,d:"day",D:o,h:r,m:n,s:e,ms:t,Q:a})[c]||String(c||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}};v.l=m,v.i=M,v.w=function(t,e){return g(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var p=function(){function d(t){this.$L=m(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[y]=!0}var l=d.prototype;return l.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(v.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match(h);if(r){var s=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],s,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}return new Date(e)}(t),this.init()},l.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds()},l.$utils=function(){return v},l.isValid=function(){return this.$d.toString()!==c},l.isSame=function(t,e){var n=g(t);return this.startOf(e)<=n&&n<=this.endOf(e)},l.isAfter=function(t,e){return g(t)<this.startOf(e)},l.isBefore=function(t,e){return this.endOf(e)<g(t)},l.$g=function(t,e,n){return v.u(t)?this[e]:this.set(n,t)},l.unix=function(){return Math.floor(this.valueOf()/1e3)},l.valueOf=function(){return this.$d.getTime()},l.startOf=function(t,a){var c=this,h=!!v.u(a)||a,f=v.p(t),d=function(t,e){var n=v.w(c.$u?Date.UTC(c.$y,e,t):new Date(c.$y,e,t),c);return h?n:n.endOf("day")},l=function(t,e){return v.w(c.toDate()[t].apply(c.toDate("s"),(h?[0,0,0,0]:[23,59,59,999]).slice(e)),c)},$=this.$W,y=this.$M,M=this.$D,m="set"+(this.$u?"UTC":"");switch(f){case u:return h?d(1,0):d(31,11);case i:return h?d(1,y):d(0,y+1);case s:var g=this.$locale().weekStart||0,p=($<g?$+7:$)-g;return d(h?M-p:M+(6-p),y);case"day":case o:return l(m+"Hours",0);case r:return l(m+"Minutes",1);case n:return l(m+"Seconds",2);case e:return l(m+"Milliseconds",3);default:return this.clone()}},l.endOf=function(t){return this.startOf(t,!1)},l.$set=function(s,a){var c,h=v.p(s),f="set"+(this.$u?"UTC":""),d=((c={}).day=f+"Date",c[o]=f+"Date",c[i]=f+"Month",c[u]=f+"FullYear",c[r]=f+"Hours",c[n]=f+"Minutes",c[e]=f+"Seconds",c[t]=f+"Milliseconds",c)[h],l="day"===h?this.$D+(a-this.$W):a;if(h===i||h===u){var $=this.clone().set(o,1);$.$d[d](l),$.init(),this.$d=$.set(o,Math.min(this.$D,$.daysInMonth())).$d}else d&&this.$d[d](l);return this.init(),this},l.set=function(t,e){return this.clone().$set(t,e)},l.get=function(t){return this[v.p(t)]()},l.add=function(t,a){var o,c=this;t=Number(t);var h=v.p(a),f=function(e){var n=g(c);return v.w(n.date(n.date()+Math.round(e*t)),c)};if(h===i)return this.set(i,this.$M+t);if(h===u)return this.set(u,this.$y+t);if("day"===h)return f(1);if(h===s)return f(7);var d=((o={})[n]=6e4,o[r]=36e5,o[e]=1e3,o)[h]||1,l=this.$d.getTime()+t*d;return v.w(l,this)},l.subtract=function(t,e){return this.add(-1*t,e)},l.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||c;var r=t||"YYYY-MM-DDTHH:mm:ssZ",s=v.z(this),i=this.$H,a=this.$m,u=this.$M,o=n.weekdays,h=n.months,d=n.meridiem,l=function(t,n,s,i){return t&&(t[n]||t(e,r))||s[n].slice(0,i)},$=function(t){return v.s(i%12||12,t,"0")},y=d||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(f,function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return v.s(e.$y,4,"0");case"M":return u+1;case"MM":return v.s(u+1,2,"0");case"MMM":return l(n.monthsShort,u,h,3);case"MMMM":return l(h,u);case"D":return e.$D;case"DD":return v.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return l(n.weekdaysMin,e.$W,o,2);case"ddd":return l(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(i);case"HH":return v.s(i,2,"0");case"h":return $(1);case"hh":return $(2);case"a":return y(i,a,!0);case"A":return y(i,a,!1);case"m":return String(a);case"mm":return v.s(a,2,"0");case"s":return String(e.$s);case"ss":return v.s(e.$s,2,"0");case"SSS":return v.s(e.$ms,3,"0");case"Z":return s}return null}(t)||s.replace(":","")})},l.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15))},l.diff=function(t,o,c){var h,f=this,d=v.p(o),l=g(t),$=(l.utcOffset()-this.utcOffset())*6e4,y=this-l,M=function(){return v.m(f,l)};switch(d){case u:h=M()/12;break;case i:h=M();break;case a:h=M()/3;break;case s:h=(y-$)/6048e5;break;case"day":h=(y-$)/864e5;break;case r:h=y/36e5;break;case n:h=y/6e4;break;case e:h=y/1e3;break;default:h=y}return c?h:v.a(h)},l.daysInMonth=function(){return this.endOf(i).$D},l.$locale=function(){return $[this.$L]},l.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=m(t,e,!0);return r&&(n.$L=r),n},l.clone=function(){return v.w(this.$d,this)},l.toDate=function(){return new Date(this.valueOf())},l.toJSON=function(){return this.isValid()?this.toISOString():null},l.toISOString=function(){return this.$d.toISOString()},l.toString=function(){return this.$d.toUTCString()},d}(),D=p.prototype;return g.prototype=D,[["$ms",t],["$s",e],["$m",n],["$H",r],["$W","day"],["$M",i],["$y",u],["$D",o]].forEach(function(t){D[t[1]]=function(e){return this.$g(e,t[0],t[1])}}),g.extend=function(t,e){return t.$i||(t(e,p,g),t.$i=!0),g},g.locale=m,g.isDayjs=M,g.unix=function(t){return g(1e3*t)},g.en=$[l],g.Ls=$,g.p={},g}()}}]);
|
package/dist/4024.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"4024.js","sources":["webpack://@olaboot/esm-patient-registration-app/../../node_modules/dayjs/dayjs.min.js"],"names":["t","e","n","r","String","Array","arguments","Math","u","Date","NaN","f","g","Number","o"],"mappings":"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"}
|
package/dist/4744.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["4744"],{83426:function(e,t){var r=Symbol.for("react.element"),n=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),c=Symbol.for("react.provider"),i=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),l=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),y=Symbol.iterator,d={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_=Object.assign,h={};function b(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}function m(){}function v(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||d}b.prototype.isReactComponent={},b.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},b.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},m.prototype=b.prototype;var S=v.prototype=new m;S.constructor=v,_(S,b.prototype),S.isPureReactComponent=!0;var k=Array.isArray,w=Object.prototype.hasOwnProperty,E={current:null},$={key:!0,ref:!0,__self:!0,__source:!0};function R(e,t,n){var o,u={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)w.call(t,o)&&!$.hasOwnProperty(o)&&(u[o]=t[o]);var i=arguments.length-2;if(1===i)u.children=n;else if(1<i){for(var f=Array(i),s=0;s<i;s++)f[s]=arguments[s+2];u.children=f}if(e&&e.defaultProps)for(o in i=e.defaultProps)void 0===u[o]&&(u[o]=i[o]);return{$$typeof:r,type:e,key:a,ref:c,props:u,_owner:E.current}}function C(e){return"object"==typeof e&&null!==e&&e.$$typeof===r}var g=/\/+/g;function j(e,t){var r,n;return"object"==typeof e&&null!==e&&null!=e.key?(r=""+e.key,n={"=":"=0",":":"=2"},"$"+r.replace(/[=:]/g,function(e){return n[e]})):t.toString(36)}function O(e,t,o){if(null==e)return e;var u=[],a=0;return!function e(t,o,u,a,c){var i,f,s,l=typeof t;("undefined"===l||"boolean"===l)&&(t=null);var p=!1;if(null===t)p=!0;else switch(l){case"string":case"number":p=!0;break;case"object":switch(t.$$typeof){case r:case n:p=!0}}if(p)return c=c(p=t),t=""===a?"."+j(p,0):a,k(c)?(u="",null!=t&&(u=t.replace(g,"$&/")+"/"),e(c,o,u,"",function(e){return e})):null!=c&&(C(c)&&(i=c,f=u+(!c.key||p&&p.key===c.key?"":(""+c.key).replace(g,"$&/")+"/")+t,c={$$typeof:r,type:i.type,key:f,ref:i.ref,props:i.props,_owner:i._owner}),o.push(c)),1;if(p=0,a=""===a?".":a+":",k(t))for(var d=0;d<t.length;d++){var _=a+j(l=t[d],d);p+=e(l,o,u,_,c)}else if("function"==typeof(_=null===(s=t)||"object"!=typeof s?null:"function"==typeof(s=y&&s[y]||s["@@iterator"])?s:null))for(t=_.call(t),d=0;!(l=t.next()).done;)_=a+j(l=l.value,d++),p+=e(l,o,u,_,c);else if("object"===l)throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(o=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":o)+"). If you meant to render a collection of children, use an array instead.");return p}(e,u,"","",function(e){return t.call(o,e,a++)}),u}function x(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var P={current:null},I={transition:null};function T(){throw Error("act(...) is not supported in production builds of React.")}t.Children={map:O,forEach:function(e,t,r){O(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return O(e,function(){t++}),t},toArray:function(e){return O(e,function(e){return e})||[]},only:function(e){if(!C(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=b,t.Fragment=o,t.Profiler=a,t.PureComponent=v,t.StrictMode=u,t.Suspense=s,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:I,ReactCurrentOwner:E},t.act=T,t.cloneElement=function(e,t,n){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=_({},e.props),u=e.key,a=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,c=E.current),void 0!==t.key&&(u=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(f in t)w.call(t,f)&&!$.hasOwnProperty(f)&&(o[f]=void 0===t[f]&&void 0!==i?i[f]:t[f])}var f=arguments.length-2;if(1===f)o.children=n;else if(1<f){i=Array(f);for(var s=0;s<f;s++)i[s]=arguments[s+2];o.children=i}return{$$typeof:r,type:e.type,key:u,ref:a,props:o,_owner:c}},t.createContext=function(e){return(e={$$typeof:i,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:c,_context:e},e.Consumer=e},t.createElement=R,t.createFactory=function(e){var t=R.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:f,render:e}},t.isValidElement=C,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:x}},t.memo=function(e,t){return{$$typeof:l,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=I.transition;I.transition={};try{e()}finally{I.transition=t}},t.unstable_act=T,t.useCallback=function(e,t){return P.current.useCallback(e,t)},t.useContext=function(e){return P.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return P.current.useDeferredValue(e)},t.useEffect=function(e,t){return P.current.useEffect(e,t)},t.useId=function(){return P.current.useId()},t.useImperativeHandle=function(e,t,r){return P.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return P.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return P.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return P.current.useMemo(e,t)},t.useReducer=function(e,t,r){return P.current.useReducer(e,t,r)},t.useRef=function(e){return P.current.useRef(e)},t.useState=function(e){return P.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return P.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return P.current.useTransition()},t.version="18.3.1"},2784:function(e,t,r){e.exports=r(83426)}}]);
|
package/dist/4744.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"4744.js","sources":["webpack://@olaboot/esm-patient-registration-app/../../node_modules/react/cjs/react.production.min.js","webpack://@olaboot/esm-patient-registration-app/../../node_modules/react/index.js"],"names":["Symbol","n","Object","Error","Array","arguments","f","c","String","r"],"mappings":"iLASa,IAAI,EAAEA,OAAO,GAAG,CAAC,iBAAiBC,EAAED,OAAO,GAAG,CAAC,gBAAgB,EAAEA,OAAO,GAAG,CAAC,kBAAkB,EAAEA,OAAO,GAAG,CAAC,qBAAqB,EAAEA,OAAO,GAAG,CAAC,kBAAkB,EAAEA,OAAO,GAAG,CAAC,kBAAkB,EAAEA,OAAO,GAAG,CAAC,iBAAiB,EAAEA,OAAO,GAAG,CAAC,qBAAqB,EAAEA,OAAO,GAAG,CAAC,kBAAkB,EAAEA,OAAO,GAAG,CAAC,cAAc,EAAEA,OAAO,GAAG,CAAC,cAAc,EAAEA,OAAO,QAAQ,CAC7W,EAAE,CAAC,UAAU,WAAW,MAAM,CAAC,CAAC,EAAE,mBAAmB,WAAW,EAAE,oBAAoB,WAAW,EAAE,gBAAgB,WAAW,CAAC,EAAE,EAAEE,OAAO,MAAM,CAAC,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CACwI,SAAS,IAAI,CAAyB,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CADxP,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC,EACpQ,EAAE,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,GAAG,UAAW,OAAO,GAAG,YAAa,OAAO,GAAG,MAAM,EAAE,MAAMC,MAAM,yHAAyH,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,EAAE,WAAW,EAAE,EAAE,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,cAAc,EAAgB,EAAE,SAAS,CAAC,EAAE,SAAS,CAA6E,IAAI,EAAE,EAAE,SAAS,CAAC,IAAI,CACrf,GAAE,WAAW,CAAC,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,oBAAoB,CAAC,CAAC,EAAE,IAAI,EAAEC,MAAM,OAAO,CAAC,EAAEF,OAAO,SAAS,CAAC,cAAc,CAAC,EAAE,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,SAAS,CAAC,CAAC,EACxK,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,KAAK,GAAG,MAAM,EAAE,IAAI,KAAK,KAAK,IAAI,EAAE,GAAG,EAAG,GAAE,EAAE,GAAG,AAAD,EAAG,KAAK,IAAI,EAAE,GAAG,EAAG,GAAE,GAAG,EAAE,GAAG,AAAD,EAAG,EAAE,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,IAAK,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,AAAD,EAAG,IAAI,EAAEG,UAAU,MAAM,CAAC,EAAE,GAAG,IAAI,EAAE,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAE,EAAE,CAAC,IAAI,IAAIC,EAAEF,MAAM,GAAG,EAAE,EAAE,EAAE,EAAE,IAAIE,CAAC,CAAC,EAAE,CAACD,SAAS,CAAC,EAAE,EAAE,AAAC,GAAE,QAAQ,CAACC,CAAC,CAAC,GAAG,GAAG,EAAE,YAAY,CAAC,IAAI,KAAK,EAAE,EAAE,YAAY,CAAG,KAAK,IAAI,CAAC,CAAC,EAAE,EAAG,EAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,AAAD,EAAG,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,CAChV,SAAS,EAAE,CAAC,EAAE,MAAM,UAAW,OAAO,GAAG,OAAO,GAAG,EAAE,QAAQ,GAAG,CAAC,CAAoG,IAAI,EAAE,OAAO,SAAS,EAAE,CAAC,CAAC,CAAC,MAA9G,EAAO,EAAyG,MAAM,UAAW,OAAO,GAAG,OAAO,GAAG,MAAM,EAAE,GAAG,EAAhK,EAAwK,GAAG,EAAE,GAAG,CAAzK,EAAE,CAAC,IAAI,KAAK,IAAI,IAAI,EAAQ,IAAI,EAAE,OAAO,CAAC,QAAQ,SAAS,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,IAAkG,EAAE,QAAQ,CAAC,GAAG,CAG/W,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAmD,OAAjD,AAFnD,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAACC,CAAC,EAAE,IADX,EAAE,EALgX,EAMnW,EAAE,OAAO,CAAK,gBAAc,GAAG,YAAY,IAAE,GAAE,IAAG,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,OAAO,EAAE,EAAE,CAAC,OAAO,OAAO,GAAG,IAAK,SAAS,IAAK,SAAS,EAAE,CAAC,EAAE,KAAM,KAAK,SAAS,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAKN,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,OAAO,AAAIM,EAAEA,EAAN,EAAE,GAAS,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAEA,GAAI,GAAE,GAAG,MAAM,GAAI,GAAE,EAAE,OAAO,CAAC,EAAE,OAAO,GAAE,EAAG,EAAEA,EAAE,EAAE,EAAE,GAAG,SAAS,CAAC,EAAE,OAAO,CAAC,EAAC,EAAG,MAAMA,GAAI,GAAEA,KADnV,EAC4VA,EAD1V,EAC4V,EAAG,EAACA,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAGA,EAAE,GAAG,CAAC,GAAG,AAAC,IAAGA,EAAE,GAAG,AAAD,EAAG,OAAO,CAAC,EAAE,OAAO,GAAE,EAAG,EAAtEA,EAD7U,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,OAAO,EAAE,MAAM,GACkV,EAAE,IAAI,CAACA,EAAC,EAAG,EAAyB,GAAvB,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,IAAO,EAAE,GAAG,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,IAAI,CAC/e,IAAI,EAAE,EAAE,EADwe,EACrf,CAAC,CAAC,EAAE,CAAa,GAAG,GAAG,EAAE,EAAE,EAAE,EAAE,EAAEA,EAAE,MAAM,GAAG,AAAO,YAAa,MAApB,GAPoV,AAAG,QAAN,EAO7U,IAP6V,UAAW,OAAO,EAAS,KAAsC,YAAa,MAA9C,GAAE,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,aAAa,AAAD,EAA8B,EAAE,IAOrb,EAAwB,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,AAAC,GAAE,EAAE,IAAI,EAAC,EAAG,IAAI,EAAE,AAAU,EAAE,EAAE,EAAd,EAAE,EAAE,KAAK,CAAS,KAAK,GAAG,EAAE,EAAE,EAAE,EAAE,EAAEA,QAAQ,GAAG,WAAW,EAAE,MAAM,AAAYJ,MAAM,kDAAmD,qBAArE,GAAEK,OAAO,EAAC,EAAiF,qBAAqBN,OAAO,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,IAAI,GAAG,6EAA6E,OAAO,CAAC,EACpW,EAAE,EAAE,GAAG,GAAG,SAAS,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,GAAU,CAAC,CAAC,SAAS,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE,OAAO,CAAO,AAAN,GAAE,GAAE,EAAI,IAAI,CAAC,SAAS,CAAC,EAAK,KAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,AAAD,GAAE,GAAE,OAAO,CAAC,EAAE,EAAE,OAAO,CAAC,EAAC,EAAE,SAAS,CAAC,EAAK,KAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,AAAD,GAAE,GAAE,OAAO,CAAC,EAAE,EAAE,OAAO,CAAC,EAAC,GAAG,KAAK,EAAE,OAAO,EAAG,GAAE,OAAO,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,AAAC,OAAM,EAAE,OAAO,AAAC,CAC5Z,IAAI,EAAE,CAAC,QAAQ,IAAI,EAAE,EAAE,CAAC,WAAW,IAAI,EAA6E,SAAS,IAAI,MAAMC,MAAM,2DAA4D,CACzM,EAAQ,QAAQ,CAAC,CAAC,IAAI,EAAE,QAAQ,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE,KAAK,CAAC,IAAI,CAACE,UAAU,EAAE,EAAE,EAAE,MAAM,SAAS,CAAC,EAAE,IAAI,EAAE,EAAuB,OAArB,EAAE,EAAE,WAAW,GAAG,GAAU,CAAC,EAAE,QAAQ,SAAS,CAAC,EAAE,OAAO,EAAE,EAAE,SAAS,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,EAAE,KAAK,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,GAAG,MAAMF,MAAM,yEAAyE,OAAO,CAAC,CAAC,EAAE,EAAQ,SAAS,CAAC,EAAE,EAAQ,QAAQ,CAAC,EAAE,EAAQ,QAAQ,CAAC,EAAE,EAAQ,aAAa,CAAC,EAAE,EAAQ,UAAU,CAAC,EAAE,EAAQ,QAAQ,CAAC,EAClc,EAAQ,kDAAkD,CAFf,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,kBAAkB,CAAC,EAErD,EAAQ,GAAG,CAAC,EACzE,EAAQ,YAAY,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,MAAO,EAAc,MAAMA,MAAM,iFAAiF,EAAE,KAAK,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,MAAM,CAAC,GAAG,MAAM,EAAE,CAAoE,GAAnE,KAAK,IAAI,EAAE,GAAG,EAAG,GAAE,EAAE,GAAG,CAAC,EAAE,EAAE,OAAO,AAAD,EAAG,KAAK,IAAI,EAAE,GAAG,EAAG,GAAE,GAAG,EAAE,GAAG,AAAD,EAAM,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,YAAY,CAAC,IAAIG,KAAK,EAAE,EAAE,IAAI,CAAC,EAAEA,IAAI,CAAC,EAAE,cAAc,CAACA,IAAK,EAAC,CAACA,EAAE,CAAC,KAAK,IAAI,CAAC,CAACA,EAAE,EAAE,KAAK,IAAI,EAAE,CAAC,CAACA,EAAE,CAAC,CAAC,CAACA,EAAE,AAAD,CAAE,CAAC,IAAIA,EAAED,UAAU,MAAM,CAAC,EAAE,GAAG,IAAIC,EAAE,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAEA,EAAE,CAAC,EAAEF,MAAME,GACrf,IAAI,IAAI,EAAE,EAAE,EAAEA,EAAE,IAAI,CAAC,CAAC,EAAE,CAACD,SAAS,CAAC,EAAE,EAAE,AAAC,GAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,EAAQ,aAAa,CAAC,SAAS,CAAC,EAAoK,MAAnC,AAA/H,GAAE,CAAC,SAAS,EAAE,cAAc,EAAE,eAAe,EAAE,aAAa,EAAE,SAAS,KAAK,SAAS,KAAK,cAAc,KAAK,YAAY,IAAI,GAAI,QAAQ,CAAC,CAAC,SAAS,EAAE,SAAS,CAAC,EAAS,EAAE,QAAQ,CAAC,CAAC,EAAE,EAAQ,aAAa,CAAC,EAAE,EAAQ,aAAa,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,KAAK,GAAY,OAAT,EAAE,IAAI,CAAC,EAAS,CAAC,EAAE,EAAQ,SAAS,CAAC,WAAW,MAAM,CAAC,QAAQ,IAAI,CAAC,EAC9d,EAAQ,UAAU,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,EAAE,EAAQ,cAAc,CAAC,EAAE,EAAQ,IAAI,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,SAAS,EAAE,SAAS,CAAC,QAAQ,GAAG,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC,EAAE,EAAQ,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,SAAS,EAAE,KAAK,EAAE,QAAQ,KAAK,IAAI,EAAE,KAAK,CAAC,CAAC,EAAE,EAAQ,eAAe,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,UAAU,AAAC,GAAE,UAAU,CAAC,CAAC,EAAE,GAAG,CAAC,GAAG,QAAQ,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,EAAQ,YAAY,CAAC,EAAE,EAAQ,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,WAAW,CAAC,EAAE,EAAE,EAAE,EAAQ,UAAU,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,EAC3f,EAAQ,aAAa,CAAC,WAAW,EAAE,EAAQ,gBAAgB,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAAC,EAAE,EAAE,EAAQ,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,EAAQ,KAAK,CAAC,WAAW,OAAO,EAAE,OAAO,CAAC,KAAK,EAAE,EAAE,EAAQ,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,mBAAmB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAQ,kBAAkB,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,kBAAkB,CAAC,EAAE,EAAE,EAAE,EAAQ,eAAe,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,eAAe,CAAC,EAAE,EAAE,EACzd,EAAQ,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,EAAQ,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,UAAU,CAAC,EAAE,EAAE,EAAE,EAAE,EAAQ,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,EAAE,EAAQ,QAAQ,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAQ,oBAAoB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAQ,aAAa,CAAC,WAAW,OAAO,EAAE,OAAO,CAAC,aAAa,EAAE,EAAE,EAAQ,OAAO,CAAC,Q,uBCtBla,EAAO,OAAO,CAAGI,EAAjB,M"}
|
package/dist/4809.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["4809"],{83104:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/4894.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["4894"],{56226:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/4970.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["4970"],{48470:function(e,t,r){r.r(t),r.d(t,{default:()=>o,immutable:()=>l});var n=r(34278),i=r(43100),a=r(25635);let u=n.use||(e=>{if("pending"===e.status)throw e;if("fulfilled"===e.status)return e.value;if("rejected"===e.status)throw e.reason;throw e.status="pending",e.then(t=>{e.status="fulfilled",e.value=t},t=>{e.status="rejected",e.reason=t}),e}),s={dedupe:!0};a.OBJECT.defineProperty(a.SWRConfig,"defaultValue",{value:a.defaultConfig});let d=(0,a.withArgs)((e,t,r)=>{let{cache:d,compare:l,suspense:o,fallbackData:c,revalidateOnMount:f,revalidateIfStale:E,refreshInterval:g,refreshWhenHidden:R,refreshWhenOffline:U,keepPreviousData:_}=r,[v,T,h,p]=a.SWRGlobalState.get(d),[V,b]=(0,a.serialize)(e),C=(0,n.useRef)(!1),m=(0,n.useRef)(!1),L=(0,n.useRef)(V),S=(0,n.useRef)(t),w=(0,n.useRef)(r),I=()=>w.current.isVisible()&&w.current.isOnline(),[O,k,A,N]=(0,a.createCacheHelper)(d,V),y=(0,n.useRef)({}).current,D=(0,a.isUndefined)(c)?r.fallback[V]:c,F=(e,t)=>{for(let r in y)if("data"===r){if(!l(e[r],t[r])&&(!(0,a.isUndefined)(e[r])||!l(z,t[r])))return!1}else if(t[r]!==e[r])return!1;return!0},P=(0,n.useMemo)(()=>{let e=!!V&&!!t&&((0,a.isUndefined)(f)?!w.current.isPaused()&&!o&&(!!(0,a.isUndefined)(E)||E):f),r=t=>{let r=(0,a.mergeObjects)(t);return(delete r._k,e)?{isValidating:!0,isLoading:!0,...r}:r},n=O(),i=N(),u=r(n),s=n===i?u:r(i),d=u;return[()=>{let e=r(O());return F(e,d)?(d.data=e.data,d.isLoading=e.isLoading,d.isValidating=e.isValidating,d.error=e.error,d):(d=e,e)},()=>s]},[d,V]),M=(0,i.useSyncExternalStore)((0,n.useCallback)(e=>A(V,(t,r)=>{F(r,t)||e()}),[d,V]),P[0],P[1]),j=!C.current,G=v[V]&&v[V].length>0,W=M.data,Y=(0,a.isUndefined)(W)?D:W,q=M.error,x=(0,n.useRef)(Y),z=_?(0,a.isUndefined)(W)?x.current:W:Y,B=(!G||!!(0,a.isUndefined)(q))&&(j&&!(0,a.isUndefined)(f)?f:!w.current.isPaused()&&(o?!(0,a.isUndefined)(Y)&&E:(0,a.isUndefined)(Y)||E)),H=!!(V&&t&&j&&B),J=(0,a.isUndefined)(M.isValidating)?H:M.isValidating,K=(0,a.isUndefined)(M.isLoading)?H:M.isLoading,Q=(0,n.useCallback)(async e=>{let t,n,i=S.current;if(!V||!i||m.current||w.current.isPaused())return!1;let u=!0,s=e||{},d=!h[V]||!s.dedupe,o=()=>a.IS_REACT_LEGACY?!m.current&&V===L.current&&C.current:V===L.current,c={isValidating:!1,isLoading:!1},f=()=>{k(c)},E=()=>{let e=h[V];e&&e[1]===n&&delete h[V]},g={isValidating:!0};(0,a.isUndefined)(O().data)&&(g.isLoading=!0);try{if(d&&(k(g),r.loadingTimeout&&(0,a.isUndefined)(O().data)&&setTimeout(()=>{u&&o()&&w.current.onLoadingSlow(V,r)},r.loadingTimeout),h[V]=[i(b),(0,a.getTimestamp)()]),[t,n]=h[V],t=await t,d&&setTimeout(E,r.dedupingInterval),!h[V]||h[V][1]!==n)return d&&o()&&w.current.onDiscarded(V),!1;c.error=a.UNDEFINED;let e=T[V];if(!(0,a.isUndefined)(e)&&(n<=e[0]||n<=e[1]||0===e[1]))return f(),d&&o()&&w.current.onDiscarded(V),!1;let s=O().data;c.data=l(s,t)?s:t,d&&o()&&w.current.onSuccess(t,V,r)}catch(r){E();let e=w.current,{shouldRetryOnError:t}=e;!e.isPaused()&&(c.error=r,d&&o()&&(e.onError(r,V,e),(!0===t||(0,a.isFunction)(t)&&t(r))&&(!w.current.revalidateOnFocus||!w.current.revalidateOnReconnect||I())&&e.onErrorRetry(r,V,e,e=>{let t=v[V];t&&t[0]&&t[0](a.revalidateEvents.ERROR_REVALIDATE_EVENT,e)},{retryCount:(s.retryCount||0)+1,dedupe:!0})))}return u=!1,f(),!0},[V,d]),X=(0,n.useCallback)((...e)=>(0,a.internalMutate)(d,L.current,...e),[]);if((0,a.useIsomorphicLayoutEffect)(()=>{S.current=t,w.current=r,(0,a.isUndefined)(W)||(x.current=W)}),(0,a.useIsomorphicLayoutEffect)(()=>{if(!V)return;let e=Q.bind(a.UNDEFINED,s),t=0,r=(0,a.subscribeCallback)(V,v,(r,n={})=>{if(r==a.revalidateEvents.FOCUS_EVENT){let r=Date.now();w.current.revalidateOnFocus&&r>t&&I()&&(t=r+w.current.focusThrottleInterval,e())}else if(r==a.revalidateEvents.RECONNECT_EVENT)w.current.revalidateOnReconnect&&I()&&e();else if(r==a.revalidateEvents.MUTATE_EVENT)return Q();else if(r==a.revalidateEvents.ERROR_REVALIDATE_EVENT)return Q(n)});return m.current=!1,L.current=V,C.current=!0,k({_k:b}),B&&((0,a.isUndefined)(Y)||a.IS_SERVER?e():(0,a.rAF)(e)),()=>{m.current=!0,r()}},[V]),(0,a.useIsomorphicLayoutEffect)(()=>{let e;function t(){let t=(0,a.isFunction)(g)?g(O().data):g;t&&-1!==e&&(e=setTimeout(r,t))}function r(){!O().error&&(R||w.current.isVisible())&&(U||w.current.isOnline())?Q(s).then(t):t()}return t(),()=>{e&&(clearTimeout(e),e=-1)}},[g,R,U,V]),(0,n.useDebugValue)(z),o&&(0,a.isUndefined)(Y)&&V){if(!a.IS_REACT_LEGACY&&a.IS_SERVER)throw Error("Fallback data is required when using suspense in SSR.");S.current=t,w.current=r,m.current=!1;let e=p[V];if((0,a.isUndefined)(e)||u(X(e)),(0,a.isUndefined)(q)){let e=Q(s);(0,a.isUndefined)(z)||(e.status="fulfilled",e.value=!0),u(e)}else throw q}return{mutate:X,get data(){return y.data=!0,z},get error(){return y.error=!0,q},get isValidating(){return y.isValidating=!0,J},get isLoading(){return y.isLoading=!0,K}}}),l=e=>(t,r,n)=>(n.revalidateOnFocus=!1,n.revalidateIfStale=!1,n.revalidateOnReconnect=!1,e(t,r,n)),o=(0,a.withMiddleware)(d,l)}}]);
|
package/dist/4970.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"4970.js","sources":["webpack://@olaboot/esm-patient-registration-app/../../node_modules/swr/dist/immutable/index.mjs"],"names":["u","i","s","f","setTimeout","Date","clearTimeout","Error"],"mappings":"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"}
|
package/dist/5130.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["5130"],{27070:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/5187.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["5187"],{86027:function(e){e.exports=JSON.parse('{"addPatient":"პაციენტის დამატება","addRelationshipButtonText":"ურთიერთობის დამატება","addressHeader":"მისამართი","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"ავტომატურად გენერირებული","birthdayNotInTheFuture":"დაბადების დღე მომავალში ვერ იქნება","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"დაბადების დღის მითითება აუცილებელია","birthFieldLabelText":"დაბადება","cancel":"გაუქმება","causeOfDeathInputLabel":"გარდაცვალების მიზეზი","closeOverlay":"გადალაგების დახურვა","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"მორგება","configureIdentifiers":"იდენტიფიკატორების მორგება","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"კონტაქტის დეტალები","createNewPatient":"ახალი პაციენტის შექმნა","dateOfBirthLabelText":"დაბადების დღე","deathCauseRequired":"გარდაცვალების მიზეზი აუცილებელია","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"გარდაცვალების თარიღი","deathDateRequired":"გარდაცვალების თარიღი აუცილებელია","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"ინფორმაცია სიკვდილის შესახებ","deathTimeFormatInvalid":"დროის ფორმატი არასწორია","deathTimeFormatRequired":"დროის ფორმატი აუცილებელია","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"გარდაცვალების დრო აუცილებელია","deleteIdentifierModalHeading":"წავშალო იდენტიფიკატორი?","deleteIdentifierModalText":" აქვს მნიშვნელობა","deleteIdentifierTooltip":"წაშლა","deleteRelationshipTooltipText":"წაშლა","demographicsSection":"საბაზისო ინფორმაცია","discard":"მოცილება","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"დაბადების თარიღი ცნობილია?","editIdentifierTooltip":"ჩასწორება","editPatientDetails":"პაციენტის დეტალების ჩასწორება","editPatientDetailsBreadcrumb":"პაციენტის დეტალების ჩასწორება","enterNonCodedCauseOfDeath":"შეიყვანეთ არაკოდირებული გარდაცვალების მიზეზი","error":"შეცდომა","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"დაახლ. ასაკი თვეებში","estimatedAgeInYearsLabelText":"დაახლ. ასაკი წლებში","familyNameLabelText":"საოჯახო სახელი","familyNameRequired":"მეტსახელი აუცილებელია","female":"მდედრი","fieldsWithErrors":"შემდეგი ველები შეიცავს შეცდომებს:","fullNameLabelText":"სრული სახელი","genderLabelText":"სქესი","genderRequired":"სქესის მითითება აუცილებელია","genderUnspecified":"სქესი მითითებული არაა","givenNameLabelText":"სახელი","givenNameRequired":"ოფიციალური სახელი აუცილებელია","identifierValueRequired":"იდენტიფიკატორის მნიშვნელობა აუცილებელია","idFieldLabelText":"იდენტიფიკატორები","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"არასწორი ელფოსტა","invalidInput":"არასწორი შეყვანა","isDeadInputLabel":"მკვდარია","jumpTo":"გადასვლა","male":"მამრი","middleNameLabelText":"შუა სახელი","negativeMonths":"დაახლ. თვეები უარყოფითი ვერ იქნება","negativeYears":"დაახ. წლები უარყოფითი ვერ იქნება","no":"არა","nonCodedCauseOfDeath":"არაკოდირებული გარდაცვალების მიზეზი","nonCodedCauseOfDeathRequired":"გარდაცვალების მიზეზი აუცილებელია","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"რიცხვი სახელში გაურკვეველია","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"არასავალდებულო","optionalIdentifierLabel":"{{identifierName}} (არასავალდებულო)","other":"სხვა","patientNameKnown":"პაციენტის სახელი ცნობილია?","patientRegistrationBreadcrumb":"პაციენტის რეგისტრაცია","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"პაციენტის დარეგისტრირება","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"ახალი პაციენტი შეიქმნა","registrationErrorSnackbarTitle":"პაციენტის რეგისტრაცია ჩავარდა","relationship":"ურთიერთობა","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"ურთიერთობა","relationshipRemovedText":"ურთიერთობა წაიშალა","relationshipsSection":"ურთიერთობები","relationshipToPatient":"ურთიერთობა პაციენტთან","relativeFullNameLabelText":"სრული სახელი","relativeNamePlaceholder":"სახელი მეტსახელი","removeIdentifierButton":"იდენტიფიკატორის წაშლა","resetIdentifierTooltip":"ჩამოყრა","restoreRelationshipActionButton":"გაუქმება","searchAddress":"მისამართის ძებნა","searchIdentifierPlaceholder":"იდენტიფიკატორის ძებნა","searchLocationPersonAttribute":"ძებნის მდებარეობა","selectAnOption":"აირჩიეთ პარამეტრი","sexFieldLabelText":"სქესი","source":"წყარო","submitting":"გადაცემა","timeFormat":"დროის ფორმატი","timeOfDeathInputLabel":"გარდაცვალების დრო (სთ:წთ)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"უცნობი","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"პაციენტის განახლება","updatePatientErrorSnackbarTitle":"პაციენტის დეტალების განახლება ჩავარდა","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"პაციენტის დეტალები განახლდა","yearsEstimateRequired":"დაახლოებით საჭირო წლები","yes":"დიახ"}')}}]);
|
package/dist/5491.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["5491"],{90703:function(e,t,n){n.r(t),n.d(t,{INFINITE_PREFIX:()=>H,IS_REACT_LEGACY:()=>S,IS_SERVER:()=>k,OBJECT:()=>a,SWRConfig:()=>G,SWRGlobalState:()=>_,UNDEFINED:()=>o,cache:()=>$,compare:()=>U,createCacheHelper:()=>b,defaultConfig:()=>J,defaultConfigOptions:()=>O,getTimestamp:()=>V,hasRequestAnimationFrame:()=>v,initCache:()=>P,internalMutate:()=>M,isDocumentDefined:()=>m,isFunction:()=>s,isPromiseLike:()=>c,isUndefined:()=>l,isWindowDefined:()=>w,mergeConfigs:()=>j,mergeObjects:()=>u,mutate:()=>q,noop:()=>i,normalize:()=>Y,preload:()=>Q,preset:()=>T,rAF:()=>I,revalidateEvents:()=>W,serialize:()=>F,slowConnection:()=>L,stableHash:()=>p,subscribeCallback:()=>et,useIsomorphicLayoutEffect:()=>A,useSWRConfig:()=>K,withArgs:()=>ee,withMiddleware:()=>en});var r=n(34278);let i=()=>{},o=i(),a=Object,l=e=>e===o,s=e=>"function"==typeof e,u=(e,t)=>({...e,...t}),c=e=>s(e.then),f=new WeakMap,d=0,p=e=>{let t,n,r=typeof e,i=e&&e.constructor,o=i==Date;if(a(e)!==e||o||i==RegExp)t=o?e.toJSON():"symbol"==r?e.toString():"string"==r?JSON.stringify(e):""+e;else{if(t=f.get(e))return t;if(t=++d+"~",f.set(e,t),i==Array){for(n=0,t="@";n<e.length;n++)t+=p(e[n])+",";f.set(e,t)}if(i==a){t="#";let r=a.keys(e).sort();for(;!l(n=r.pop());)l(e[n])||(t+=n+":"+p(e[n])+",");f.set(e,t)}}return t},_=new WeakMap,E={},h={},g="undefined",w=typeof window!=g,m=typeof document!=g,v=()=>w&&typeof window.requestAnimationFrame!=g,b=(e,t)=>{let n=_.get(e);return[()=>!l(t)&&e.get(t)||E,r=>{if(!l(t)){let i=e.get(t);t in h||(h[t]=i),n[5](t,u(i,r),i||E)}},n[6],()=>!l(t)&&t in h?h[t]:!l(t)&&e.get(t)||E]},y=!0,[R,C]=w&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[i,i],T={isOnline:()=>y,isVisible:()=>{let e=m&&document.visibilityState;return l(e)||"hidden"!==e}},O={initFocus:e=>(m&&document.addEventListener("visibilitychange",e),R("focus",e),()=>{m&&document.removeEventListener("visibilitychange",e),C("focus",e)}),initReconnect:e=>{let t=()=>{y=!0,e()},n=()=>{y=!1};return R("online",t),R("offline",n),()=>{C("online",t),C("offline",n)}}},S=!r.useId,k=!w||"Deno"in window,I=e=>v()?window.requestAnimationFrame(e):setTimeout(e,1),A=k?r.useEffect:r.useLayoutEffect,D="undefined"!=typeof navigator&&navigator.connection,L=!k&&D&&(["slow-2g","2g"].includes(D.effectiveType)||D.saveData),F=e=>{if(s(e))try{e=e()}catch(t){e=""}let t=e;return[e="string"==typeof e?e:(Array.isArray(e)?e.length:e)?p(e):"",t]},N=0,V=()=>++N;var W={__proto__:null,ERROR_REVALIDATE_EVENT:3,FOCUS_EVENT:0,MUTATE_EVENT:2,RECONNECT_EVENT:1};async function M(...e){let[t,n,r,i]=e,a=u({populateCache:!0,throwOnError:!0},"boolean"==typeof i?{revalidate:i}:i||{}),f=a.populateCache,d=a.rollbackOnError,p=a.optimisticData,E=a.throwOnError;if(s(n)){let e=[];for(let r of t.keys())!/^\$(inf|sub)\$/.test(r)&&n(t.get(r)._k)&&e.push(r);return Promise.all(e.map(h))}return h(n);async function h(n){let i,[u]=F(n);if(!u)return;let[h,g]=b(t,u),[w,m,v,y]=_.get(t),R=()=>{let e=w[u];return(s(a.revalidate)?a.revalidate(h().data,n):!1!==a.revalidate)&&(delete v[u],delete y[u],e&&e[0])?e[0](2).then(()=>h().data):h().data};if(e.length<3)return R();let C=r,T=V();m[u]=[T,0];let O=!l(p),S=h(),k=S.data,I=S._c,A=l(I)?k:I;if(O&&g({data:p=s(p)?p(A,k):p,_c:A}),s(C))try{C=C(A)}catch(e){i=e}if(C&&c(C)){let e;if(C=await C.catch(e=>{i=e}),T!==m[u][0]){if(i)throw i;return C}i&&O&&(e=i,"function"==typeof d?d(e):!1!==d)&&(f=!0,g({data:A,_c:o}))}if(f&&!i&&(s(f)?g({data:f(C,A),error:o,_c:o}):g({data:C,error:o,_c:o})),m[u][1]=V(),Promise.resolve(R()).then(()=>{g({_c:o})}),i){if(E)throw i;return}return C}}let x=(e,t)=>{for(let n in e)e[n][0]&&e[n][0](t)},P=(e,t)=>{if(!_.has(e)){let n=u(O,t),r={},a=M.bind(o,e),l=i,s={},c=(e,t)=>{let n=s[e]||[];return s[e]=n,n.push(t),()=>n.splice(n.indexOf(t),1)},f=(t,n,r)=>{e.set(t,n);let i=s[t];if(i)for(let e of i)e(n,r)},d=()=>{if(!_.has(e)&&(_.set(e,[r,{},{},{},a,f,c]),!k)){let t=n.initFocus(setTimeout.bind(o,x.bind(o,r,0))),i=n.initReconnect(setTimeout.bind(o,x.bind(o,r,1)));l=()=>{t&&t(),i&&i(),_.delete(e)}}};return d(),[e,a,d,l]}return[e,_.get(e)[4]]},U=(e,t)=>p(e)==p(t),[$,q]=P(new Map),J=u({onLoadingSlow:i,onSuccess:i,onError:i,onErrorRetry:(e,t,n,r,i)=>{let o=n.errorRetryCount,a=i.retryCount,s=~~((Math.random()+.5)*(1<<(a<8?a:8)))*n.errorRetryInterval;(l(o)||!(a>o))&&setTimeout(r,s,i)},onDiscarded:i,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:L?1e4:5e3,focusThrottleInterval:5e3,dedupingInterval:2e3,loadingTimeout:L?5e3:3e3,compare:U,isPaused:()=>!1,cache:$,mutate:q,fallback:{}},T),j=(e,t)=>{let n=u(e,t);if(t){let{use:r,fallback:i}=e,{use:o,fallback:a}=t;r&&o&&(n.use=r.concat(o)),i&&a&&(n.fallback=u(i,a))}return n},z=(0,r.createContext)({}),G=e=>{let{value:t}=e,n=(0,r.useContext)(z),i=s(t),a=(0,r.useMemo)(()=>i?t(n):t,[i,n,t]),l=(0,r.useMemo)(()=>i?a:j(n,a),[i,n,a]),c=a&&a.provider,f=(0,r.useRef)(o);c&&!f.current&&(f.current=P(c(l.cache||$),a));let d=f.current;return d&&(l.cache=d[0],l.mutate=d[1]),A(()=>{if(d)return d[2]&&d[2](),d[3]},[]),(0,r.createElement)(z.Provider,u(e,{value:l}))},H="$inf$",B=w&&window.__SWR_DEVTOOLS_USE__,X=B?window.__SWR_DEVTOOLS_USE__:[],Y=e=>s(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(null===e[1]?e[2]:e[1])||{}],K=()=>u(J,(0,r.useContext)(z)),Q=(e,t)=>{let[n,r]=F(e),[,,,i]=_.get($);if(i[n])return i[n];let o=t(r);return i[n]=o,o},Z=X.concat(e=>(t,n,r)=>{let i=n&&((...e)=>{let[r]=F(t),[,,,i]=_.get($);if(r.startsWith(H))return n(...e);let o=i[r];return l(o)?n(...e):(delete i[r],o)});return e(t,i,r)}),ee=e=>function(...t){let n=K(),[r,i,o]=Y(t),a=j(n,o),l=e,{use:s}=a,u=(s||[]).concat(Z);for(let e=u.length;e--;)l=u[e](l);return l(r,i||a.fetcher||null,a)},et=(e,t,n)=>{let r=t[e]||(t[e]=[]);return r.push(n),()=>{let e=r.indexOf(n);e>=0&&(r[e]=r[r.length-1],r.pop())}},en=(e,t)=>(...n)=>{let[r,i,o]=Y(n),a=(o.use||[]).concat(t);return e(r,i,{...o,use:a})};B&&(window.__SWR_DEVTOOLS_REACT__=r)}}]);
|
package/dist/5491.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"5491.js","sources":["webpack://@olaboot/esm-patient-registration-app/../../node_modules/swr/dist/_internal/index.mjs"],"names":["Object","WeakMap","Date","RegExp","JSON","Array","E","window","document","setTimeout","navigator","Promise","e","t","s","Map","r","Math","i"],"mappings":"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"}
|
package/dist/5595.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["5595"],{29988:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/5961.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["5961"],{1695:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/6133.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["6133"],{13326:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"הוסף יחס","addressHeader":"כתובת","allFieldsRequiredText":"כל השדות נדרשים אלא אם צוין אחרת","autoGeneratedPlaceholderText":"נוצר אוטומטית","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"תאריך הלידה נדרש","birthFieldLabelText":"לידה","cancel":"ביטול","causeOfDeathInputLabel":"Cause of death","closeOverlay":"סגור חיפוש","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"הגדר","configureIdentifiers":"הגדר זיהויים","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"פרטי יצירת קשר","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"מידע על המוות","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"מחק","deleteRelationshipTooltipText":"מחק","demographicsSection":"מידע בסיסי","discard":"התעלם","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"תאריך הלידה ידוע?","editIdentifierTooltip":"ערוך","editPatientDetails":"ערוך פרטי מטופל","editPatientDetailsBreadcrumb":"ערוך פרטי מטופל","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"שגיאה","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"שגיאה בעת קבלת השדות המסודרים להירכבות הכתובת","estimatedAgeInMonthsLabelText":"גיל משוער בחודשים","estimatedAgeInYearsLabelText":"גיל משוער בשנים","familyNameLabelText":"שם משפחה","familyNameRequired":"שם משפחה נדרש","female":"נקבה","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"שם מלא","genderLabelText":"מין","genderRequired":"מין נדרש","genderUnspecified":"Gender unspecified","givenNameLabelText":"שם פרטי","givenNameRequired":"שם פרטי נדרש","identifierValueRequired":"ערך זיהוי נדרש","idFieldLabelText":"זיהויים","IDInstructions":"בחר את הזיהויים שתרצה להוסיף למטופל זה:","invalidEmail":"Invalid email","invalidInput":"קלט לא חוקי","isDeadInputLabel":"Is dead","jumpTo":"קפיצה ל","male":"זכר","middleNameLabelText":"שם תוכני","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"לא","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"מספר בשם חשוד","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"אופציונלי","optionalIdentifierLabel":"{{identifierName}} (רשות)","other":"אחר","patientNameKnown":"שם המטופל ידוע?","patientRegistrationBreadcrumb":"רישום מטופל","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"קשר","relationshipPersonMustExist":"האדם הקשור חייב להיות אדם קיים","relationshipPlaceholder":"קשר","relationshipRemovedText":"קשר הוסר","relationshipsSection":"קשרים","relationshipToPatient":"קשר למטופל","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"שם פרטי שם משפחה","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"איפוס","restoreRelationshipActionButton":"ביטול","searchAddress":"חיפוש כתובת","searchIdentifierPlaceholder":"חיפוש זיהוי","searchLocationPersonAttribute":"מקום חיפוש","selectAnOption":"בחר אפשרות","sexFieldLabelText":"מין","source":"מקור","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"לא ידוע","unknownPatientAttributeType":"סוג המאפיין של המטופל לא ידוע {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"כן"}')}}]);
|
package/dist/634.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["634"],{1458:function(t,n,e){var o=e(34278),u="function"==typeof Object.is?Object.is:function(t,n){return t===n&&(0!==t||1/t==1/n)||t!=t&&n!=n},i=o.useState,a=o.useEffect,r=o.useLayoutEffect,s=o.useDebugValue;function c(t){var n=t.getSnapshot;t=t.value;try{var e=n();return!u(t,e)}catch(t){return!0}}var f="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(t,n){return n()}:function(t,n){var e=n(),o=i({inst:{value:e,getSnapshot:n}}),u=o[0].inst,f=o[1];return r(function(){u.value=e,u.getSnapshot=n,c(u)&&f({inst:u})},[t,e,n]),a(function(){return c(u)&&f({inst:u}),t(function(){c(u)&&f({inst:u})})},[t]),s(e),e};n.useSyncExternalStore=void 0!==o.useSyncExternalStore?o.useSyncExternalStore:f},43100:function(t,n,e){t.exports=e(1458)}}]);
|
package/dist/634.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"634.js","sources":["webpack://@olaboot/esm-patient-registration-app/../../node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","webpack://@olaboot/esm-patient-registration-app/../../node_modules/use-sync-external-store/shim/index.js"],"names":["Object","c","window","f"],"mappings":"iLAWA,IAAI,EAAQ,EAAQ,OAIhB,EAAW,YAAe,OAAOA,OAAO,EAAE,CAAGA,OAAO,EAAE,CAH1D,SAAY,CAAC,CAAE,CAAC,EACd,OAAO,AAAC,IAAM,GAAM,KAAM,GAAK,EAAI,GAAM,EAAI,IAAQ,GAAM,GAAK,GAAM,CACxE,EAEE,EAAW,EAAM,QAAQ,CACzB,EAAY,EAAM,SAAS,CAC3B,EAAkB,EAAM,eAAe,CACvC,EAAgB,EAAM,aAAa,CA0BrC,SAASC,EAAuB,CAAI,EAClC,IAAI,EAAoB,EAAK,WAAW,CACxC,EAAO,EAAK,KAAK,CACjB,GAAI,CACF,IAAI,EAAY,IAChB,MAAO,CAAC,EAAS,EAAM,EACzB,CAAE,MAAO,EAAO,CACd,MAAO,CAAC,CACV,CACF,CAIA,IAAI,EACF,aAAgB,OAAOC,QACvB,SAAuBA,OAAO,QAAQ,EACtC,SAAuBA,OAAO,QAAQ,CAAC,aAAa,CANtD,SAAgC,CAAS,CAAE,CAAW,EACpD,OAAO,GACT,EArCA,SAAgC,CAAS,CAAE,CAAW,EACpD,IAAI,EAAQ,IACV,EAAY,EAAS,CAAE,KAAM,CAAE,MAAO,EAAO,YAAa,CAAY,CAAE,GACxE,EAAO,CAAS,CAAC,EAAE,CAAC,IAAI,CACxBC,EAAc,CAAS,CAAC,EAAE,CAmB5B,OAlBA,EACE,WACE,EAAK,KAAK,CAAG,EACb,EAAK,WAAW,CAAG,EACnBF,EAAuB,IAASE,EAAY,CAAE,KAAM,CAAK,EAC3D,EACA,CAAC,EAAW,EAAO,EAAY,EAEjC,EACE,WAEE,OADAF,EAAuB,IAASE,EAAY,CAAE,KAAM,CAAK,GAClD,EAAU,WACfF,EAAuB,IAASE,EAAY,CAAE,KAAM,CAAK,EAC3D,EACF,EACA,CAAC,EAAU,EAEb,EAAc,GACP,CACT,CAoBA,GAAQ,oBAAoB,CAC1B,KAAK,IAAM,EAAM,oBAAoB,CAAG,EAAM,oBAAoB,CAAG,C,wBC9DrE,EAAO,OAAO,CAAG,EAAjB,K"}
|
package/dist/6456.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["6456"],{47572:function(e){e.exports=JSON.parse('{"addPatient":"Ajouter un patient","addRelationshipButtonText":"Ajouter une relation ou lien de parent\xe9","addressHeader":"Adresse","allFieldsRequiredText":"Tous les champs sont requis sauf si explicitement indiqu\xe9s facultatifs","autoGeneratedPlaceholderText":"Autog\xe9n\xe9r\xe9","birthdayNotInTheFuture":"La date de naissance ne peut pas \xeatre dans le futur","birthdayNotOver140YearsAgo":"La date de naissance ne peut \xeatre ant\xe9rieure \xe0 140 ans","birthdayRequired":"La date de naissance est requise","birthFieldLabelText":"Naissance","cancel":"Annuler","causeOfDeathInputLabel":"Cause du d\xe9c\xe8s","closeOverlay":"Fermer la superposition","codedPersonAttributeAnswerSetEmpty":"L\'attribut de personne \'{{codedPersonAttributeFieldId}}\' a \xe9t\xe9 d\xe9fini via un concept de type dont le UUID \'{{answerConceptSetUuid}}\' n\'a aucune r\xe9ponse d\xe9finie.","codedPersonAttributeAnswerSetInvalid":"L\'attribut de personne \'{{codedPersonAttributeFieldId}}\' a \xe9t\xe9 d\xe9fini via le concept de type set \'{{answerConceptSetUuid}}\' mais n\'a pas de r\xe9ponse valide.","codedPersonAttributeNoAnswerSet":"L\'attribut de personne \'{{codedPersonAttributeFieldId}}\' est de type \'cod\xe9\' mais a \xe9t\xe9 d\xe9fini sans un concept set de r\xe9ponses. Le champ \'answerConceptSetUuid\' est requis.","configure":"Configurer","configureIdentifiers":"Configurer les identifiants","confirmDiscardChangesBody":"Vos modifications non enregistr\xe9es seront perdues si vous quittez le formulaire.","confirmDiscardChangesTitle":"\xcates-vous s\xfbr de vouloir annuler ces modifications ?","confirmIdentifierDeletionText":"Voulez-vous vraiment supprimer cet identifiant ?","contactSection":"Coordonn\xe9es","createNewPatient":"Cr\xe9er un nouveau patient","dateOfBirthLabelText":"Date de naissance","deathCauseRequired":"La date du d\xe9c\xe8s est requise","deathDateInFuture":"La date de d\xe9c\xe8s ne peut \xeatre dans le future","deathDateInputLabel":"Date du d\xe9c\xe8s","deathDateRequired":"La date du d\xe9c\xe8s est requise","deathdayInvalidDate":"La date et l\'heure de d\xe9c\xe8s ne peuvent \xeatre ant\xe9rieures \xe0 la date de naissance","deathdayIsRequired":"La date de d\xe9c\xe8s est obligatoire quand le patient est d\xe9clar\xe9 d\xe9c\xe9d\xe9","deathdayNotInTheFuture":"","deathSection":"Informations sur le d\xe9c\xe8s","deathTimeFormatInvalid":"Format de l\'heure invalide","deathTimeFormatRequired":"Format de l\'heure obligatoire","deathTimeInvalid":"L’heure ne correspond pas au format \'hh:mm\'","deathTimeRequired":"L\'heure de d\xe9c\xe8s est requis","deleteIdentifierModalHeading":"Supprimer l\'identifiant ?","deleteIdentifierModalText":"a une valeur de","deleteIdentifierTooltip":"Supprimer","deleteRelationshipTooltipText":"Supprimer","demographicsSection":"Informations de base","discard":"Annuler","discardModalBody":"Les modifications apport\xe9es aux informations de ce patient n\'ont pas \xe9t\xe9 enregistr\xe9es. Annuler les modifications\xa0?","dobToggleLabelText":"Date de naissance connue ?","editIdentifierTooltip":"Modifier","editPatientDetails":"Modifier le patient","editPatientDetailsBreadcrumb":"Modifier le patient","enterNonCodedCauseOfDeath":" Entrez la cause du d\xe9c\xe8s non cod\xe9e","error":"Erreur","errorFetchingCodedCausesOfDeath":"Erreur d\'obtention des causes de d\xe9c\xe8s","errorFetchingOrderedFields":"Une erreur s\'est produite lors de l\'obtention des champs ordonn\xe9s pour la hi\xe9rarchie d\'adresse","estimatedAgeInMonthsLabelText":"\xc2ge estim\xe9 en mois","estimatedAgeInYearsLabelText":"\xc2ge estim\xe9 en ann\xe9es","familyNameLabelText":"Nom de famille","familyNameRequired":"Le nom de famille est requis","female":"Femme","fieldsWithErrors":"Ces champs suivants contiennent des erreurs :","fullNameLabelText":"Nom et pr\xe9nom","genderLabelText":"Sexe","genderRequired":"Le genre est requis","genderUnspecified":"Genre non pr\xe9cis\xe9","givenNameLabelText":"Pr\xe9nom","givenNameRequired":"Le pr\xe9nom est requis","identifierValueRequired":"L\'identifiant est requis","idFieldLabelText":"Identifiants","IDInstructions":"S\xe9lectionnez les identifiants que vous souhaitez ajouter pour ce patient :","invalidEmail":"Email non valide","invalidInput":"Entr\xe9e invalide","isDeadInputLabel":"D\xe9c\xe9d\xe9(e)","jumpTo":"Aller \xe0","male":"Homme","middleNameLabelText":"Deuxi\xe8me Pr\xe9nom","negativeMonths":"Les mois estim\xe9s ne peuvent pas \xeatre une valeur n\xe9gative","negativeYears":"Les ann\xe9es estim\xe9es ne peuvent pas \xeatre une valeur n\xe9gative","no":"Non","nonCodedCauseOfDeath":"Cause de d\xe9c\xe8s non-cod\xe9e","nonCodedCauseOfDeathRequired":"La cause du d\xe9c\xe8s est requise","nonsensicalYears":"L\'\xe2ge estim\xe9 ne peut exc\xe9der 140 ans","numberInNameDubious":"Un chiffre dans le nom est suspect","obsFieldUnknownDatatype":"Le concept pour l\'observation \'{{fieldDefinitionId}}\' a un type de donn\xe9es inconnu \'{{datatypeName}}\'","optional":"Facultatif","optionalIdentifierLabel":"{{identifierName}} (facultatif)","other":"Autre","patientNameKnown":"Le nom du patient est-il connu ?","patientRegistrationBreadcrumb":"Enregistrement d\'un patient","refreshOrContactAdmin":"Essayer de rafraichir la page ou contacter l\'administrateur","registerPatient":"Enregistrer le patient","registerPatientSuccessSnackbarSubtitle":"Le patient peut \xe0 pr\xe9sent \xeatre cherch\xe9 par son nom ou num\xe9ro d\'identification","registerPatientSuccessSnackbarTitle":"Nouveau patient cr\xe9\xe9","registrationErrorSnackbarTitle":"\xc9chec de la cr\xe9ation du patient","relationship":"Relation et lien de parent\xe9","relationshipPersonMustExist":"La personne en lien doit \xeatre une personne existante dans le syst\xe8me","relationshipPlaceholder":"Relation et lien de parent\xe9","relationshipRemovedText":"Relation supprim\xe9e","relationshipsSection":"Relations et liens de parent\xe9","relationshipToPatient":"Relation avec le patient","relativeFullNameLabelText":"Nom complet","relativeNamePlaceholder":"Pr\xe9nom et Nom de famille","removeIdentifierButton":"Supprimer l\'identifiant","resetIdentifierTooltip":"R\xe9initialiser","restoreRelationshipActionButton":"Restaurer","searchAddress":"Rechercher l\'adresse","searchIdentifierPlaceholder":"Rechercher un identifiant","searchLocationPersonAttribute":"S\xe9lectionner une localisation","selectAnOption":"S\xe9lectionner une option","sexFieldLabelText":"Sexe","source":"Source","submitting":"Envoi en cours","timeFormat":"Format de l\'heure","timeOfDeathInputLabel":"Heure de d\xe9c\xe8s (hh:mm)","unableToFetch":"Impossible de r\xe9cup\xe9rer le type d\'attribut de la personne - {{personattributetype}}","unknown":"Inconnu","unknownPatientAttributeType":"Le type d\'attribut de patient a un format inconnu {{personAttributeTypeFormat}}","updatePatient":"Enregistrer","updatePatientErrorSnackbarTitle":"\xc9chec de la modification des informations patient","updatePatientSuccessSnackbarSubtitle":"Les informations du patient ont \xe9t\xe9 modifi\xe9es","updatePatientSuccessSnackbarTitle":"Informations du patient modifi\xe9es","yearsEstimateRequired":"estimation de l\'ann\xe9e obligatoire","yes":"Oui"}')}}]);
|
package/dist/6466.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["6466"],{55139:function(a){a.exports=JSON.parse('{"addPatient":"Tambah pasien","addRelationshipButtonText":"Tambah Hubungan","addressHeader":"Alamat","allFieldsRequiredText":"Semua bidang wajib diisi kecuali ditandai opsional","autoGeneratedPlaceholderText":"Otomatis dibuat","birthdayNotInTheFuture":"Tanggal lahir tidak boleh di masa depan","birthdayNotOver140YearsAgo":"Tanggal lahir tidak boleh lebih dari 140 tahun yang lalu","birthdayRequired":"Tanggal lahir wajib diisi","birthFieldLabelText":"Kelahiran","cancel":"Batal","causeOfDeathInputLabel":"Penyebab kematian","closeOverlay":"Tutup overlay","codedPersonAttributeAnswerSetEmpty":"Bidang atribut orang berkode \'{{codedPersonAttributeFieldId}}\' telah ditentukan dengan UUID set jawaban konsep \'{{answerConceptSetUuid}}\' yang tidak memiliki jawaban konsep apa pun.","codedPersonAttributeAnswerSetInvalid":"Bidang atribut orang berkode \'{{codedPersonAttributeFieldId}}\' telah ditentukan dengan UUID set jawaban konsep \'{{answerConceptSetUuid}}\' yang tidak valid.","codedPersonAttributeNoAnswerSet":"Bidang atribut orang \'{{codedPersonAttributeFieldId}}\' bertipe \'coded\' tetapi telah ditentukan tanpa UUID set jawaban konsep. Kunci \'answerConceptSetUuid\' diperlukan.","configure":"Konfigurasi","configureIdentifiers":"Konfigurasi identifikasi","confirmDiscardChangesBody":"Perubahan yang belum disimpan akan hilang jika Anda melanjutkan untuk membuang formulir","confirmDiscardChangesTitle":"Apakah Anda yakin ingin membuang perubahan ini?","confirmIdentifierDeletionText":"Apakah Anda yakin ingin menghapus identifikasi ini?","contactSection":"Detail Kontak","createNewPatient":"Buat pasien baru","dateOfBirthLabelText":"Tanggal lahir","deathCauseRequired":"Penyebab kematian wajib diisi","deathDateInFuture":"Tanggal kematian tidak boleh di masa depan","deathDateInputLabel":"Tanggal kematian","deathDateRequired":"Tanggal kematian wajib diisi","deathdayInvalidDate":"Tanggal dan waktu kematian tidak boleh sebelum tanggal lahir","deathdayIsRequired":"Tanggal kematian wajib diisi ketika pasien ditandai sebagai meninggal.","deathdayNotInTheFuture":"","deathSection":"Informasi Kematian","deathTimeFormatInvalid":"Format waktu tidak valid","deathTimeFormatRequired":"Format waktu wajib diisi","deathTimeInvalid":"Waktu tidak sesuai dengan format \'hh:mm\'","deathTimeRequired":"Waktu kematian wajib diisi","deleteIdentifierModalHeading":"Hapus identifikasi?","deleteIdentifierModalText":" memiliki nilai ","deleteIdentifierTooltip":"Hapus","deleteRelationshipTooltipText":"Hapus","demographicsSection":"Informasi Dasar","discard":"Buang","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Tanggal Lahir Diketahui?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit detail pasien","editPatientDetailsBreadcrumb":"Edit detail pasien","enterNonCodedCauseOfDeath":"Masukkan penyebab kematian non-kode","error":"Kesalahan","errorFetchingCodedCausesOfDeath":"Kesalahan mengambil penyebab kematian berkode","errorFetchingOrderedFields":"Terjadi kesalahan saat mengambil bidang terurut untuk hierarki alamat","estimatedAgeInMonthsLabelText":"Perkiraan usia dalam bulan","estimatedAgeInYearsLabelText":"Perkiraan usia dalam tahun","familyNameLabelText":"Nama Keluarga","familyNameRequired":"Nama keluarga wajib diisi","female":"Perempuan","fieldsWithErrors":"Bidang berikut memiliki kesalahan: ","fullNameLabelText":"Nama Lengkap","genderLabelText":"Jenis Kelamin","genderRequired":"Jenis kelamin wajib diisi","genderUnspecified":"Jenis kelamin tidak ditentukan","givenNameLabelText":"Nama Depan","givenNameRequired":"Nama depan wajib diisi","identifierValueRequired":"Nilai identifikasi wajib diisi","idFieldLabelText":"Identifikasi","IDInstructions":"Pilih identifikasi yang ingin Anda tambahkan untuk pasien ini:","invalidEmail":"Email tidak valid","invalidInput":"Input tidak valid","isDeadInputLabel":"Meninggal","jumpTo":"Lompat ke","male":"Laki-laki","middleNameLabelText":"Nama Tengah","negativeMonths":"Perkiraan bulan tidak boleh negatif","negativeYears":"Perkiraan tahun tidak boleh negatif","no":"Tidak","nonCodedCauseOfDeath":"Penyebab kematian non-kode","nonCodedCauseOfDeathRequired":"Penyebab kematian wajib diisi","nonsensicalYears":"Perkiraan tahun tidak boleh lebih dari 140","numberInNameDubious":"Angka dalam nama meragukan","obsFieldUnknownDatatype":"Konsep untuk bidang obs \'{{fieldDefinitionId}}\' memiliki tipe data tidak dikenal \'{{datatypeName}}\'","optional":"opsional","optionalIdentifierLabel":"{{identifierName}} (opsional)","other":"Lainnya","patientNameKnown":"Nama Pasien Diketahui?","patientRegistrationBreadcrumb":"Pendaftaran Pasien","refreshOrContactAdmin":"Coba muat ulang halaman atau hubungi administrator sistem Anda","registerPatient":"Daftarkan pasien","registerPatientSuccessSnackbarSubtitle":"Pasien sekarang dapat ditemukan dengan mencari menggunakan nama atau nomor ID mereka","registerPatientSuccessSnackbarTitle":"Pasien Baru Dibuat","registrationErrorSnackbarTitle":"Pendaftaran Pasien Gagal","relationship":"Hubungan","relationshipPersonMustExist":"Orang terkait harus merupakan orang yang sudah ada","relationshipPlaceholder":"Hubungan","relationshipRemovedText":"Hubungan dihapus","relationshipsSection":"Hubungan","relationshipToPatient":"Hubungan dengan pasien","relativeFullNameLabelText":"Nama lengkap","relativeNamePlaceholder":"Nama Depan Nama Keluarga","removeIdentifierButton":"Hapus identifikasi","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Batalkan","searchAddress":"Cari alamat","searchIdentifierPlaceholder":"Cari identifikasi","searchLocationPersonAttribute":"Cari lokasi","selectAnOption":"Pilih opsi","sexFieldLabelText":"Jenis Kelamin","source":"Sumber","submitting":"Mengirim","timeFormat":"Format Waktu","timeOfDeathInputLabel":"Waktu kematian (hh:mm)","unableToFetch":"Tidak dapat mengambil tipe atribut orang - {{personattributetype}}","unknown":"Tidak diketahui","unknownPatientAttributeType":"Tipe atribut pasien memiliki format tidak dikenal {{personAttributeTypeFormat}}","updatePatient":"Perbarui pasien","updatePatientErrorSnackbarTitle":"Pembaruan Detail Pasien Gagal","updatePatientSuccessSnackbarSubtitle":"Informasi pasien telah berhasil diperbarui","updatePatientSuccessSnackbarTitle":"Detail Pasien Diperbarui","yearsEstimateRequired":"Perkiraan tahun wajib diisi","yes":"Ya"}')}}]);
|
package/dist/6613.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["6613"],{76180:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"Add Relationship","addressHeader":"Address","allFieldsRequiredText":"All fields are required unless marked optional","autoGeneratedPlaceholderText":"Auto-generated","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"Birthday is required","birthFieldLabelText":"Birth","cancel":"Cancel","causeOfDeathInputLabel":"Cause of death","closeOverlay":"Close overlay","codedPersonAttributeAnswerSetEmpty":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an answer concept set UUID \'{{answerConceptSetUuid}}\' that does not have any concept answers.","codedPersonAttributeAnswerSetInvalid":"The coded person attribute field \'{{codedPersonAttributeFieldId}}\' has been defined with an invalid answer concept set UUID \'{{answerConceptSetUuid}}\'.","codedPersonAttributeNoAnswerSet":"The person attribute field \'{{codedPersonAttributeFieldId}}\' is of type \'coded\' but has been defined without an answer concept set UUID. The \'answerConceptSetUuid\' key is required.","configure":"Configure","configureIdentifiers":"Configure identifiers","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"Contact Details","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"Death Info","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"Delete","deleteRelationshipTooltipText":"Delete","demographicsSection":"Basic Info","discard":"Discard","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"Date of Birth Known?","editIdentifierTooltip":"Edit","editPatientDetails":"Edit patient details","editPatientDetailsBreadcrumb":"Edit patient details","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"Error","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"Error occured fetching ordered fields for address hierarchy","estimatedAgeInMonthsLabelText":"Estimated age in months","estimatedAgeInYearsLabelText":"Estimated age in years","familyNameLabelText":"Family Name","familyNameRequired":"Family name is required","female":"Female","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"Full Name","genderLabelText":"Sex","genderRequired":"Gender is required","genderUnspecified":"Gender unspecified","givenNameLabelText":"First Name","givenNameRequired":"Given name is required","identifierValueRequired":"Identifier value is required","idFieldLabelText":"Identifiers","IDInstructions":"Select the identifiers you\'d like to add for this patient:","invalidEmail":"Invalid email","invalidInput":"Invalid Input","isDeadInputLabel":"Is dead","jumpTo":"Jump to","male":"Male","middleNameLabelText":"Middle Name","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"No","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"Number in name is dubious","obsFieldUnknownDatatype":"Concept for obs field \'{{fieldDefinitionId}}\' has unknown datatype \'{{datatypeName}}\'","optional":"optional","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"Other","patientNameKnown":"Patient\'s Name is Known?","patientRegistrationBreadcrumb":"Patient Registration","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"The patient can now be found by searching for them using their name or ID number","registerPatientSuccessSnackbarTitle":"New Patient Created","registrationErrorSnackbarTitle":"Patient Registration Failed","relationship":"Relationship","relationshipPersonMustExist":"Related person must be an existing person","relationshipPlaceholder":"Relationship","relationshipRemovedText":"Relationship removed","relationshipsSection":"Relationships","relationshipToPatient":"Relationship to patient","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"Firstname Familyname","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"Reset","restoreRelationshipActionButton":"Undo","searchAddress":"Search address","searchIdentifierPlaceholder":"Search identifier","searchLocationPersonAttribute":"Search location","selectAnOption":"Select an option","sexFieldLabelText":"Sex","source":"Source","submitting":"Submitting","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"Unknown","unknownPatientAttributeType":"Patient attribute type has unknown format {{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"Patient Details Update Failed","updatePatientSuccessSnackbarSubtitle":"The patient\'s information has been successfully updated","updatePatientSuccessSnackbarTitle":"Patient Details Updated","yearsEstimateRequired":"Estimated years required","yes":"Yes"}')}}]);
|
package/dist/6783.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(globalThis.webpackChunk_olaboot_esm_patient_registration_app=globalThis.webpackChunk_olaboot_esm_patient_registration_app||[]).push([["6783"],{33735:function(e){e.exports=JSON.parse('{"addPatient":"Add patient","addRelationshipButtonText":"添加关系","addressHeader":"地址","allFieldsRequiredText":"所有字段都是必填的,除非标记为可选。","autoGeneratedPlaceholderText":"自动生成","birthdayNotInTheFuture":"Birthday cannot be in future","birthdayNotOver140YearsAgo":"Birthday cannot be more than 140 years ago","birthdayRequired":"生日是必填项","birthFieldLabelText":"出生","cancel":"取消","causeOfDeathInputLabel":"Cause of death","closeOverlay":"关闭叠加","codedPersonAttributeAnswerSetEmpty":"编码的人员属性字段\'{{codedPersonAttributeFieldId}}\'已使用没有任何概念答案的答案概念集UUID\'{{answerConceptSetUuid}}\'进行定义。","codedPersonAttributeAnswerSetInvalid":"编码的人员属性字段\'{{codedPersonAttributeFieldId}}\'已使用无效的答案概念集UUID\'{{answerConceptSetUuid}}\'进行定义。","codedPersonAttributeNoAnswerSet":"人员属性字段\'{{codedPersonAttributeFieldId}}\'的类型为\'coded\',但未定义答案概念集UUID。\'answerConceptSetUuid\'键是必需的。","configure":"配置","configureIdentifiers":"配置ID标识","confirmDiscardChangesBody":"Your unsaved changes will be lost if you proceed to discard the form","confirmDiscardChangesTitle":"Are you sure you want to discard these changes?","confirmIdentifierDeletionText":"Are you sure you want to remove this identifier?","contactSection":"联系方式","createNewPatient":"Create new patient","dateOfBirthLabelText":"Date of birth","deathCauseRequired":"Cause of death is required","deathDateInFuture":"Death date cannot be in future","deathDateInputLabel":"Date of death","deathDateRequired":"Death date is required","deathdayInvalidDate":"Death date and time cannot be before the birthday","deathdayIsRequired":"Death date is required when the patient is marked as deceased.","deathdayNotInTheFuture":"","deathSection":"死亡信息","deathTimeFormatInvalid":"Time format is invalid","deathTimeFormatRequired":"Time format is required","deathTimeInvalid":"Time doesn\'t match the format \'hh:mm\'","deathTimeRequired":"Death time is required","deleteIdentifierModalHeading":"Remove identifier?","deleteIdentifierModalText":" has a value of ","deleteIdentifierTooltip":"删除","deleteRelationshipTooltipText":"删除","demographicsSection":"基本信息","discard":"放弃","discardModalBody":"The changes you made to this patient\'s details have not been saved. Discard changes?","dobToggleLabelText":"出生日期已知?","editIdentifierTooltip":"编辑","editPatientDetails":"编辑患者详情","editPatientDetailsBreadcrumb":"编辑患者详情","enterNonCodedCauseOfDeath":"Enter non-coded cause of death","error":"错误","errorFetchingCodedCausesOfDeath":"Error fetching coded causes of death","errorFetchingOrderedFields":"获取地址层次结构的排序字段时发生错误","estimatedAgeInMonthsLabelText":"月龄估算","estimatedAgeInYearsLabelText":"年龄估算","familyNameLabelText":"姓氏","familyNameRequired":"姓氏是必填项","female":"女性","fieldsWithErrors":"The following fields have errors: ","fullNameLabelText":"全名","genderLabelText":"性别","genderRequired":"性别是必填项","genderUnspecified":"Gender unspecified","givenNameLabelText":"名字","givenNameRequired":"名字是必填项","identifierValueRequired":"ID标识是必填项","idFieldLabelText":"Identifiers","IDInstructions":"选择您想为该患者添加的ID标识:","invalidEmail":"Invalid email","invalidInput":"输入无效","isDeadInputLabel":"Is dead","jumpTo":"跳转至","male":"男性","middleNameLabelText":"中间名","negativeMonths":"Estimated months cannot be negative","negativeYears":"Estimated years cannot be negative","no":"否","nonCodedCauseOfDeath":"Non-coded cause of death","nonCodedCauseOfDeathRequired":"Cause of death is required","nonsensicalYears":"Estimated years cannot be more than 140","numberInNameDubious":"姓名中含有数字","obsFieldUnknownDatatype":"obs字段\'{{fieldDefinitionId}}\'的概念具有未知数据类型\'{{datatypeName}}\'","optional":"可选的","optionalIdentifierLabel":"{{identifierName}} (optional)","other":"其他","patientNameKnown":"患者的姓名已知?","patientRegistrationBreadcrumb":"患者注册","refreshOrContactAdmin":"Try refreshing the page or contact your system administrator","registerPatient":"Register patient","registerPatientSuccessSnackbarSubtitle":"现在可以通过姓名或ID号搜索到该患者","registerPatientSuccessSnackbarTitle":"新患者已创建","registrationErrorSnackbarTitle":"患者注册失败","relationship":"关系","relationshipPersonMustExist":"关系人必须是现有的人员","relationshipPlaceholder":"关系","relationshipRemovedText":"关系已移除","relationshipsSection":"关系人信息","relationshipToPatient":"与患者的关系","relativeFullNameLabelText":"Full name","relativeNamePlaceholder":"名字 姓氏","removeIdentifierButton":"Remove identifier","resetIdentifierTooltip":"重置","restoreRelationshipActionButton":"撤销","searchAddress":"搜索地址","searchIdentifierPlaceholder":"搜索ID标识","searchLocationPersonAttribute":"Search location","selectAnOption":"选择一个选项","sexFieldLabelText":"性别","source":"来源","submitting":"提交中","timeFormat":"Time Format","timeOfDeathInputLabel":"Time of death (hh:mm)","unableToFetch":"Unable to fetch person attribute type - {{personattributetype}}","unknown":"未知","unknownPatientAttributeType":"患者属性类型具有未知格式{{personAttributeTypeFormat}}","updatePatient":"Update patient","updatePatientErrorSnackbarTitle":"患者详情更新失败","updatePatientSuccessSnackbarSubtitle":"患者的信息已成功更新","updatePatientSuccessSnackbarTitle":"患者详情已更新","yearsEstimateRequired":"Estimated years required","yes":"是"}')}}]);
|