Menu

Tree [90973a] default tip /
 History

Read Only access


File Date Author Commit
 doc 2024-01-08 John Donoghue John Donoghue [ff78a7] * doc/dicom.texi: add direntry
 inst 2024-01-19 John Donoghue John Donoghue [31666a] * inst/__load_dicom__.m, inst/__unload_dicom__....
 src 2024-07-24 John Donoghue John Donoghue [e490a8] maint: bump version, date for 0.6.1 release
 .hgignore 2016-10-11 Carn? Draug Carn? Draug [a45e7f] maint: replace outdated mkpkg.sh with maintaine...
 .hgtags 2024-07-24 John Donoghue John Donoghue [90973a] Added tag release-0.6.1 for changeset e490a875fa0b
 COPYING 2014-11-08 Carnë Draug Carnë Draug [5d992b] maint: replace DOS newline style CR/LF with Uni...
 DESCRIPTION 2024-07-24 John Donoghue John Donoghue [e490a8] maint: bump version, date for 0.6.1 release
 INDEX 2023-11-24 John Donoghue John Donoghue [07a316] Add images.dicom.parseDICOMDIR
 Makefile 2023-10-03 John Donoghue John Donoghue [86e319] [mq]: top
 NEWS 2024-07-24 John Donoghue John Donoghue [e490a8] maint: bump version, date for 0.6.1 release
 README.md 2019-07-03 John Donoghue John Donoghue [63d152] * README.md: added file
 octave-dicom.metainfo.xml 2019-04-07 John Donoghue John Donoghue [317fa3] * octave-dicom.metainfo.xml: added file

Read Me

Introduction

The DICOM package provides Digital communications in medicine (DICOM)
file io by using the Grassroots DICOM (GDCM) libraries for GNU Octave.

Requirements

  • libgdcm 2.0.16 or greater

Installing

To install, run the octave package manager:

  1. If running Windows, the package may already be installed:
    type pkg list, to view the installed packages.

  2. To install from source forge:
    pkg install -forge dicom

  3. To install from a local tarball.
    pkg install dicom-XXXXXXX.tar.gz
    Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the package.
    pkg load dicom
    (Required each time Octave is started)

  2. Use the function calls dicominfo, dicomread and dicomwrite to read and write DICOM files.

Documentation

See the function list for dicom on octave forge for function documentation.

Known limitations and bugs

None provided