|
28 | 28 |
|
29 | 29 | ### Responses |
30 | 30 |
|
31 | | -Response Content Type: JSON - Array of [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity). |
| 31 | +Response Content Type: JSON - Array of [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity). |
32 | 32 |
|
33 | 33 | | Code | Description | |
34 | 34 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -84,7 +84,7 @@ Returns the configuration of the specified MONAI SCP AE Title. |
84 | 84 |
|
85 | 85 | ### Responses |
86 | 86 |
|
87 | | -Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity). |
| 87 | +Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity). |
88 | 88 |
|
89 | 89 | | Code | Description | |
90 | 90 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -130,12 +130,12 @@ Creates a new MONAI SCP Application Entity to accept DICOM instances. |
130 | 130 |
|
131 | 131 | ### Parameters |
132 | 132 |
|
133 | | -See the [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity) |
| 133 | +See the [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity) |
134 | 134 | class definition for details. |
135 | 135 |
|
136 | 136 | ### Responses |
137 | 137 |
|
138 | | -Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity). |
| 138 | +Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity). |
139 | 139 |
|
140 | 140 | | Code | Description | |
141 | 141 | | ---- | ------------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -198,12 +198,12 @@ Updates an existing MONAI SCP Application Entity. |
198 | 198 |
|
199 | 199 | ### Parameters |
200 | 200 |
|
201 | | -See the [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity) |
| 201 | +See the [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity) |
202 | 202 | class definition for details. |
203 | 203 |
|
204 | 204 | ### Responses |
205 | 205 |
|
206 | | -Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity). |
| 206 | +Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity). |
207 | 207 |
|
208 | 208 | | Code | Description | |
209 | 209 | | ---- | ------------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -259,7 +259,7 @@ Deletes the specified MONAI SCP Application Entity. |
259 | 259 |
|
260 | 260 | ### Responses |
261 | 261 |
|
262 | | -Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.MonaiApplicationEntity). |
| 262 | +Response Content Type: JSON - [MonaiApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.MonaiApplicationEntity). |
263 | 263 |
|
264 | 264 | | Code | Description | |
265 | 265 | | ---- | ---------------------------------------------------------------------------------------------------------------------------------------- | |
|
576 | 576 |
|
577 | 577 | ### Responses |
578 | 578 |
|
579 | | -Response Content Type: JSON - Array of [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity). |
| 579 | +Response Content Type: JSON - Array of [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity). |
580 | 580 |
|
581 | 581 | | Code | Description | |
582 | 582 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -622,7 +622,7 @@ Retrieves the destination AE Title with the specified name. |
622 | 622 |
|
623 | 623 | ### Responses |
624 | 624 |
|
625 | | -Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity). |
| 625 | +Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity). |
626 | 626 |
|
627 | 627 | | Code | Description | |
628 | 628 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -683,12 +683,12 @@ Updates an existing DICOM destination. |
683 | 683 |
|
684 | 684 | ### Parameters |
685 | 685 |
|
686 | | -See the [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity) |
| 686 | +See the [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity) |
687 | 687 | class definition for details. |
688 | 688 |
|
689 | 689 | ### Responses |
690 | 690 |
|
691 | | -Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity). |
| 691 | +Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity). |
692 | 692 |
|
693 | 693 | | Code | Description | |
694 | 694 | | ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -729,12 +729,12 @@ Adds a new DICOM destination AET for exporting results to. |
729 | 729 |
|
730 | 730 | ### Parameters |
731 | 731 |
|
732 | | -See the [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity) |
| 732 | +See the [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity) |
733 | 733 | class definition for details. |
734 | 734 |
|
735 | 735 | ### Responses |
736 | 736 |
|
737 | | -Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity). |
| 737 | +Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity). |
738 | 738 |
|
739 | 739 | | Code | Description | |
740 | 740 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
@@ -780,7 +780,7 @@ Deletes a Destination AE Title. |
780 | 780 |
|
781 | 781 | ### Responses |
782 | 782 |
|
783 | | -Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.DestinationApplicationEntity). |
| 783 | +Response Content Type: JSON - [DestinationApplicationEntity](xref:Monai.Deploy.InformaticsGateway.Api.Models.DestinationApplicationEntity). |
784 | 784 |
|
785 | 785 | | Code | Description | |
786 | 786 | | ---- | --------------------------------------------------------------------------------------------------------------------------------------- | |
|
0 commit comments