From b6a189700ea8dc8c38bbbe9e74077241768a8400 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sun, 28 Apr 2019 14:26:03 -0400 Subject: [PATCH] Rough outline for data section --- docs/latest/data/dicomweb.md | 6 ---- docs/latest/data/index.md | 1 - docs/latest/deployment/index.md | 49 ++++++++++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 docs/latest/data/dicomweb.md delete mode 100644 docs/latest/data/index.md diff --git a/docs/latest/data/dicomweb.md b/docs/latest/data/dicomweb.md deleted file mode 100644 index 065f5b40f..000000000 --- a/docs/latest/data/dicomweb.md +++ /dev/null @@ -1,6 +0,0 @@ -# Connecting to Image Archives - -# DICOM Web - -[DICOMWeb](https://en.wikipedia.org/wiki/DICOMweb) refers to RESTful DICOM Services and is a recently standardized set of guidelines for exchanging medical images and imaging metadata over the internet. Not all archives fully support it yet, but it is gaining wider adoption. - diff --git a/docs/latest/data/index.md b/docs/latest/data/index.md deleted file mode 100644 index 3c8e78517..000000000 --- a/docs/latest/data/index.md +++ /dev/null @@ -1 +0,0 @@ -# Connecting to Image Archives diff --git a/docs/latest/deployment/index.md b/docs/latest/deployment/index.md index 138637796..e6fa67155 100644 --- a/docs/latest/deployment/index.md +++ b/docs/latest/deployment/index.md @@ -48,15 +48,60 @@ _In the future:_ #### Hosted Static Assets +_blocking:_ Generate files from `npm script` that we can host. IE. production +ready build output + +- AWS S3 + Cloudfront +- GCP + Cloudflare +- Azure +- Netlify (can use private repo) +- Github pages + +Note: Include SSL instructions. + ... #### Docker +- Why Docker? + - Ship your environment + - "It works on my machine" + +_Ship Archive w/ Client:_ todo + ... ## Data -### Securing your data +The OHIF Viewer is able to connect to any data source that implements the [DICOM +Web Standard][dicom-web-standard]. [DICOM Web][dicom-web] refers to RESTful +DICOM Services -- a recently standardized set of guidelines for exchanging +medical images and imaging metadata over the internet. Not all archives fully +support it yet, but it is gaining wider adoption. + +### Configure Connection + +... + +### What if I don't have an imaging archive? + +... + +#### Making sure your archive is accessible + +- CORS +- Proxy (dangers) +- Note: PACS not meant to be directly accesible from Web + +#### Securing your data + +- Reach out to experts +- Recipes + +### What if my archive doesn't support DICOM Web? + +- Mapping layer +- GraphQL?