X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FWriteStatePatientSystem.bbs;fp=bbtk_package_creaMiniTools%2Fbbs%2Fboxes%2FWriteStatePatientSystem.bbs;h=0a307a6a34e88f365d718b124ac245994a31965a;hb=800be3b9e6a07c99a0c9e9d5175544eb05f6d136;hp=0000000000000000000000000000000000000000;hpb=380ac24f1bd5ac018b069d25147f2a626739e494;p=creaMiniTools.git diff --git a/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs b/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs new file mode 100644 index 0000000..0a307a6 --- /dev/null +++ b/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs @@ -0,0 +1,57 @@ +# ---------------------------------- +# - 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 + + +connect Box02.Out Box05.In1 +connect Box03.Out Box05.In3 +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 + +# Complex input ports +input User Box02.In " " +input State Box03.In " " +input FileState Box07.In " " +input boxExecute Box08.In " " + +# Complex output ports +output boxChange Box06.BoxChange " " + + +endefine