NVIDIA / clara-dicom-adapter

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
https://nvidia.github.io/clara-dicom-adapter/
Apache License 2.0
37 stars 14 forks source link

ACR API - Fetch by PatientID & AccessionNumber #48

Closed mocsharp closed 3 years ago

mocsharp commented 3 years ago

Description

Support ACR query & retrieve with Patient ID & Accession Number

Status

Ready

Types of changes

codecov-io commented 3 years ago

Codecov Report

Merging #48 (249d3b6) into release/0.8.1 (9866058) will increase coverage by 0.22982%. The diff coverage is 89.19861%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##           release/0.8.1         #48         +/-   ##
=======================================================
+ Coverage       83.77836%   84.00818%   +0.22981%     
=======================================================
  Files                145         145                 
  Lines              11460       11731        +271     
  Branches             691         701         +10     
=======================================================
+ Hits                9601        9855        +254     
- Misses              1583        1595         +12     
- Partials             276         281          +5     
Impacted Files Coverage Δ
src/API/Rest/InferenceRequestDetails.cs 100.00000% <ø> (+50.00000%) :arrow_up:
src/Common/Test/RequiredIfAttributeTest.cs 95.74468% <ø> (ø)
src/DicomWebClient/Test/QidoServiceTest.cs 96.96970% <0.00000%> (ø)
src/Server/Services/Jobs/JobStore.cs 84.29319% <ø> (ø)
...Test/Unit/Services/Job/JobSubmissionServiceTest.cs 100.00000% <ø> (ø)
src/API/Rest/InferenceRequest.cs 83.16832% <15.00000%> (-9.93514%) :arrow_down:
src/Server/Services/Jobs/DataRetrievalService.cs 79.77099% <77.50000%> (-0.40919%) :arrow_down:
src/DicomWebClient/Services/QidoService.cs 94.54545% <83.33333%> (ø)
...Test/Unit/Services/Job/DataRetrievalServiceTest.cs 98.47826% <100.00000%> (+1.35892%) :arrow_up:
src/Server/Services/Export/ExportServiceBase.cs 83.53659% <0.00000%> (-0.60975%) :arrow_down:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9866058...249d3b6. Read the comment docs.