CNBP / DICOMTransit

This is the staging server which preliminarily processed data and anonymize them before sending it to destinations such as CNBP
GNU General Public License v3.0
3 stars 1 forks source link

Major update #3

Closed dyt811 closed 6 years ago

dyt811 commented 6 years ago

Added orthanc integration, DICOM conversion, progresss meter for that, utilization of PythonUtil submodules, DICOM age dumping.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 111


Files with Coverage Reduction New Missed Lines %
LocalDB/schema.py 1 94.12%
LocalDB/create_CNBP.py 1 93.33%
DICOM/anonymize.py 5 85.29%
Integration/Intermediate_LORIS_LocalDB.py 5 80.77%
orthanc/query.py 5 93.67%
DICOM/elements.py 6 80.56%
LocalDB/create.py 6 78.79%
LORIS/query.py 12 74.29%
LORIS/helper.py 13 75.0%
LORIS/timepoint.py 20 48.0%
<!-- Total: 188 -->
Totals Coverage Status
Change from base Build 70: -4.5%
Covered Lines: 624
Relevant Lines: 858

💛 - Coveralls
dyt811 commented 6 years ago

Completed major features related to DICOM development and added relevant unit test in addition to fixed LORIS based unit tests.