X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2FReport.bbs;fp=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2FReport.bbs;h=ecae2f8fd560bd3dd2a1e86b4af3432cfee9245e;hb=800be3b9e6a07c99a0c9e9d5175544eb05f6d136;hp=ef7e5ce6aaf98226e43e50a509c1fd840ecf73be;hpb=380ac24f1bd5ac018b069d25147f2a626739e494;p=creaMiniTools.git diff --git a/appli/template_creaPatientsSystem/scripts/Report.bbs b/appli/template_creaPatientsSystem/scripts/Report.bbs index ef7e5ce..ecae2f8 100644 --- a/appli/template_creaPatientsSystem/scripts/Report.bbs +++ b/appli/template_creaPatientsSystem/scripts/Report.bbs @@ -1,6 +1,6 @@ # ---------------------------------- # - BBTKGEditor v 1.4 BBS BlackBox Script -# - /Users/davila/CreatisWork/tmpCharly/creaBrainGrayMatter/appli/Appli_creaGM/scripts/Report.bbs +# - /Users/davila/Creatis/C11/creatools_source/creaMiniTools/appli/template_creaPatientsSystem/scripts/Report.bbs # ---------------------------------- # BBTK GEditor Script @@ -35,7 +35,7 @@ new wx:LayoutLine Box08 new wx:OutputText Box09 new wx:CommandButton Box10 - set Box10.Label "Exit" + set Box10.Label "Close" new wx:OutputText Box11 @@ -49,16 +49,7 @@ new wx:OutputText Box14 new creaMiniTools:CreateReport01 Box15 set Box15.LstPatientsID "P01 P02 P03" set Box15.LstTitles1 "+ Step01 Step02 Step03 Step04 Step05 Step06 General Scientific Informatic" - set Box15.LstTitles2 "Patient Insert_Date InitValues Filter Correction Validation PushDB Comment Comment Comment" - -new wx:ListCtrl Box16 - set Box16.Column00 " Patient _ P1 _ _ _ P2 _ _ _ P3 _ _ _ P4 _ _ _ " - set Box16.Column01 "Initial_point _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ " - set Box16.Column02 "Segmentaiton _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ " - set Box16.Column03 "Validateion _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ " - set Box16.Column04 "Correction _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ Eduardo 12/12 12h34 _ " - set Box16.Column05 "Scientific _ Coment_1 _ _ _ Coment_AAAA _ _ _ Comment_BBBB _ _ _ Coment_CCC _ _ _ " - set Box16.Titles "_ Step1 Step2 Step3 Comments Comments" + set Box15.LstTitles2 "Patient Insert_Data InitValues Filter Correction Validation PushDB Comment Comment Comment" new wx:ListCtrl Box17 @@ -83,7 +74,7 @@ new std:ReplaceString Box24 set Box24.Search "" new std:ConcatStrings Box25 - set Box25.In3 "/Step001.txt " + set Box25.In3 "/Step01_Insert_Data.txt " new std:ConcatStrings Box26 set Box26.In2 "/results" @@ -116,6 +107,13 @@ new std:ConcatStrings Box35 new std:ConcatStrings Box36 set Box36.In3 "/Step06.txt " +new std:ReplaceString Box38 + set Box38.Search "/Condition_01" + +new wx:OutputText Box39 + +new std:ConcatStrings Box40 + connect Box04.Widget Box06.Widget1 @@ -239,6 +237,16 @@ connect Box24.Out Box36.In2 connect Box13.Out Box36.In1 +connect Box22.Out Box38.In + +connect Box38.Out Box39.In + +connect Box39.Widget Box06.Widget5 + +connect Box03.Out Box40.In1 + +connect Box38.Out Box40.In2 + # Complex input ports