File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4
4
"src" : [
5
5
{
6
6
"files" : [
7
- " Api/Monai.Deploy.InformaticsGateway.Api.csproj " ,
8
- " Client/Monai.Deploy.InformaticsGateway.Client.csproj " ,
9
- " Client.Common/Monai.Deploy.InformaticsGateway.Client.Common.csproj " ,
10
- " Common/Monai.Deploy.InformaticsGateway.Common.csproj " ,
11
- " Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj " ,
12
- " DicomWebClient/Monai.Deploy.InformaticsGateway.DicomWeb.Client.csproj "
7
+ " Api/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.Api.dll " ,
8
+ " Client/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.Client.dll " ,
9
+ " Client.Common/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.Client.Common.dll " ,
10
+ " Common/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.Common.dll " ,
11
+ " Configuration/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.Configuration.dll " ,
12
+ " DicomWebClient/bin/Release/net6.0/ Monai.Deploy.InformaticsGateway.DicomWeb.Client.dll "
13
13
],
14
14
"exclude" : [
15
- " **/bin/**" ,
16
15
" **/obj/**" ,
17
- " Test/**" ,
16
+ " ** Test/**" ,
18
17
" _site/**"
19
18
],
20
19
"src" : " ../src"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ The `InformaticsGateway` configuration section contains the following sub-sectio
46
46
| dicomWeb | DICOMweb service configuration options | [ DicomWebConfiguration] ( xref:Monai.Deploy.InformaticsGateway.Configuration.DicomWebConfiguration ) |
47
47
| export | Export service configuration options | [ DataExportConfiguration] ( xref:Monai.Deploy.InformaticsGateway.Configuration.DataExportConfiguration ) |
48
48
| fhir | FHIR service configuration options | [ FhirConfiguration] ( xref:Monai.Deploy.InformaticsGateway.Configuration.FhirConfiguration ) |
49
- | hl7 | HL7 listener configuration options | [ Hl7Configuration] ( Monai.Deploy.InformaticsGateway.Configuration.Hl7Configuration ) |
49
+ | hl7 | HL7 listener configuration options | [ Hl7Configuration] ( xref: Monai.Deploy.InformaticsGateway.Configuration.Hl7Configuration) |
50
50
| storage | Storage configuration options, including storage service and disk usage monitoring | [ StorageConfiguration] ( xref:Monai.Deploy.InformaticsGateway.Configuration.StorageConfiguration ) |
51
51
| messaging | Message broker configuration options | [ MessageBrokerConfiguration] ( xref:Monai.Deploy.InformaticsGateway.Configuration.MessageBrokerConfiguration ) |
52
52
| Cli | The configuration used by the CLI | - |
You can’t perform that action at this time.
0 commit comments