Skip to content

Main #477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Sep 18, 2023
Merged

Main #477

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a13b133
Patch/0.3.5 (#281)
mocsharp Dec 6, 2022
a412da2
Patch/0.3.6 (#293)
mocsharp Dec 15, 2022
7d753e6
Patch/0.3.8 (#327)
mocsharp Feb 6, 2023
db0d886
Patch/0.3.9 (#332)
mocsharp Feb 11, 2023
616ffe9
Update .gitversion.yml
mocsharp Feb 11, 2023
01abefd
Update .gitversion.yml
mocsharp Feb 11, 2023
74a89ee
Merge patch release 0.3.11 into main (#344)
mocsharp Mar 8, 2023
1cf86f7
Update .gitversion.yml
mocsharp Mar 8, 2023
67144dc
Merge for 0.3.12 release (#346)
mocsharp Mar 10, 2023
25bca2c
Bump actions/cache from 3.0.11 to 3.2.3 (#313)
dependabot[bot] Jan 11, 2023
7d43ce6
gh-347 Remove incomplete payloads on timeout (#348)
mocsharp Mar 11, 2023
0e17838
Merge pull request #349 from Project-MONAI/patch/0.3.13
woodheadio Mar 13, 2023
3afcae4
Upped package versions
woodheadio Mar 17, 2023
b854dd8
upped version
neildsouth Mar 17, 2023
b969ed9
Patch/0.3.15 (#372)
mocsharp Mar 28, 2023
75a4d49
Patch/0.3.16 (#379)
mocsharp Apr 9, 2023
7b451ed
Patch/0.3.17 (#386)
mocsharp Apr 20, 2023
6edaa54
Merged from main
woodheadio May 12, 2023
13a6e83
Merge pull request #391 from Project-MONAI/patch/0.3.18
woodheadio May 12, 2023
1b62101
Merge pull request #393 from Project-MONAI/patch/0.3.19
woodheadio May 12, 2023
e2448d1
Merge pull request #398 from Project-MONAI/release/0.3.20
neildsouth Jun 1, 2023
f85616b
Merge pull request #399 from Project-MONAI/release/0.3.21
woodheadio Jun 8, 2023
0ba5ba5
Release/0.4.0 (#458)
mocsharp Sep 1, 2023
e4a099a
Merge branch 'develop'
mocsharp Sep 18, 2023
9195ae9
Fix merge issues
mocsharp Sep 18, 2023
c75637c
Fix package hashes
mocsharp Sep 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ branches:
ignore:
sha: []
merge-message-formats: {}
next-version: 0.3.14
next-version: 0.3.17
14 changes: 8 additions & 6 deletions docs/api/rest/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,19 +287,20 @@ curl --location --request DELETE 'http://localhost:5000/config/ae/breast-tumor'

## GET /config/ae/plug-ins

Returns a list of data input plug-ins that can be used with SCP Application Entity.
Returns a list of data input plug-ins that can be used with the SCP Application Entity.

### Parameters

N/A

### Responses

Response Content Type: JSON - An object containing zero or more key-value pairs where the key is the name of the plug-in and the value is the fully qualified assembly type name of the plug-in.
Response Content Type: JSON - An object containing zero or more key-value pairs, where the key is the name of the plug-in and
the value is the fully qualified assembly type name of the plug-in.

| Code | Description |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------- |
| 200 | Plug-ins retrieved successfully. |
| 200 | Plug-ins retrieved successfully. |
| 500 | Server error. The response will be a [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) object with server error details. |

### Example Request
Expand Down Expand Up @@ -807,19 +808,20 @@ curl --location --request DELETE 'http://localhost:5000/config/destination/USEAS

## GET /config/destination/plug-ins

Returns a list of data output plug-ins that can be used with SCP Application Entity.
Returns a list of data output plug-ins that can be used with the SCP Application Entity.

### Parameters

N/A

### Responses

Response Content Type: JSON - An object containing zero or more key-value pairs where the key is the name of the plug-in and the value is the fully qualified assembly type name of the plug-in.
Response Content Type: JSON - An object containing zero or more key-value pairs, where the key is the name of the plug-in
and the value is the fully qualified assembly type name of the plug-in.

| Code | Description |
| ---- | --------------------------------------------------------------------------------------------------------------------------------------- |
| 200 | Plug-ins retrieved successfully. |
| 200 | Plug-ins retrieved successfully. |
| 500 | Server error. The response will be a [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) object with server error details. |

### Example Request
Expand Down
24 changes: 12 additions & 12 deletions docs/api/rest/dicomweb-stow.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Triggers a new workflow request with the uploaded DICOM dataset.

| Name | Type | Description |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| study-instance-uid | string | (Optional) Associate the DICOM dataset with a StudyInstanceUID. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196)` = `B007`. |
| study-instance-uid | string | (Optional) Associate the DICOM dataset with a StudyInstanceUID. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196) = B007`. |

#### Request Body

Expand Down Expand Up @@ -85,7 +85,7 @@ Triggers the specified workflow with the uploaded DICOM dataset.
| Name | Type | Description |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager. |
| study-instance-uid | string | (Optional) Associate the DICOM dataset with a StudyInstanceUID. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196)` = `B007`. |
| study-instance-uid | string | (Optional) Associate the DICOM dataset with a StudyInstanceUID. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196) = B007`. |

#### Request Body

Expand All @@ -101,12 +101,12 @@ Response Content Type: `JSON`
| Code | Data Type | Description |
| ---- | --------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| 200 | [DicomDataset](https://github.com/fo-dicom/fo-dicom/blob/development/FO-DICOM.Core/DicomDataset.cs) | All instances are received and stored successfully. |
| 202 | [DicomDataset](https://github.com/fo-dicom/fo-dicom/blob/development/FO-DICOM.Core/DicomDataset.cs) | All instances are received and stored with warnings (e.g. for a mismatched StudyInstanceUID. |
| 202 | [DicomDataset](https://github.com/fo-dicom/fo-dicom/blob/development/FO-DICOM.Core/DicomDataset.cs) | All instances are received and stored with warnings (e.g. for a mismatched StudyInstanceUID).|
| 204 | `none` | No data is provided. |
| 400 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Request contains invalid values. |
| 415 | `none` | Unsupported media type. |
| 500 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Server error. |
| 507 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Insufficient storage. |
| 415 | `none` | Unsupported media type |
| 500 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Server error |
| 507 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Insufficient storage |

---

Expand All @@ -133,9 +133,9 @@ takes precedence when specified.

| Name | Type | Description |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| aet | string | A registered Virtual Application Entity. |
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager. |
| study-instance-uid | string | (Optional) Associate the DICOM dataset with a StudyInstanceUID. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196)` = `B007`. |
| aet | string | A registered Virtual Application Entity |
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager |
| study-instance-uid | string | (Optional) A StudyInstanceUID to associate the DICOM dataset with. Note that the service records any mismatch between the StudyInstanceUID header and the provided value in the response as `Warning Reason (0008,1196) = B007`.|

#### Request Body

Expand All @@ -154,6 +154,6 @@ Response Content Type: `JSON`
| 202 | [DicomDataset](https://github.com/fo-dicom/fo-dicom/blob/development/FO-DICOM.Core/DicomDataset.cs) | All instances are received and stored with warnings (e.g. for a mismatched StudyInstanceUID. |
| 204 | `none` | No data is provided. |
| 400 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Request contains invalid values. |
| 415 | `none` | Unsupported media type. |
| 500 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Server error. |
| 507 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Insufficient storage. |
| 415 | `none` | Unsupported media type |
| 500 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Server error |
| 507 | [Problem details](https://datatracker.ietf.org/doc/html/rfc7807) | Insufficient storage |
12 changes: 6 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[GitHub Milestone 0.4.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/5)

- gh-435 Fix CLI to read log dir path from NLog config file.
- gh-425 New Virtual Application Entity support for DICOMWeb STOW-RS APIs to enable dynamic endpoints.
- gh-425 New Virtual Application Entity support for DICOMWeb STOW-RS APIs to enable dynamic endpoints
- gh-421 Integrate updated Workflow Request data structure to support multiple sources.
- New data [plug-ins](./plug-ins/overview.md) feature to manipulate incoming outgoing data.

Expand All @@ -31,7 +31,7 @@

[GitHub Milestone 0.3.21](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/26)

- Remove the need to double copy files to storage service.
- Remove the need to double-copy files to storage service.

## 0.3.20

Expand All @@ -43,26 +43,26 @@

[GitHub Milestone 0.3.19](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/24)

- gh-392 Fix GET /config/aetitle URL.
- gh-392 Fix GET `/config/aetitle` URL.

## 0.3.18

[GitHub Milestone 0.3.18](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/23)

- gh-390 New API to retrieve registered source AETs.
- gh-390 New API to retrieve registered source AETs

## 0.3.11

[GitHub Milestone 0.3.17](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/22)

- gh-385 Resets ActionBlock if faulted or cancelled in Payload assembler pipeline.
- gh-385 Resets ActionBlock if faulted or cancelled in the Payload assembler pipeline.


## 0.3.16

[GitHub Milestone 0.3.16](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/21)

- gh-347 Set time limit when calling Storage List/Verify APIs
- gh-347 Set time limit when calling Storage List/Verify APIs.

## 0.3.15

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Licensed under the [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-in

This software uses the Microsoft .NET 6.0 library, and the use of this software is subject to the [Microsoft software license terms](https://dotnet.microsoft.com/en-us/dotnet_library_license.htm).

By downloading this software, you agree to the license terms & all licenses listed on the [third-party licenses](./compliance/third-party-licenses.md) page.
By downloading this software, you agree to the license terms and all licenses listed on the [third-party licenses](./compliance/third-party-licenses.md) page.

## Links

Expand Down
Loading