Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-04-04 22:17:34 +0300
committerJos Poortvliet <jos@opensuse.org>2018-04-06 14:01:36 +0300
commitacb67a986e8f3b89dabf926d10d920ba61e0cda3 (patch)
treee1a833802a52c2265095170f8674a9d0dd156ea7 /page-healthcare.php
parent61cbe58850a74eecad818ed0006792c9b6a44cb8 (diff)
Add section on DICOM viewer
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php24
1 files changed, 23 insertions, 1 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index 1c95a8e2..b1e40f6b 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -247,7 +247,29 @@ require(["require.config"], function() {
</div>
</section>
-<div class="separator"></div>
+
+<section class="section--dicom">
+<div class="container-fluid banner">
+ <div class="container">
+ <div class="col-md-6">
+ <h2 class="revealOnScroll"><?php echo $l->t('A DICOM viewer in Nextcloud');?></h1>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Digital Imaging and Communications in Medicine (DICOM)
+ is the international standard to handle medical images, ubiquitous worldwide in radiological imaging devices and systems.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('A DICOM viewer has been developed for Nextcloud, enabling medical professionals to view and modify DICOM files. It parses and displays patient information, enabling viewing of images with informational overlays including Computed Radiography (CR), Computed Tomography (CT), Digital Radiography (DX), Mammography (MG), and Magnetic Resonance (MR).');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('The DICOM viewer is a powerful example of the capabilities of Nextcloud and how it can be extended and integrated to support the workflow of professionals.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Learn more:');?>
+ <ul>
+ <li><a class="hyperlink" href="https://nextcloud.com/blog/digital-imaging-for-medicine-in-nextcloud/">Introducing the Nextcloud DICOM viewer</a></li>
+ <li><a class="hyperlink" href="https://apps.nextcloud.com/apps/dicomviewer">The DICOM viewer in our app store</a></li>
+ </ul></p>
+ </div>
+ <div class="dicom-img"></div>
+ </div>
+</div>
+</section>
+
+
+
<a name="integrated"></a>
<section class="section--integrated">
<div class="container">