25 lines
749 B
Markdown
25 lines
749 B
Markdown
# Deployment
|
|
|
|
The OHIF Viewer can be embedded in other web applications via it's [packaged
|
|
script source][ohif-viewer-npm], or as a standalone PWA ([progressive web
|
|
application][pwa-url] by building and hosting a collection of static assets. In
|
|
either case, you will need to configure your instance of the Viewer so that it
|
|
can connect to your data source (the database or PACS that provides the data
|
|
your Viewer will display). Let's unpack that a little:
|
|
|
|
## Overview
|
|
|
|
## Gotchas
|
|
|
|
## Next Steps
|
|
|
|
### Securing your data
|
|
|
|
<!--
|
|
Links
|
|
-->
|
|
|
|
[ohif-viewer-npm]: https://www.npmjs.com/package/ohif-viewer
|
|
[pwa-url]: https://developers.google.com/web/progressive-web-apps/
|
|
[static-assets-url]: https://www.maxcdn.com/one/visual-glossary/static-content/
|