ReadDICOMTagExample

MLModule
author MeVis Medical Solutions AG
package MeVisLab/Examples
dll MLReadDICOMTagExample
definition MLReadDICOMTagExample.def

Purpose

The module ReadDICOMTagExample shows how to access a DICOM tag and its VR in C++.

Windows

Default Panel

../../../Modules/ML/MLReadDICOMTagExample/mhelp/Images/Screenshots/ReadDICOMTagExample._default.png

Input Fields

input0

name: input0, type: Image

Parameter Fields

Field Index

Auto Apply: Bool
Auto Update: Bool
Status: String
Tag Name: String
Tag Value: String
Tag VR: String
Update: Trigger

Visible Fields

Tag Name

name: tagName, type: String

Sets the tag’s name as a name or an AT string.

Tag VR

name: tagVR, type: String, persistent: no

Shows the tag’s VR.

Tag Value

name: tagValue, type: String, persistent: no

Shows the tag’s value.

Update

name: update, type: Trigger

If pressed, the module tries to read out the tag given by its name anew.

Auto Update

name: autoUpdate, type: Bool, default: FALSE

If checked, the module tries to read out the given DICOM tag when the input image changes.

Auto Apply

name: autoApply, type: Bool, default: FALSE

If checked, the module tries to read out the given DICOM tag when the tag name changes.

Status

name: status, type: String, persistent: no

Shows the status of the module.