hplx-feature-library 1.0.241 → 1.0.243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-DfTVFEiD.js → PatientPopupContainer-BKp26JM0.js} +1385 -1389
- package/dist/{PatientPopupContainer-DgYNYDlR.cjs → PatientPopupContainer-KVBjrO76.cjs} +8 -8
- package/dist/{PrintModal-DnAhHbDm.js → PrintModal-BOpFTYfb.js} +9 -9
- package/dist/{PrintModal-CLXM1S-w.cjs → PrintModal-ojUmGPqg.cjs} +3 -3
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120386,9 +120386,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120386
120386
|
obhPregnancyHistory: ue
|
|
120387
120387
|
// obhPrintConfiguration,
|
|
120388
120388
|
} = typeof H == "string" && H && JSON.parse(H) || {}, re = useRef(null), [me, he] = useState(!1), [Xe, be] = useState(null), { chartIds: Ne = [], chartKey: Ce = "" } = w || {}, [Ke, xe] = useState(1), [Te, pe] = useState($), [Ae, Ge] = useState(
|
|
120389
|
-
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.email : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine"
|
|
120389
|
+
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.email : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" ? W?.patientDetails?.email : N.printType === "lab_report" ? R?.patientDetails?.email : N?.printType === "casesheet" ? I?.patientDetails?.email : ""
|
|
120390
120390
|
), [Le, fe] = useState(
|
|
120391
|
-
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.mobileNumber : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine"
|
|
120391
|
+
N.printType === "bill" || N.printType === "bill_deposit_refund" ? M?.billPatientDetails?.mobileNumber : N?.printType === "visit" || N?.printType === "pedia_charts" || N?.printType === "pedia_vaccine" ? W?.patientDetails?.phone : N.printType === "lab_report" ? R?.patientDetails?.phone : N?.printType === "casesheet" ? I?.patientDetails?.phone_number : ""
|
|
120392
120392
|
), [ke, Ue] = useState(!1), [je, ye] = useState(!1), [ge, Ie] = useState(), Fe = de?.print == 1, [we, Re] = useState(!0), [Qe, at] = useState(null), [ut, tt] = useState(null), [nt, qe] = useState([]), [Ee, it] = useState(!(Ne.length > 0)), Zt = window?.partner_config ? JSON.parse(window?.partner_config) : {}, st = Zt && Object.values(Zt).some((jt) => jt?.sync_visit?.enable), yt = async () => {
|
|
120393
120393
|
try {
|
|
120394
120394
|
await Vt();
|
|
@@ -120995,13 +120995,13 @@ export {
|
|
|
120995
120995
|
GET_SERVICE_LIST as d,
|
|
120996
120996
|
GET_APPOINTMENTS as e,
|
|
120997
120997
|
GET_PAST_DUE as f,
|
|
120998
|
-
|
|
120999
|
-
|
|
121000
|
-
|
|
121001
|
-
|
|
121002
|
-
|
|
121003
|
-
|
|
121004
|
-
|
|
120998
|
+
GET_PATIENT_POPUP_VISIT as g,
|
|
120999
|
+
GET_VISIT_ALL as h,
|
|
121000
|
+
GET_CUSTOM_TRANSLATIONS as i,
|
|
121001
|
+
GET_ONLINE_TEST_RANGES as j,
|
|
121002
|
+
GET_REFERREDBY_DOCTOR as k,
|
|
121003
|
+
GET_BILL_SUMMARY as l,
|
|
121004
|
+
GET_BILLS as m,
|
|
121005
121005
|
GET_BILL_ITEM as n,
|
|
121006
121006
|
GET_REFERRAL as o,
|
|
121007
121007
|
GET_IPD_CASE as p,
|