]> Creatis software - creaMiniTools.git/blob - bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs
#3421 template_creaPatientsSystem
[creaMiniTools.git] / bbtk_package_creaMiniTools / bbs / boxes / WriteStatePatientSystem.bbs
1 # ----------------------------------
2 # - BBTKGEditor v 1.4 BBS BlackBox Script (Complex Box)
3 # - /Users/davila/Creatis/C11/creatools_source/creaMiniTools/bbtk_package_creaMiniTools/bbs/boxes/WriteStatePatientSystem.bbs
4 # ----------------------------------
5
6 include std
7 include itkvtk
8 include std
9
10 define WriteStatePatientSystem creaMiniTools
11
12 author "Author ??"
13 description "Description ??"
14
15 category "<VOID>"
16
17 new std:DateTime Box00
18
19 new std:MagicBox Box02
20
21 new std:MagicBox Box03
22
23 new std:ConcatStrings Box04
24   set Box04.In1 "User State Date Time"
25
26 new std:ConcatStrings Box05
27   set Box05.In2 " "
28   set Box05.In4 " "
29   set Box05.In6 " "
30
31 new std:WriteColumnsString Box06
32
33 new std:MagicBox Box07
34
35 new std:MagicBox Box08
36
37
38 connect Box02.Out Box05.In1
39 connect Box03.Out Box05.In3
40 connect Box00.Date Box05.In5
41 connect Box00.Time Box05.In7
42 connect Box04.Out Box06.lstData1
43 connect Box05.Out Box06.lstData2
44 connect Box07.Out Box06.FileName
45 connect Box08.BoxChange Box06.BoxExecute
46
47 # Complex input ports
48 input User Box02.In " "
49 input State Box03.In " "
50 input FileState Box07.In " "
51 input boxExecute Box08.In " "
52
53 # Complex output ports
54 output boxChange Box06.BoxChange " "
55
56
57 endefine