ai-ebm-assistant-v4 1.5.5 → 1.5.6
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/index.es.js +4 -4
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -57764,8 +57764,8 @@ const DynamicSummaryCard = ({ data: en = {} }) => {
|
|
|
57764
57764
|
": ",
|
|
57765
57765
|
/* @__PURE__ */ jsx$3("span", { style: { color: "#555E68", fontSize: "16px", fontWeight: 400 }, children: yn })
|
|
57766
57766
|
] }) }, bn)) }) : /* @__PURE__ */ jsx$3(Typography, { sx: { mb: 0.5, color: "#555E68", fontSize: "16px", fontWeight: 400 }, children: fn }) : null, gn = Object.entries(en || {}).filter(([fn]) => !sn.includes(fn)).map(([fn, hn]) => {
|
|
57767
|
-
|
|
57768
|
-
return {
|
|
57767
|
+
let bn = hn?.value || hn?.stage;
|
|
57768
|
+
return !bn && hn?.score !== void 0 && hn?.score !== null && (bn = hn.score), bn || (bn = hn?.status || hn?.level || hn?.type || hn?.class || hn?.category || hn?.medicationName || ""), {
|
|
57769
57769
|
id: fn,
|
|
57770
57770
|
title: An(fn),
|
|
57771
57771
|
mainValue: bn,
|
|
@@ -153790,7 +153790,7 @@ ${Qa(tn[Ia], " ")}`);
|
|
|
153790
153790
|
columnGap: 2
|
|
153791
153791
|
},
|
|
153792
153792
|
children: [
|
|
153793
|
-
/* @__PURE__ */ jsx$3(Typography, { variant: "h6", children: "AI
|
|
153793
|
+
/* @__PURE__ */ jsx$3(Typography, { variant: "h6", children: "AI-EBM" }),
|
|
153794
153794
|
ga && /* @__PURE__ */ jsxs(
|
|
153795
153795
|
Typography,
|
|
153796
153796
|
{
|
|
@@ -153879,7 +153879,7 @@ ${Qa(tn[Ia], " ")}`);
|
|
|
153879
153879
|
),
|
|
153880
153880
|
patientInfo: tn?.inputData?.VisitInformation?.[0]?.encountertype ?? tn?.inputData?.EncounterDetails?.encounterTypeLongDesc,
|
|
153881
153881
|
mrn: tn?.inputData?.PatientDemographic?.mrn,
|
|
153882
|
-
title: "AI
|
|
153882
|
+
title: "AI-EBM",
|
|
153883
153883
|
splitBorder: !0
|
|
153884
153884
|
}
|
|
153885
153885
|
),
|