ReadDICOMTagExample¶
- MLModule¶
 author
package
dll
definition
Purpose¶
The module ReadDICOMTagExample shows how to access a DICOM tag and its VR in C++.
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
 
Parameter Fields¶
Field Index¶
  | 
  | 
  | 
  | 
  | 
  | 
  | 
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.