Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jbv001 #3

Open
wants to merge 7 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"github.gitAuthentication": false
}
2 changes: 1 addition & 1 deletion example-smart-app/health.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Example-SMART-App</title>
<title>Example-SMART-App zyrddsafsaf</title>
</head>
<body>
<img src="./src/images/batman.gif" alt="Batman">
Expand Down
2 changes: 1 addition & 1 deletion example-smart-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>Maggie-SMART-App-2020</title>
<title>Sample Medtronic App</title>

<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion example-smart-app/launch-smart-sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>
<title>SMART Sandbox App</title>
<title>Sample MDT App</title>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion example-smart-app/launch-standalone.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>

<title>Standalone Launch SMARTApp</title>
<title>Sample MDT App</title>
</head>
<body>
<!-- FHIR Client JS Library -->
Expand Down
6 changes: 3 additions & 3 deletions example-smart-app/launch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>
<title>Example-SMART-App</title>
<title>Sample MDT App</title>
</head>
<body>

<!-- TEST -->
<!-- FHIR Client JS Library -->
<script src='./lib/js/fhir-client-v0.1.12.js'></script>
<script>
FHIR.oauth2.authorize({
'client_id': 'fc25e91e-bb29-4e82-b88f-ffb44cb312ff', //Your app client ID
'client_id': '819d8eb9-6163-445d-a8a8-c39a8571e758', //Your app client ID
'scope': 'launch user/*.* openid profile' //'patient/*.read launch'
});
</script>
Expand Down