]> Creatis software - creaMiniTools.git/blobdiff - bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs
#3421 template_creaPatientsSystem
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / WriteStatePatientSystem.bbs
diff --git a/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs b/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs
new file mode 100644 (file)
index 0000000..0a307a6
--- /dev/null
@@ -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 "<VOID>"
+
+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