How do I write the metadata of a DICOM image with an unsupported Information Object Definition (IOD) using the DICOMWRITE function in Image Processing Toolbox 5.0.1 (R14SP1)?

2 views (last 30 days)
As of Image Processing Toolbox 5.0.1 (R14SP1), there are three supported Information Object Definitions: MR, CT, and SC. By default, DICOMWRITE will not preserve the metadata of DICOM images with unsupported Information Object Definitions.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
Users who wish to create DICOM images with unsupported Information Object Definitions can specify the "CreateMode" property with value "Copy" as an argument to the DICOMWRITE function:
dicomwrite(img, 'filename', info, 'CreateMode', 'copy')
Note that when using the "Copy" value for the "CreateMode" option, it is the responsibility of the user to specify valid Image/Metadata data that conforms to a particular Information Object Definition.

More Answers (0)

Products


Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!