-
Notifications
You must be signed in to change notification settings - Fork 1
blogpost about dicom viewer release #60
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
Open
koebel
wants to merge
14
commits into
main
Choose a base branch
from
blogpost
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
73b7bad
adding file for blogpost draft
koebel e971769
adding some text
koebel 93a8f4d
small updates
koebel 2da3621
adding paragraphs on capability and implementation
koebel 232071b
adding links to screenshots and captions
koebel 67d3b37
fix some typos
koebel b90029e
add small paragraph about how to get the app
koebel fc943f2
fix typo
koebel 46f2b67
update links
koebel 3d69ebe
update prerequisite
koebel 2cc01fd
update link to screenshots
koebel c7e9425
write general practitioner instead of GP
koebel cbd7571
fix typo
koebel 0df6f8b
Update BLOGPOST.md
koebel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # Blogpost about Dicom Viewer Web Extension | ||
|
|
||
| similar blog posts as reference shared by Tobias: | ||
| - https://owncloud.com/news/secure-view/ | ||
| - https://owncloud.com/news/rolling-release/ | ||
|
|
||
|
|
||
| ## TITLE | ||
| Preview Medical Images in oCIS with the Dicom Viewer Web Extension | ||
|
|
||
| ## TAGLINE | ||
| Through the new oCIS web extensions system, you can now also easily preview your medial images without installing any additional software | ||
|
|
||
| ## TEXT | ||
| Have you ever received some medical images from your doctor or a lab after a checkup and were curious to have a sneak peak of the pics? Or has a lab technician ever handed you over a CD with your pics and asked to forward them to your GP, physiotherapist or health insurance? | ||
|
|
||
| The oCIS Dicom Viewer Web Extension offers an easy way to preview medical images such as Ultrasound, X-ray, CT, MRI, etc. plus their corresponding meta data of DICOM standard without installing any additional software. Plus the extension allows to access all of the extensive meta data attributes that are part of the .dcm file format, a distinguishing feature unique to our app - because we love data and want to make any useful information easily available to you. And of course the file can be shared securely with anyone you desire as it is integrated into the oCIS ecosystem. | ||
|
|
||
| ### Capabilities of the Dicom Viewer Web Extension | ||
| The current release allows to preview .dcm files and display all their corresponding metadata in a sidebar on request. It offers image manipulation operations such as zoom in and out, rotation, flipping, colour inversion on the image preview. | ||
|
|
||
| ### How has it been implemented? | ||
| This web extension was developed in collaboration between ownCloud and JankariTech, a Software Development company in Nepal. The implementation is based on the open-source (MIT licensed) cornerstone3D JavaScript library (https://github.com/cornerstonejs/cornerstone3D). The app UI is implemented in a responsive manner, and guarantees optimal display on any end device you wish to use. | ||
|
|
||
| ### How can I get the Dicom Viewer Web Extension? | ||
| - Get the latest release from https://github.com/owncloud/web-app-dicom-viewer/releases/ | ||
| - Download the .zip file and extract it to the apps directory of your oCIS server. | ||
|
|
||
| _Prerequisite: Installation of the Dicom Viewer Web Extension App requires oCIS >= 6.2.0_ | ||
|
|
||
| ## SCREENSHOTS & CAPTIONS | ||
| https://github.com/owncloud/awesome-ocis/webApps/owncloud/web-app-dicom-viewer/screenshots/4.png | ||
| All corresponding metadata of the DICOM file are displayed in the sidebar. | ||
|
|
||
| https://github.com/owncloud/awesome-ocis/webApps/owncloud/web-app-dicom-viewer/screenshots/3.png | ||
| The extension allows to zoom, rotate, flip and even invert the colours of the preview of the DICOM image. | ||
|
|
||
| more screenshots can be found here: https://github.com/owncloud/awesome-ocis/tree/main/webApps/owncloud/web-app-dicom-viewer/screenshots | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.