| genre | DICOM |
| status | stable |
| author | Olaf Konrad |
| package | MeVisLab/Standard |
| dll | MLImageFile |
| definition | mlImageFile.def |
| see also | DicomTagModify, DicomTagViewer |
| keywords | DICOM, slice, subtree, timepoint |
The module DicomFrameSelect allows for a selection of a sub-tree of the input image's DicomTree (DCMTree Overview) at a specified z/t/u position. The module also outputs only this specified slice as an output image.
The available maximum values are displayed on the GUI and also limit the choice from within the module.
If the image's and the tree's extents do not match, the output image is invalidated or in other words, a DicomTre is only considered valid if the stored image properties match the actual image properties.
| Max (zMax): Integer |
| Max (tMax): Integer |
| Max (uMax): Integer |
| Select Tag Scope: Enum |
| T Pos: Integer |
| U Pos: Integer |
| Valid: Bool |
| Z Pos: Integer |
defines the scope of the returned Dicom subtree, which can either be the shared tags with the specified subtags, or only the specified subtags.
Values:
| Title | Name |
|---|---|
| Shared And Specific Tags | SharedAndSpecificTags |
| Specific Tags Only | SpecificTagsOnly |