DicomTagViewer¶
- MLModule¶
genre
author
package
dll
definition
see also
keywords
Purpose¶
The module DicomTagViewer displays the DICOM tags and their values of an image.
Usage¶
In the Read Tags panel of the DicomTagViewer module, up to nine DICOM tags can be specified for which the corresponding tag values are displayed.
In the All Tags panel, a list of all DICOM tags of an image can be generated.
Details¶
The most frequently used DICOM tags are:
Patient Information: PatientsName, PatientID, PatientsBirthDate, PatientsSex
Acquisition Information: Modality, ManufacturersModelName, InstitutionName
Image Information: StudyInstanceUID, SOPInstanceUID, SeriesDescription, ImageType, Rows, Columns, NumberOfFrames, ImageDate, ImageTime
Windows¶
Default Panel¶
Input Fields¶
input0¶
- name: input0, type: Image¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Tag List Subset¶
- name: tagListSubset, type: Enum, default: AllTags¶
Defines the subset of tags that are to be shown.
Values:
Title |
Name |
Deprecated Name |
Description |
|---|---|---|---|
All Tags |
AllTags |
ALL_TAGS |
List all tags associated with the input image. |
Non Root |
NonRoot |
NON_ROOT |
List only those tags that have been modified in the network; do not list tags that are inherited from the creator of the DICOM tag list (e.g., read unmodified from the original input file). |
Owned |
Owned |
OWNED |
List only those tags that have been modified by the most recent predecessor module. |
File¶
- name: dicomFile, type: String, persistent: no¶
Shows the file name under which the current image is saved.
Get Values¶
- name: getValues, type: Trigger, deprecated name: GetCurrentProperties¶
When pressed, all tags and values are retrieved anew from the input image.
Trim Spaces¶
- name: trimSpaces, type: Bool, default: FALSE, deprecated name: eliminateTrailingSpaces¶
If checked, trailing spaces in the DICOM tag values are being removed.