Report Riwayat Medis Pasien dan excel

This commit is contained in:
2024-07-09 09:27:39 +07:00
parent ebcba27eee
commit ee067f8080
10 changed files with 1562 additions and 0 deletions

View File

@@ -451,6 +451,11 @@ export default function Router() {
element: <LinksehatPayment />,
},
{
path: 'report/phr',
element: <RiwayatMedisPeserta />,
},
{
path: 'claims',
element: <Claims />,
@@ -716,6 +721,8 @@ const EPrescriptionShow = Loadable(lazy(() => import('../pages/EPrescription/Liv
const LinksehatPayment = Loadable(lazy(() => import('../pages/Report/LinksehatPayments/Index')));
const RiwayatMedisPeserta = Loadable(lazy(() => import('../pages/Report/RiwayatMedisPeserta/Index')));
const MasterDrug = Loadable(lazy(() => import('../pages/Master/Drug/Index')));
const MasterFormularium = Loadable(lazy(() => import('../pages/Master/Formularium/Index')));