hplx-feature-library 1.0.244 → 1.0.246
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-C1e2JhZV.cjs → PatientPopupContainer-DEwNFBTG.cjs} +8 -8
- package/dist/{PatientPopupContainer-B22ovGqI.js → PatientPopupContainer-Dh2KDuRx.js} +1034 -1037
- package/dist/{PrintModal-CcCy9eHR.js → PrintModal-B2ZnIgBK.js} +121 -96
- package/dist/{PrintModal-rXhKwrHs.cjs → PrintModal-CSOgugpn.cjs} +5 -4
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/dist/types/ApiResponseTypes.d.ts +8 -0
- package/package.json +1 -1
|
@@ -96459,19 +96459,26 @@ const events = {}, pdf$2 = (N) => {
|
|
|
96459
96459
|
className: Y,
|
|
96460
96460
|
...x
|
|
96461
96461
|
});
|
|
96462
|
-
}, Header = ({ preferences: N,
|
|
96463
|
-
const [
|
|
96464
|
-
|
|
96465
|
-
|
|
96466
|
-
|
|
96467
|
-
|
|
96468
|
-
|
|
96469
|
-
|
|
96470
|
-
|
|
96471
|
-
|
|
96472
|
-
|
|
96462
|
+
}, Header = ({ preferences: N, labPreferences: W, printEmailClick: M }) => {
|
|
96463
|
+
const [Y, X] = useState(), I = "https://media.healthplix.com/imgrep/";
|
|
96464
|
+
let w, x, D = "30", R = "30", C = !1;
|
|
96465
|
+
if (W)
|
|
96466
|
+
w = M ? W.lab_pdf_header_height : W.lab_header_height, x = W.lab_logo_header ? `${I}${W.lab_logo_header}` : void 0;
|
|
96467
|
+
else if (N) {
|
|
96468
|
+
const { visit_pad_json: H, org_person_logo_header_url: Q } = N, {
|
|
96469
|
+
headerHeight: $,
|
|
96470
|
+
print_on_letter: _,
|
|
96471
|
+
leftMargin: ee,
|
|
96472
|
+
rightMargin: ae,
|
|
96473
|
+
pdf_margin_left_V2: ne,
|
|
96474
|
+
pdf_margin_right_V2: ce,
|
|
96475
|
+
pdf_header_height_V2: te
|
|
96476
|
+
} = typeof H == "string" && H && JSON.parse(H) || {}, de = M && te?.rows?.trim() ? te : $, ue = M && ne?.rows?.trim() ? ne : ee, re = M && ce?.rows?.trim() ? ce : ae;
|
|
96477
|
+
w = de?.rows, x = Q, D = ue?.rows, R = re?.rows, C = _?.print === "1";
|
|
96478
|
+
}
|
|
96479
|
+
const J = StyleSheet.create({
|
|
96473
96480
|
header: {
|
|
96474
|
-
height: `${parseInt(
|
|
96481
|
+
height: `${parseInt(w || "65")}px`,
|
|
96475
96482
|
width: "100%"
|
|
96476
96483
|
},
|
|
96477
96484
|
image: {
|
|
@@ -96480,43 +96487,49 @@ const events = {}, pdf$2 = (N) => {
|
|
|
96480
96487
|
objectPosition: "top"
|
|
96481
96488
|
},
|
|
96482
96489
|
margin_container: {
|
|
96483
|
-
marginLeft: `${
|
|
96484
|
-
marginRight: `${
|
|
96490
|
+
marginLeft: `${D || 30}`,
|
|
96491
|
+
marginRight: `${R || 30}`,
|
|
96485
96492
|
overflow: "hidden"
|
|
96486
96493
|
}
|
|
96487
96494
|
});
|
|
96488
|
-
|
|
96489
|
-
(
|
|
96490
|
-
|
|
96491
|
-
|
|
96492
|
-
|
|
96493
|
-
}, Footer = ({ preferences: N,
|
|
96494
|
-
const [
|
|
96495
|
-
|
|
96496
|
-
|
|
96497
|
-
|
|
96498
|
-
|
|
96499
|
-
|
|
96500
|
-
|
|
96501
|
-
|
|
96502
|
-
|
|
96503
|
-
|
|
96495
|
+
useEffect(() => {
|
|
96496
|
+
X(x ? `${x}?not-from-cache-please` : void 0);
|
|
96497
|
+
}, [x]);
|
|
96498
|
+
const B = N?.visit_pad_json ? JSON.parse(N.visit_pad_json).pdf_print_header_first?.print !== "1" : !0;
|
|
96499
|
+
return !!Y && /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: B, style: J.header, id: "header", children: /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: J.margin_container, children: (M || !C) && /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: J.image, src: Y, cache: !0 }) }) });
|
|
96500
|
+
}, Footer = ({ preferences: N, labPreferences: W, setPrintPageCount: M, printEmailClick: Y }) => {
|
|
96501
|
+
const [X, I] = useState(), w = "https://media.healthplix.com/imgrep/";
|
|
96502
|
+
let x, D, R = "30", C = "30", J = !1, B = !0;
|
|
96503
|
+
if (W)
|
|
96504
|
+
x = Y ? W.lab_pdf_footer_height : W.lab_footer_height, D = W.lab_logo_footer ? `${w}${W.lab_logo_footer}` : void 0, J = !1, B = !0;
|
|
96505
|
+
else if (N) {
|
|
96506
|
+
const { visit_pad_json: Q, org_person_logo_footer_url: $ } = N, {
|
|
96507
|
+
footerHeight: _,
|
|
96508
|
+
print_on_letter: ee,
|
|
96509
|
+
leftMargin: ae,
|
|
96510
|
+
rightMargin: ne,
|
|
96511
|
+
print_watermark_text: ce,
|
|
96512
|
+
pdf_margin_right_V2: te,
|
|
96513
|
+
pdf_margin_left_V2: de,
|
|
96514
|
+
pdf_footer_height_V2: ue
|
|
96515
|
+
} = typeof Q == "string" && Q && JSON.parse(Q) || {}, re = Y && ue?.rows?.trim() ? ue : _, me = Y && de?.rows?.trim() ? de : ae, he = Y && te?.rows?.trim() ? te : ne;
|
|
96516
|
+
x = re?.rows, D = $, R = me?.rows, C = he?.rows, J = ee?.print === "1", B = !ce || ce?.print == "1";
|
|
96517
|
+
}
|
|
96518
|
+
const H = StyleSheet.create({
|
|
96504
96519
|
footer: {
|
|
96505
96520
|
position: "absolute",
|
|
96506
|
-
// bottom: 60, // TODO: 60px added extra for padding bottom to match implementation of EMR 2.0- ACTUAL VALUE- bottom: 0
|
|
96507
96521
|
bottom: 0,
|
|
96508
|
-
// TODO: 60px added extra for padding bottom to match implementation of EMR 2.0- ACTUAL VALUE- bottom: 0. NEW COMMENT - WEPI-3396- 1STAUG2024-SETTING IT BACK TO 0
|
|
96509
96522
|
height: "auto",
|
|
96510
96523
|
width: "100%"
|
|
96511
96524
|
},
|
|
96512
96525
|
image: {
|
|
96513
|
-
height: `${parseInt(
|
|
96526
|
+
height: `${parseInt(x || "65")}px`,
|
|
96514
96527
|
width: "100%",
|
|
96515
96528
|
objectFit: "fill"
|
|
96516
96529
|
},
|
|
96517
96530
|
margin_container: {
|
|
96518
|
-
marginLeft: `${
|
|
96519
|
-
marginRight: `${
|
|
96531
|
+
marginLeft: `${R || 30}`,
|
|
96532
|
+
marginRight: `${C || 30}`
|
|
96520
96533
|
},
|
|
96521
96534
|
footerText: {
|
|
96522
96535
|
textAlign: "center",
|
|
@@ -96524,12 +96537,6 @@ const events = {}, pdf$2 = (N) => {
|
|
|
96524
96537
|
fontSize: "12px",
|
|
96525
96538
|
marginBottom: 3
|
|
96526
96539
|
},
|
|
96527
|
-
offlinefooterText: {
|
|
96528
|
-
textAlign: "center",
|
|
96529
|
-
width: "100%",
|
|
96530
|
-
fontSize: "12px",
|
|
96531
|
-
marginBottom: 2
|
|
96532
|
-
},
|
|
96533
96540
|
pageNumber: {
|
|
96534
96541
|
position: "absolute",
|
|
96535
96542
|
right: 0,
|
|
@@ -96538,19 +96545,17 @@ const events = {}, pdf$2 = (N) => {
|
|
|
96538
96545
|
}
|
|
96539
96546
|
});
|
|
96540
96547
|
return useEffect(() => {
|
|
96541
|
-
(
|
|
96542
|
-
|
|
96543
|
-
})
|
|
96544
|
-
}, [w]), /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: !0, style: ae.footer, id: "footer", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: ae.margin_container, children: [
|
|
96545
|
-
!J || J?.print == "1" ? /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: ae.footerText, children: "Powered by HealthPlix EMR. www.healthplix.com " }) : null,
|
|
96548
|
+
I(D ? `${D}?not-from-cache-please` : void 0);
|
|
96549
|
+
}, [D]), /* @__PURE__ */ jsxRuntimeExports.jsx(View, { fixed: !0, style: H.footer, id: "footer", children: /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: H.margin_container, children: [
|
|
96550
|
+
B && /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: H.footerText, children: "Powered by HealthPlix EMR. www.healthplix.com" }),
|
|
96546
96551
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
96547
96552
|
Text,
|
|
96548
96553
|
{
|
|
96549
|
-
style:
|
|
96550
|
-
render: ({ pageNumber:
|
|
96554
|
+
style: H.pageNumber,
|
|
96555
|
+
render: ({ pageNumber: Q, totalPages: $ }) => (M($), $ > 1 ? `${Q} / ${$} ${Q === $ ? "" : "PTO"}` : "")
|
|
96551
96556
|
}
|
|
96552
96557
|
),
|
|
96553
|
-
|
|
96558
|
+
X && (Y || !J) ? /* @__PURE__ */ jsxRuntimeExports.jsx(Image$1, { style: H.image, src: X, cache: !0 }) : /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: H.image })
|
|
96554
96559
|
] }) });
|
|
96555
96560
|
}, patientMode = {
|
|
96556
96561
|
PRINT_ALL_DETAILS: "0",
|
|
@@ -120197,14 +120202,14 @@ const PrintPediaChartsPdf = memo(
|
|
|
120197
120202
|
regular: "Helvetica",
|
|
120198
120203
|
bold: "Helvetica-Bold"
|
|
120199
120204
|
}
|
|
120200
|
-
},
|
|
120205
|
+
}, formatText = (N) => typeof N != "string" ? N : N.replace(/<br\s*\/?>/gi, `
|
|
120206
|
+
`), TableCell = ({
|
|
120201
120207
|
text: N,
|
|
120202
120208
|
width: W,
|
|
120203
120209
|
isHeader: M = !1,
|
|
120204
120210
|
align: Y = "left",
|
|
120205
120211
|
fontSize: X,
|
|
120206
120212
|
isBold: I = !1
|
|
120207
|
-
// Add a prop for bolding regular text
|
|
120208
120213
|
}) => /* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: { width: W, padding: "8px 5px" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120209
120214
|
Text,
|
|
120210
120215
|
{
|
|
@@ -120212,8 +120217,9 @@ const PrintPediaChartsPdf = memo(
|
|
|
120212
120217
|
fontFamily: M || I ? FontFamily.Helvetica.bold : FontFamily.Helvetica.regular,
|
|
120213
120218
|
fontSize: X,
|
|
120214
120219
|
textAlign: Y
|
|
120220
|
+
// whiteSpace: 'pre-line', // ✅ ensures \n creates new lines
|
|
120215
120221
|
},
|
|
120216
|
-
children: N
|
|
120222
|
+
children: formatText(N)
|
|
120217
120223
|
}
|
|
120218
120224
|
) }), LabTestResultTable = ({ testTemplates: N, colors: W, fontSize: M }) => {
|
|
120219
120225
|
const Y = ["TEST PARAMETER", "RESULT", "BIOLOGICAL REF. INTERVAL"], X = ["45%", "25%", "30%"], I = StyleSheet.create({
|
|
@@ -120224,7 +120230,6 @@ const PrintPediaChartsPdf = memo(
|
|
|
120224
120230
|
tableRow: {
|
|
120225
120231
|
flexDirection: "row",
|
|
120226
120232
|
alignItems: "center"
|
|
120227
|
-
// borderBottom: `1px solid ${colors.borderColor}`,
|
|
120228
120233
|
},
|
|
120229
120234
|
headerRow: {
|
|
120230
120235
|
borderTop: `1px solid ${W.borderColor}`
|
|
@@ -120236,12 +120241,13 @@ const PrintPediaChartsPdf = memo(
|
|
|
120236
120241
|
},
|
|
120237
120242
|
templateHeaderText: {
|
|
120238
120243
|
fontFamily: FontFamily.Helvetica.bold,
|
|
120239
|
-
fontSize: M
|
|
120244
|
+
fontSize: M,
|
|
120245
|
+
whiteSpace: "pre-line"
|
|
120240
120246
|
}
|
|
120241
120247
|
});
|
|
120242
120248
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: I.table, children: [
|
|
120243
120249
|
/* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: { ...I.tableRow, ...I.headerRow }, fixed: !0, children: Y.map((w, x) => /* @__PURE__ */ jsxRuntimeExports.jsx(TableCell, { text: w, width: X[x], isHeader: !0, fontSize: M }, w)) }),
|
|
120244
|
-
N
|
|
120250
|
+
N?.map((w) => /* @__PURE__ */ jsxRuntimeExports.jsxs(React__default.Fragment, { children: [
|
|
120245
120251
|
/* @__PURE__ */ jsxRuntimeExports.jsx(View, { style: I.templateHeaderRow, wrap: !1, children: /* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: I.templateHeaderText, children: w.template_name }) }),
|
|
120246
120252
|
w.tests.map((x) => /* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: I.tableRow, wrap: !1, children: [
|
|
120247
120253
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -120256,7 +120262,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120256
120262
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120257
120263
|
TableCell,
|
|
120258
120264
|
{
|
|
120259
|
-
text: `${x.test_value} ${x.test_units || ""}`,
|
|
120265
|
+
text: `${x.test_value} ${formatText(x.test_units) || ""}`,
|
|
120260
120266
|
width: X[1],
|
|
120261
120267
|
fontSize: M,
|
|
120262
120268
|
isBold: !!x.out_of_range
|
|
@@ -120268,17 +120274,18 @@ const PrintPediaChartsPdf = memo(
|
|
|
120268
120274
|
] });
|
|
120269
120275
|
}, PrintLabReport = ({
|
|
120270
120276
|
preferences: N,
|
|
120271
|
-
|
|
120272
|
-
|
|
120273
|
-
|
|
120274
|
-
|
|
120275
|
-
|
|
120277
|
+
branch_preference: W,
|
|
120278
|
+
labReportData: M,
|
|
120279
|
+
labOrderData: Y,
|
|
120280
|
+
onRenderCallback: X,
|
|
120281
|
+
setPrintPageCount: I,
|
|
120282
|
+
printEmailClick: w
|
|
120276
120283
|
}) => {
|
|
120277
|
-
const
|
|
120284
|
+
const x = {
|
|
120278
120285
|
borderColor: "#EAECF0",
|
|
120279
120286
|
headerTextColor: "#101828",
|
|
120280
120287
|
textColor: "#1D2939"
|
|
120281
|
-
},
|
|
120288
|
+
}, D = StyleSheet.create({
|
|
120282
120289
|
page: {
|
|
120283
120290
|
position: "relative",
|
|
120284
120291
|
paddingBottom: 60,
|
|
@@ -120310,21 +120317,36 @@ const PrintPediaChartsPdf = memo(
|
|
|
120310
120317
|
textAlign: "right",
|
|
120311
120318
|
flexShrink: 0
|
|
120312
120319
|
}
|
|
120313
|
-
}),
|
|
120314
|
-
|
|
120320
|
+
}), R = (C) => {
|
|
120321
|
+
X && C?.blob && X(C.blob);
|
|
120315
120322
|
};
|
|
120316
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Document$1, { style: { width: 970 }, onRender:
|
|
120317
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120318
|
-
|
|
120319
|
-
|
|
120320
|
-
|
|
120321
|
-
|
|
120322
|
-
|
|
120323
|
-
|
|
120324
|
-
|
|
120323
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Document$1, { style: { width: 970 }, onRender: R, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Page$1, { style: D.page, size: { width: 970 * 72 / 75, height: 1300 }, children: [
|
|
120324
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120325
|
+
Header,
|
|
120326
|
+
{
|
|
120327
|
+
preferences: N,
|
|
120328
|
+
labPreferences: W.print.lab,
|
|
120329
|
+
printEmailClick: w
|
|
120330
|
+
}
|
|
120331
|
+
),
|
|
120332
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: D.marginContainer, children: [
|
|
120333
|
+
M && /* @__PURE__ */ jsxRuntimeExports.jsx(LabReportPatientHeader, { labReportData: M, labOrderData: Y }),
|
|
120334
|
+
M?.test_templates && /* @__PURE__ */ jsxRuntimeExports.jsx(LabTestResultTable, { testTemplates: M?.test_templates || [], colors: x, fontSize: 16 }),
|
|
120335
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.endOfReportText, children: "---- END OF REPORT ----" }),
|
|
120336
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(View, { style: D.signatureSection, children: [
|
|
120337
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.signatureLabel, children: "Signature 1" }),
|
|
120338
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text, { style: D.signatureLabel, children: "Signature 2" })
|
|
120325
120339
|
] })
|
|
120326
120340
|
] }),
|
|
120327
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120341
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120342
|
+
Footer,
|
|
120343
|
+
{
|
|
120344
|
+
printEmailClick: w,
|
|
120345
|
+
labPreferences: W.print.lab,
|
|
120346
|
+
preferences: N,
|
|
120347
|
+
setPrintPageCount: I
|
|
120348
|
+
}
|
|
120349
|
+
)
|
|
120328
120350
|
] }) });
|
|
120329
120351
|
}, PrintLabReportPDF = memo(
|
|
120330
120352
|
({
|
|
@@ -120337,17 +120359,19 @@ const PrintPediaChartsPdf = memo(
|
|
|
120337
120359
|
setPrintPageCount: w,
|
|
120338
120360
|
printEmailClick: x
|
|
120339
120361
|
}) => {
|
|
120340
|
-
const D =
|
|
120341
|
-
|
|
120342
|
-
|
|
120343
|
-
|
|
120344
|
-
|
|
120345
|
-
|
|
120346
|
-
|
|
120347
|
-
|
|
120348
|
-
|
|
120362
|
+
const D = (C, J) => {
|
|
120363
|
+
const B = document.createElement("a");
|
|
120364
|
+
B.href = URL.createObjectURL(C), B.download = J, document.body.appendChild(B), B.click(), document.body.removeChild(B), URL.revokeObjectURL(B.href), I(void 0);
|
|
120365
|
+
}, R = (C) => {
|
|
120366
|
+
if (C)
|
|
120367
|
+
if (X())
|
|
120368
|
+
W || M(C);
|
|
120369
|
+
else {
|
|
120370
|
+
const J = N?.patientDetails?.name || "patient", B = N?.labOrderData?.lab_id || Date.now(), H = `Lab-Report-${J.replace(/\s+/g, "_")}-${B}.pdf`;
|
|
120371
|
+
D(C, H);
|
|
120349
120372
|
}
|
|
120350
|
-
}
|
|
120373
|
+
};
|
|
120374
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: N && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "hfl-h-[85vh] hfl-w-[210mm] xxs:max-md:hfl-h-[70vh] xxs:max-sm:hfl-w-[150mm] md:hfl-w-[180mm]", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
120351
120375
|
PDFViewer,
|
|
120352
120376
|
{
|
|
120353
120377
|
className: "hfl-h-[85vh] hfl-w-[210mm] xxs:max-md:hfl-h-[70vh] xxs:max-sm:hfl-w-[150mm] md:hfl-w-[180mm]",
|
|
@@ -120357,9 +120381,10 @@ const PrintPediaChartsPdf = memo(
|
|
|
120357
120381
|
PrintLabReport,
|
|
120358
120382
|
{
|
|
120359
120383
|
preferences: N?.preferences,
|
|
120384
|
+
branch_preference: N?.branch_preference,
|
|
120360
120385
|
labReportData: N?.labReportData,
|
|
120361
120386
|
labOrderData: N?.labOrderData,
|
|
120362
|
-
onRenderCallback:
|
|
120387
|
+
onRenderCallback: R,
|
|
120363
120388
|
setPrintPageCount: w,
|
|
120364
120389
|
printEmailClick: x
|
|
120365
120390
|
}
|
|
@@ -120464,7 +120489,7 @@ const PrintPediaChartsPdf = memo(
|
|
|
120464
120489
|
}
|
|
120465
120490
|
W?.printDataFrom !== "patient_popup" ? Xt() : X?.trackEventHandler(), ll(jt);
|
|
120466
120491
|
}
|
|
120467
|
-
N?.printType === "bill" && (X?.trackEventHandler("BILL_PRINT"), at(null)), N?.printType === "bill_deposit_refund" && at(null), libExports.isIPad13 || libExports.isIOS ? Qe && Gt(Qe) : re?.current?.contentWindow?.print();
|
|
120492
|
+
N?.printType === "bill" && (X?.trackEventHandler("BILL_PRINT"), at(null)), N?.printType === "bill_deposit_refund" && at(null), N.whichPreview !== "downloadPreview" && (libExports.isIPad13 || libExports.isIOS ? Qe && Gt(Qe) : re?.current?.contentWindow?.print());
|
|
120468
120493
|
}, Rt = async (jt, Nl) => new Promise((il, al) => {
|
|
120469
120494
|
const Gl = new FileReader();
|
|
120470
120495
|
Gl.readAsDataURL(jt), Gl.onloadend = async () => {
|
|
@@ -121005,14 +121030,14 @@ export {
|
|
|
121005
121030
|
GET_BILL_ITEM as n,
|
|
121006
121031
|
GET_REFERRAL as o,
|
|
121007
121032
|
GET_IPD_CASE as p,
|
|
121008
|
-
|
|
121009
|
-
|
|
121010
|
-
|
|
121011
|
-
|
|
121012
|
-
|
|
121013
|
-
|
|
121014
|
-
|
|
121015
|
-
|
|
121016
|
-
|
|
121033
|
+
GET_INSURANCE_LIST as q,
|
|
121034
|
+
UPDATE_PATIENT_DETAIL as r,
|
|
121035
|
+
PUT_APPOINTMENTS as s,
|
|
121036
|
+
POST_PAYMENT as t,
|
|
121037
|
+
PUT_BILLS as u,
|
|
121038
|
+
GET_BILLS_PAYMENTS_BILL_ID as v,
|
|
121039
|
+
PUT_BILL_ITEM as w,
|
|
121040
|
+
DELETE_TRANSACTION as x,
|
|
121041
|
+
GET_PATIENT_POPUP_HPLXLAB as y,
|
|
121017
121042
|
VERIFY_ABHA_OTP as z
|
|
121018
121043
|
};
|