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

Job Status API #51

Closed mocsharp closed 3 years ago

mocsharp commented 3 years ago

Description

New GET /api/inference/status/{id} API to retrieve status of an inference request.

Status

Ready/Work in progress/Hold

Types of changes

codecov-io commented 3 years ago

Codecov Report

Merging #51 (2d1ae09) into release/0.8.1 (3f013e3) will increase coverage by 33.67917%. The diff coverage is 93.46505%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           release/0.8.1         #51          +/-   ##
========================================================
+ Coverage       52.01285%   85.69202%   +33.67917%     
========================================================
  Files                 83         130          +47     
  Lines               4670       12189        +7519     
  Branches             509         713         +204     
========================================================
+ Hits                2429       10445        +8016     
+ Misses              2073        1460         -613     
- Partials             168         284         +116     
Impacted Files Coverage Δ
src/API/IJobStore.cs 0.00000% <ø> (ø)
src/Common/Test/RequiredIfAttributeTest.cs 100.00000% <ø> (ø)
src/DicomWebClient/API/ResponseDecodeException.cs 33.33333% <ø> (ø)
...comWebClient/API/UnsupportedReturnTypeException.cs 25.00000% <ø> (ø)
...rc/DicomWebClient/Test/HttpMessageExtensionTest.cs 93.68421% <ø> (ø)
src/Server/Program.cs 0.00000% <0.00000%> (ø)
src/Server/Repositories/KubernetesWrapper.cs 0.00000% <0.00000%> (ø)
src/Server/Services/Config/K8sCrdMonitorService.cs 77.14286% <0.00000%> (+2.67476%) :arrow_up:
src/Server/Services/Jobs/JobStore.cs 84.29319% <ø> (ø)
.../Services/Scp/InstanceStoredNotificationService.cs 83.67347% <ø> (ø)
... and 168 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 51875fb...2d1ae09. Read the comment docs.