From 65db136642b1338ae25aeca31c6c4ea254c9bb50 Mon Sep 17 00:00:00 2001 From: Abhishek Gaddi <110591073+AbhiGaddi@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:07:20 +0530 Subject: [PATCH 1/2] Added supporting documents table --- index.html | 2 +- src/App.tsx | 14 +- src/components/DocumentList.tsx | 75 ++ src/components/DropdownUser.tsx | 2 +- src/components/FileManager.tsx | 112 +-- src/main.tsx | 14 +- src/pages/Authentication/SignIn.tsx | 3 +- src/pages/Claims/ClaimDetails.tsx | 684 +++++++++--------- src/pages/Claims/Claims.tsx | 4 +- .../CoverageEligibilityList.tsx | 359 +++++---- src/pages/Preauth/PreauthList.tsx | 2 +- 11 files changed, 677 insertions(+), 594 deletions(-) create mode 100644 src/components/DocumentList.tsx diff --git a/index.html b/index.html index ff80fd1..d221822 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -
+ Document Type + | ++ Document Name + | ++ Action + | +
---|---|---|
+ {file.category.coding[0].code} + |
+
+ + {decodeURIComponent(file.valueAttachment.url).split("/").at(-1) || "Document"} + + |
+ + + + + + | +