]> Creatis software - creaMiniTools.git/blobdiff - appli/template_creaPatientsSystem/scripts/00500_Validate.bbs
3421 template_creaPatientsSystem
[creaMiniTools.git] / appli / template_creaPatientsSystem / scripts / 00500_Validate.bbs
index 815ad6ddfdc6773c5a939c9b741441fc2d1cc6a4..f597d2b43583e6569ef675b23a55b7585b299015 100644 (file)
@@ -1,6 +1,6 @@
 # ----------------------------------
 # - BBTKGEditor v 1.4 BBS BlackBox Script
-# - /Users/davila/CreatisWork/tmpCharly/creaBrainGrayMatter/appli/Appli_ceraGM/scripts/00500_Validate.bbs
+# - /Users/davila/Creatis/C11/creatools_source/creaMiniTools/appli/template_creaPatientsSystem/scripts/00500_Validate.bbs
 # ----------------------------------
 
 # BBTK GEditor Script
@@ -13,6 +13,7 @@ include wx
 include vtk
 include creaVtk
 include std
+include creaMiniTools
 
 author "Author ??"
 description "Description ??"
@@ -102,6 +103,14 @@ new creaMaracasVisu:ColorLayerImageView Box69
   set Box69.TypeControlsInterface "2"
   set Box69.lstTransparenceBoundaries "0"
 
+new std:ConcatStrings Box54
+
+new creaMiniTools:WriteStatePatientSystem Box55
+  set Box55.State "Finish"
+
+new std:ConcatStrings Box56
+  set Box56.In2 "/Step05_Validation.txt"
+
 
 connect Box02.Widget Box03.Widget2
 
@@ -185,10 +194,20 @@ connect Box69.Widget Box17.Widget5
 connect Box69.OutOpacity Box18.In1
 
 
+connect Box54.Out Box55.User
+
+connect Box46.Out Box56.In1
+
+connect Box56.Out Box55.Filename
+
+connect Box55.boxChange Box59.In2
+
+
 
 # Complex input ports
 input BaseDir Box34.In1 " "
 input CoreID Box36.In1 " "
 input PatientID Box37.In1 " "
+input creaUser Box54.In1 " "
 exec Box08
 exec Box09