forked from cchun01/CodeBlue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (30 loc) · 3.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>fEMR Operational Dashboard</title>
<meta name="author" content="Code Blue">
</head>
<body>
<h1 style="font-family:monospace"><span style="color:gray">f</span><span style="color:red">EMR</span> Operational Dashboard</h1>
<h2 style="font-family:monospace">Created by <span style="color:DodgerBlue;"> Code Blue </span> for Team <span style="color:gray">f</span><span style="color:red">EMR</span></h2>
<h2 style="font-family:monospace">Beta Release version 1.0.0-beta.1 (6/13/23)</h2>
<h3 style="font-family:monospace"><em>Product Vision</em></h3>
<p style="font-family:monospace">Our operational dashboard will provide fEMR admins with valuable data about the current mission trips and ICD-10 coders that is aggregated into readable graphs and formats that can be adjusted to the user’s preferences.</p>
<h3 style="font-family:monospace"><em>How to Install</em></h3>
<a href="https://docs.google.com/document/d/1YC4m2UtTR11aA9wAGmyLnDQ70ky0ft1zPFiI2g52IuY/edit" target="_blank" style="font-family:monospace"> Instructions on how to install.</a>
<h3 style="font-family:monospace">Developers / fEMR Admins</h3>
<p style="font-family:monospace">In order to access the current operational version of the fEMR Operational Dashboard, please access the link above and follow the directions. Once Tableau Cloud access is established, you may view the dashboard on Tableau Cloud or by logging into Tableau and viewing the Dashboard View below.</p>
<h3 style="font-family:monospace">Clients/Other Users</h3>
<p style="font-family:monospace">The version for clients and other users to access/test the system is currently the same as the instructions for developers and fEMR Admins. Express permission from Professor Klingenberg is required. In order to access the current operational version of the fEMR Operational Dashboard, please access the link above and follow the directions.</p>
<h3 style="font-family:monospace"><em>How to Deploy/Embed</em></h3>
<p style="font-family:monospace">Once Tableau Cloud access is established, log in. Click "Explore" on the sidebar. Click the "default" folder and look for the workbook named "Sprint 12 Prototype". Click "Main Landing Page" and "Share". Click "Copy Embed Code" and paste in website code.</p>
<h3 style="font-family:monospace"><em>Dashboard View</em></h3>
<script type='module' src='https://10az.online.tableau.com/javascripts/api/tableau.embedding.3.latest.min.js'></script><tableau-viz id='tableau-viz' src='https://10az.online.tableau.com/t/cpsecapstonefemrdashboard/views/Sprint12Prototype/MainLandingPage' width='1000' height='840' hide-tabs toolbar='bottom' ></tableau-viz>
<h3 style="font-family:monospace"><em>Give us Feedback!</em></h3>
<a href="https://forms.gle/csnQnYFwhpcK11JN6" target="_blank" style="font-family:monospace">Link to Google Form for reporting bugs.</a>
<h3 style="font-family:monospace"><em>EULA</em></h3>
<a href="https://docs.google.com/document/d/17notPrKaLpM-zyLyNBdkY2I06XODmm8A5AOWeFy0v3o/edit" target="_blank" style="font-family:monospace">Link to EULA.</a><br>
<h3 style="font-family:monospace"><em>Privacy Policy</em></h3>
<a href="https://docs.google.com/document/d/1FME9gThMbNiuogxBWgu9B9ds8JbZE2cvtSSOtYV6JwA/edit#" target="_blank" style="font-family:monospace">Link to Privacy Policy.</a>
</body>
</html>