-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1 addition
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
export const DATASTREAM_BASE_URL = 'http://localhost:8082'; | ||
export const DATASTREAM_API_URL = `${DATASTREAM_BASE_URL}/api/v1`; | ||
export const DATASTREAM_METRIPORT_URL = `${DATASTREAM_BASE_URL}/metriport`; | ||
export const FHIR_API_URL = 'http://localhost:8080'; | ||
export const SENTRY_DSN = undefined; | ||
export const METRIPORT_CLIENT_KEY = undefined; | ||
export const METRIPORT_IDENTIFIER_SYSTEM_URL = 'https://api.sandbox.metriport.com'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
export const DATASTREAM_BASE_URL = 'https://ingest.emr.beda.software'; | ||
export const DATASTREAM_API_URL = `${DATASTREAM_BASE_URL}/api/v1`; | ||
export const DATASTREAM_METRIPORT_URL = `${DATASTREAM_BASE_URL}/metriport`; | ||
export const FHIR_API_URL = 'https://aidbox.emr.beda.software'; | ||
export const SENTRY_DSN = 'https://[email protected]/4505090618294272'; | ||
export const METRIPORT_CLIENT_KEY = 'ODhVZ0JWcXlmakJYMDZqZWNwNHdYOmY5Y2RhYzA2LWIxMzItNGNmNC05MzIwLTAzMmE1MzVmZmY5MQ'; | ||
export const METRIPORT_IDENTIFIER_SYSTEM_URL = 'https://api.sandbox.metriport.com'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1433,13 +1433,6 @@ | |
"@jridgewell/resolve-uri" "3.1.0" | ||
"@jridgewell/sourcemap-codec" "1.4.14" | ||
|
||
"@metriport/react-native-sdk@^1.1.1": | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/@metriport/react-native-sdk/-/react-native-sdk-1.1.1.tgz#436c422b061f8938ff5b0551eac9d111cfdfa33f" | ||
integrity sha512-U16KgNH1F5t5O9E+WMet4+HfUxUvsZUfr+mS1zGIpc9yammdpeYTU5E/HNOlR/mXtt+555yqL+aKoiFOx2fVoQ== | ||
dependencies: | ||
react-native-webview "^11.26.1" | ||
|
||
"@nicolo-ribaudo/[email protected]": | ||
version "5.1.1-v1" | ||
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129" | ||
|
@@ -5858,14 +5851,6 @@ react-native-svg@^13.8.0: | |
css-select "^5.1.0" | ||
css-tree "^1.1.3" | ||
|
||
react-native-webview@^11.26.1: | ||
version "11.26.1" | ||
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-11.26.1.tgz#658c09ed5162dc170b361e48c2dd26c9712879da" | ||
integrity sha512-hC7BkxOpf+z0UKhxFSFTPAM4shQzYmZHoELa6/8a/MspcjEP7ukYKpuSUTLDywQditT8yI9idfcKvfZDKQExGw== | ||
dependencies: | ||
escape-string-regexp "2.0.0" | ||
invariant "2.2.4" | ||
|
||
react-native-webview@^13.3.0: | ||
version "13.3.0" | ||
resolved "https://registry.yarnpkg.com/react-native-webview/-/react-native-webview-13.3.0.tgz#37e23179e40fb21ceaa7bdc53868f160f6de60d7" | ||
|