hplx-feature-library 1.0.205 → 1.0.207
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-Dx9TRkI9.cjs → PatientPopupContainer-BmIOiv8Q.cjs} +8 -8
- package/dist/{PatientPopupContainer-DRyJThdN.js → PatientPopupContainer-oyikOYM3.js} +1452 -1443
- package/dist/{PrintModal-Bxrpz7QZ.js → PrintModal-Cj4zMF8V.js} +9 -9
- package/dist/{PrintModal-CHkA2pab.cjs → PrintModal-v0E3Z3MM.cjs} +3 -3
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120187,9 +120187,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120187
120187
|
const M = `${N.patient_name || "--"} (${N.gender || "N/A"}, ${N.age || "N/A"})`, Y = getFirstSampleCollectedDate(N);
|
|
120188
120188
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: styles.container, children: [
|
|
120189
120189
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Column, { children: [
|
|
120190
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "ID", value: W
|
|
120190
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "ID", value: W?.lab_id || "" }),
|
|
120191
120191
|
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "Patient Name", value: M }),
|
|
120192
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "Referred By", value: W
|
|
120192
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "Referred By", value: W?.ref_doctor || "" })
|
|
120193
120193
|
] }),
|
|
120194
120194
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Column, { children: [
|
|
120195
120195
|
/* @__PURE__ */ jsxRuntimeExports.jsx(DetailRow, { label: "Sample Collected On", value: Y }),
|
|
@@ -121006,13 +121006,13 @@ export {
|
|
|
121006
121006
|
GET_APPOINTMENTS as e,
|
|
121007
121007
|
GET_PAST_DUE as f,
|
|
121008
121008
|
GET_BILLS as g,
|
|
121009
|
-
|
|
121010
|
-
|
|
121011
|
-
|
|
121012
|
-
|
|
121013
|
-
|
|
121014
|
-
|
|
121015
|
-
|
|
121009
|
+
GET_PATIENT_POPUP_VISIT as h,
|
|
121010
|
+
GET_CUSTOM_TRANSLATIONS as i,
|
|
121011
|
+
GET_ONLINE_TEST_RANGES as j,
|
|
121012
|
+
GET_REFERREDBY_DOCTOR as k,
|
|
121013
|
+
GET_BILL_SUMMARY as l,
|
|
121014
|
+
GET_BILL_ITEM as m,
|
|
121015
|
+
GET_REFERRAL as n,
|
|
121016
121016
|
GET_VISIT_ALL as o,
|
|
121017
121017
|
GET_IPD_CASE as p,
|
|
121018
121018
|
GET_PATIENT_POPUP_HPLXLAB as q,
|