# ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box) # - /Users/davila/Creatis/C11/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs # ---------------------------------- include std include itkvtk include std define WriteStatePatientSystem creaMiniTools author "Author ??" description "Description ??" category "" new std:DateTime Box00 new std:MagicBox Box02 new std:MagicBox Box03 new std:ConcatStrings Box04 set Box04.In1 "User State Date Time" new std:ConcatStrings Box05 set Box05.In2 " " set Box05.In4 " " set Box05.In6 " " new std:WriteColumnsString Box06 new std:MagicBox Box07 new std:MagicBox Box08 new std:GetVectorStringElement Box09 set Box09.ErrorValue "?EED?" set Box09.I "0" new std:GetVectorStringElement Box10 set Box10.ErrorValue "?EED?" set Box10.I "0" connect Box00.Date Box05.In5 connect Box00.Time Box05.In7 connect Box04.Out Box06.lstData1 connect Box05.Out Box06.lstData2 connect Box07.Out Box06.FileName connect Box08.BoxChange Box06.BoxExecute connect Box02.Out Box09.In connect Box09.Out Box05.In1 connect Box03.Out Box10.In connect Box10.Out Box05.In3 # Complex input ports input User Box02.In " " input State Box03.In " " input boxExecute Box08.In " " input Filename Box07.In " " # Complex output ports output boxChange Box06.BoxChange " " endefine