ivmartel / dwv-wordpress

DWV plugin for wordpress
GNU General Public License v3.0
0 stars 0 forks source link

=== DICOM Support === Contributors: ivmartel Tags: dicom, html5, javascript Requires at least: 4.5 Stable tag: 0.10.6 Tested up to: 6.5 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds DICOM (standard for medical image format) support to Wordpress!

== Description ==

The DICOM Support plugin adds the following functionalities to Wordpress:

For wordpress previous to version 5:

The display is done using the open source DICOM Web Viewer (DWV).

See it live at: dwvblog.

More details on how to add DICOM file(s) to your post can be found in the FAQ.

== Installation ==

Upload the DICOM support plugin from the WordPress plugin directory to your blog and Activate it!

== Frequently Asked Questions ==

= DICOM? = DICOM is the standard medical image format, see DICOM on wikipedia or at NEMA.

= Add a Dicom block (wordpress >= version 5) =

Here are the steps needed to add a 'Dicom' block:

  1. In the post editor, find and add a 'Dicom' block,
  2. Click the Media Library button,
  3. Upload files on the Upload Files tab or choose some from the Media Library tab,
  4. Click 'Select',
  5. This brings you back to the editor and adds the dcm shortcode to the post,
  6. Click the Preview button to see it in action!

You can click back on the generated shortcode to make the 'Dicom' block reappear and modify your selection.

= Add an individual file (wordpress < version 5) =

The steps to add a DICOM file to a post are similar than adding an image except you do not have a preview in the editor. They are:

  1. In the post editor, click the Add Media button,
  2. On the Insert Media page, choose the Upload Files tab,
  3. Upload DICOM data,
  4. It should be selected in the Media Library tab,
  5. Click the Insert into post button,
  6. This brings you back to the editor and adds the dcm shortcode to the post,
  7. Click the Preview Changes button to see it in action!

= Add a gallery (wordpress < version 5) =

The gallery allows to load more than one slice and activates the scroll button. The steps to add DICOM files to a gallery are similar than for images. They are:

  1. In the post editor, click the Add Media button,
  2. On the Create Gallery page, choose the Upload Files tab,
  3. Upload DICOM data,
  4. It should be selected in the Media Library tab,
  5. Note: DICOM data may not show in the media list, in that case, choose the DICOM option in the first drop down on the search line,
  6. Click the Create a new gallery button,
  7. No need to change the DICOM files order in the Edit Gallery page, it will be set by the viewer; what you can do is choose the size in the Settings column,
  8. Click the Insert gallery button,
  9. This brings you back to the editor and adds the gallery shortcode to the post,
  10. Click the Preview Changes button to see it in action!

= Error loading data = DWV supports most of the DICOM standard but it can sometimes fail to load data. Please refer to the conformance page on its doc to see what it supports. You can test your data on the latest live version of DWV on its demo page.

== Changelog == = 0.10.6 =

= 0.10.5 =

= 0.10.4 =

= 0.10.3 =

= 0.10.2 =

= 0.10.1 =

= 0.10.0 =

= 0.9.0 =

= 0.8.2 =

= 0.8.1 =

= 0.8.0 =

= 0.7.2 =

= 0.7.1 =

= 0.7.0 =

= 0.6.1 =

= 0.5.2 =

= 0.5.1 =

= 0.5.0 =

= 0.4.1 =

= 0.4 =

= 0.3 =

= 0.2 =

= 0.1.1 = Updated readme file.

= 0.1.0 = Initial version.

== Upgrade Notice == No upgrades yet...