Files
louiscklaw 9035c1312b update,
2025-02-01 02:09:32 +08:00

19 lines
551 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Patient Detail</title>
<style>
iframe{
width: 100%;
border: 0;
margin-bottom: 25px;
}
</style>
</head>
<body>
<iframe src="https://public.tableau.com/views/AllPatients_16066168337100/AllPatientsTable?:language=en&:display_count=y&publish=yes&:origin=viz_share_link&:showVizHome=no"
width="1200" height="900"></iframe>
</body>
</html>