You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a list of data input plug-ins that can be used with SCP Application Entity.
290
+
Returns a list of data input plug-ins that can be used with the SCP Application Entity.
291
291
292
292
### Parameters
293
293
294
294
N/A
295
295
296
296
### Responses
297
297
298
-
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.
298
+
Response Content Type: JSON - An object containing zero or more key-value pairs, where the key is the name of the plug-in and
299
+
the value is the fully qualified assembly type name of the plug-in.
Returns a list of data output plug-ins that can be used with SCP Application Entity.
811
+
Returns a list of data output plug-ins that can be used with the SCP Application Entity.
811
812
812
813
### Parameters
813
814
814
815
N/A
815
816
816
817
### Responses
817
818
818
-
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.
819
+
Response Content Type: JSON - An object containing zero or more key-value pairs, where the key is the name of the plug-in
820
+
and the value is the fully qualified assembly type name of the plug-in.
| 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`. |
44
+
| 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`.|
45
45
46
46
#### Request Body
47
47
@@ -85,7 +85,7 @@ Triggers the specified workflow with the uploaded DICOM dataset.
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager. |
88
-
| 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`. |
88
+
| 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`.|
| 200 |[DicomDataset](https://github.com/fo-dicom/fo-dicom/blob/development/FO-DICOM.Core/DicomDataset.cs)| All instances are received and stored successfully. |
104
-
| 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. |
104
+
| 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).|
| aet | string | A registered Virtual Application Entity.|
137
-
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager.|
138
-
| 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`.|
136
+
| aet | string | A registered Virtual Application Entity|
137
+
| workflow-id | string | The unique identifier of the workflow registered with the Workflow Manager|
138
+
| 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`.|
139
139
140
140
#### Request Body
141
141
@@ -154,6 +154,6 @@ Response Content Type: `JSON`
154
154
| 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. |
Copy file name to clipboardExpand all lines: docs/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Licensed under the [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-in
47
47
48
48
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).
49
49
50
-
By downloading this software, you agree to the license terms & all licenses listed on the [third-party licenses](./compliance/third-party-licenses.md) page.
50
+
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.
0 commit comments