BoolInt¶
-
MacroModule¶ genre Fieldsauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddefinition helpers.def see also BoolString,Switchkeywords boolean,integer,field,translation
Purpose¶
The module BoolInt translates between a boolean and an integer value.
Details¶
Note
This module will suppress field notifications if the field value does not change.
Parameter Fields¶
Field Index¶
Boolean value: Bool |
Default Bool: Enum |
Int Value: Integer |
Inverse Boolean value: Bool |
Off Value: Integer |
On Value: Integer |
Visible Fields¶
Inverse Boolean value¶
-
name:invBoolValue, type:Bool, default:TRUE¶ Sets and shows the inverse of the boolean value.
Int Value¶
-
name:intValue, type:Integer, default:0¶ Shows and sets the integer value in association to the boolean value.
Off Value¶
-
name:offValue, type:Integer, default:0¶ Sets the integer value to be associated with the boolean value being
false.