]> 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 new std:GetVectorStringElement Box09
38   set Box09.ErrorValue "?EED?"
39   set Box09.I "0"
40
41 new std:GetVectorStringElement Box10
42   set Box10.ErrorValue "?EED?"
43   set Box10.I "0"
44
45
46 connect Box00.Date Box05.In5
47 connect Box00.Time Box05.In7
48 connect Box04.Out Box06.lstData1
49 connect Box05.Out Box06.lstData2
50 connect Box07.Out Box06.FileName
51 connect Box08.BoxChange Box06.BoxExecute
52 connect Box02.Out Box09.In
53 connect Box09.Out Box05.In1
54 connect Box03.Out Box10.In
55 connect Box10.Out Box05.In3
56
57 # Complex input ports
58 input User Box02.In " "
59 input State Box03.In " "
60 input boxExecute Box08.In " "
61 input Filename Box07.In " "
62
63 # Complex output ports
64 output boxChange Box06.BoxChange " "
65
66
67 endefine