DicomImportBooleanOperationFilter

MLModule

genre

DICOM

author

MeVis Medical Solutions AG

package

MeVisLab/Standard

dll

DicomImport

definition

DicomImport.def

see also

DicomImport

keywords

Read, Load, And, Or, Not, Group, Operator

Purpose

The module DicomImportBooleanOperationFilter allows for combining 1 - 10 DicomImportTagFilter modules or DicomImportBooleanOperationFilter modules with a boolean operator. This is useful if you want to combine several filters before importing image data with the DicomImport module.

Usage

Connect this module to the input slot of a DicomImport module. Choose your operation mode with the drop-down Operator. And and Or operators work on up to 10 input filters.

To negate the result after And/Or operators have been applied, use the checkbox Negate expression. The number of used inputs can be changed with Number of Inputs.

Windows

Default Panel

../../../Projects/DicomImport/DicomImport/Modules/mhelp/Images/Screenshots/DicomImportBooleanOperationFilter._default.png

Input Fields

inputPlugin0

name: inputPlugin0, type: DicomImportFilterBase(MLBase)

Connect this to the DicomImport.outputPlugin field of a DicomImportTagFilter module or another DicomImportBooleanOperationFilter.

inputPlugin1

name: inputPlugin1, type: DicomImportFilterBase(MLBase)

Connect this to the DicomImport.outputPlugin field of a DicomImportTagFilter module or another DicomImportBooleanOperationFilter.

inputPlugin2 (hidden)

name: inputPlugin2, type: DicomImportFilterBase(MLBase)

inputPlugin3 (hidden)

name: inputPlugin3, type: DicomImportFilterBase(MLBase)

inputPlugin4 (hidden)

name: inputPlugin4, type: DicomImportFilterBase(MLBase)

inputPlugin5 (hidden)

name: inputPlugin5, type: DicomImportFilterBase(MLBase)

inputPlugin6 (hidden)

name: inputPlugin6, type: DicomImportFilterBase(MLBase)

inputPlugin7 (hidden)

name: inputPlugin7, type: DicomImportFilterBase(MLBase)

inputPlugin8 (hidden)

name: inputPlugin8, type: DicomImportFilterBase(MLBase)

inputPlugin9 (hidden)

name: inputPlugin9, type: DicomImportFilterBase(MLBase)

Output Fields

outputPlugin

name: outputPlugin, type: DicomImportFilterBase(MLBase)

Connect this to the DicomImport.inputFilterPlugin field of a DicomImport module or another DicomImportBooleanOperationFilter.

Parameter Fields

Visible Fields

Operator

name: boolMode, type: Enum, default: OR

Defines the operation mode.

Values:

Title

Name

Or

OR

And

AND

Negate expression

name: negateResult, type: Bool, default: FALSE

If checked, the result is negated after all operators have been applied.

Number of Inputs

name: numberOfInputs, type: Integer, default: 2, minimum: 1, maximum: 10

Sets the number of variables/inputs of the boolean expression.

Hidden Fields

maxInputs

name: maxInputs, type: Integer, default: 1