[pubgit-commits-list] creaMiniTools branch vtk8itk5wx3-macos updated. 380ac24f1bd5ac018b069d25147f2a626739e494

root root at tux.creatis.insa-lyon.fr
Mon Nov 15 09:42:57 CET 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Basic tools with bbtk".

The branch, vtk8itk5wx3-macos has been updated
       via  380ac24f1bd5ac018b069d25147f2a626739e494 (commit)
      from  e22166cdf8719072962316960de1bf9f4565e62d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=creaMiniTools.git;a=commitdiff;h=380ac24f1bd5ac018b069d25147f2a626739e494
commit 380ac24f1bd5ac018b069d25147f2a626739e494
Author: Eduardo DAVILA <davila at creatis.insa-lyon.fr>
Date:   Mon Nov 15 09:42:50 2021 +0100

    #3421 template_creaPatientsSystem


-----------------------------------------------------------------------

Summary of changes:
 appli/template_creaPatientsSystem/.DS_Store        |  Bin 0 -> 6148 bytes
 .../Run-Update-General.bat                         |    2 +
 .../Run_Application.bat                            |    3 +
 .../template_creaPatientsSystem/Run_Application.sh |    4 +
 .../UpdateSofware-scripts/.DS_Store                |  Bin 0 -> 6148 bytes
 .../AskCloseAllBBTKwindows.bbg                     |   82 ++
 .../AskCloseAllBBTKwindows.bbs                     |   52 +
 .../UpdateSofware-scripts/Run-Update.bat           |    5 +
 .../UpdateSofware-scripts/Tool-Step00-Git-Pull.bat |    5 +
 .../UpdateSofware-scripts/Tool-Step01-Compile.bat  |   23 +
 .../UpdateSofware-scripts/Tool-Step02-scpToTux.bat |    3 +
 .../UpdateSofware-scripts/Tool-Step03-Open-CMD.bat |    2 +
 .../UpdateSofware-scripts/proxy.bat                |    1 +
 .../UpdateSofware-scripts/update.bat               |   37 +
 .../template_creaPatientsSystem/scripts/.DS_Store  |  Bin 0 -> 6148 bytes
 .../scripts/00000_User.bbg                         |  137 ++
 .../scripts/00000_User.bbs                         |   79 ++
 .../scripts/00010_Menu.bbg                         | 1332 ++++++++++++++++++++
 .../scripts/00010_Menu.bbs                         |  653 ++++++++++
 .../scripts/00100_InsertDataA.bbg                  |  415 ++++++
 .../scripts/00100_InsertDataA.bbs                  |  215 ++++
 .../scripts/00200_InitialParameters.bbg            |  392 ++++++
 .../scripts/00200_InitialParameters.bbs            |  201 +++
 .../scripts/00300_Filter.bbg                       |  217 ++++
 .../scripts/00300_Filter.bbs                       |  113 ++
 .../scripts/00301_Filter.sh                        |   10 +
 .../scripts/00302_Filter.bbg                       |  290 +++++
 .../scripts/00302_Filter.bbs                       |  150 +++
 .../scripts/00400_Correction.bbg                   |  816 ++++++++++++
 .../scripts/00400_Correction.bbs                   |  414 ++++++
 .../scripts/00500_Validate.bbg                     |  382 ++++++
 .../scripts/00500_Validate.bbs                     |  194 +++
 .../scripts/00600_PushData.bbg                     |  703 +++++++++++
 .../scripts/00600_PushData.bbs                     |  346 +++++
 .../scripts/00610_CreateTMP.sh                     |   23 +
 .../scripts/Comments.bbg                           |  238 ++++
 .../scripts/Comments.bbs                           |  121 ++
 .../template_creaPatientsSystem/scripts/Report.bbg |  474 +++++++
 .../template_creaPatientsSystem/scripts/Report.bbs |  247 ++++
 .../scripts/ResetPatient.bbg                       |  360 ++++++
 .../scripts/ResetPatient.bbs                       |  181 +++
 .../scripts/Run_Application.bat                    |    1 +
 .../scripts/Run_Application.sh                     |    4 +
 .../src/bbcreaMiniToolsCreateReport01.cxx          |  159 +++
 .../src/bbcreaMiniToolsCreateReport01.h            |   79 ++
 45 files changed, 9165 insertions(+)
 create mode 100644 appli/template_creaPatientsSystem/.DS_Store
 create mode 100644 appli/template_creaPatientsSystem/Run-Update-General.bat
 create mode 100644 appli/template_creaPatientsSystem/Run_Application.bat
 create mode 100644 appli/template_creaPatientsSystem/Run_Application.sh
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/.DS_Store
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbg
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/AskCloseAllBBTKwindows.bbs
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/Run-Update.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step00-Git-Pull.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step01-Compile.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step02-scpToTux.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/Tool-Step03-Open-CMD.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/proxy.bat
 create mode 100644 appli/template_creaPatientsSystem/UpdateSofware-scripts/update.bat
 create mode 100644 appli/template_creaPatientsSystem/scripts/.DS_Store
 create mode 100644 appli/template_creaPatientsSystem/scripts/00000_User.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00000_User.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00010_Menu.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00010_Menu.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00100_InsertDataA.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00100_InsertDataA.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00200_InitialParameters.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00200_InitialParameters.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00300_Filter.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00300_Filter.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00301_Filter.sh
 create mode 100644 appli/template_creaPatientsSystem/scripts/00302_Filter.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00302_Filter.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00400_Correction.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00400_Correction.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00500_Validate.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00500_Validate.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00600_PushData.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/00600_PushData.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/00610_CreateTMP.sh
 create mode 100644 appli/template_creaPatientsSystem/scripts/Comments.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/Comments.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/Report.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/Report.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/ResetPatient.bbg
 create mode 100644 appli/template_creaPatientsSystem/scripts/ResetPatient.bbs
 create mode 100644 appli/template_creaPatientsSystem/scripts/Run_Application.bat
 create mode 100644 appli/template_creaPatientsSystem/scripts/Run_Application.sh
 create mode 100644 bbtk_package_creaMiniTools/src/bbcreaMiniToolsCreateReport01.cxx
 create mode 100644 bbtk_package_creaMiniTools/src/bbcreaMiniToolsCreateReport01.h


hooks/post-receive
-- 
Basic tools with bbtk


More information about the Pubgit-commits-list mailing list