Skip to content

Commit 95baf49

Browse files
author
Pooja Adhikari
committed
Updated doc
1 parent 5758183 commit 95baf49

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/healthcare-apis/dicom/dicom-proxy-url-support.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For the following API operations the DICOM service returns the fully qualified U
1919
4. Resolve QueryTag
2020
5. Resolve QueryTagError
2121

22-
Here is an example of a fully qualified image location URL. The URL could be found in the standard response for a STOW operation for a DICOM service that has data partition enabled, with partition name "foo".
22+
Here's an example of a fully qualified image location URL. The URL could be found in the standard response for a STOW operation for a DICOM service that has data partition enabled, with partition name "foo".
2323

2424
`https://localhost:63838/v2/partitions/foo/studies/1.2.826.0.1.3680043.8.498.13230779778012324449356534479549187420/series/1.2.826.0.1.3680043.8.498.77033797676425927098669402985243398207/instances/1.2.826.0.1.3680043.8.498.13273713909719068980354078852867170114`
2525

@@ -36,7 +36,7 @@ The modified URL is based on following two headers.
3636

3737
2. X-Forwarded-Prefix: the original URL path or prefix that was part of the client’s request before the proxy forwarded or changed the request. For example: `X-Forwarded-Prefix: /prefix`
3838

39-
These headers are a part of [.net core standard forwarded headers](https://learn.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).
39+
These headers are a part of [.NET core standard forwarded headers](https://learn.microsoft.com/aspnet/core/host-and-deploy/proxy-load-balancer).
4040

4141
If `x-forwarded-host` header is present in the request object, it replaces the host name with the value provided.
4242

@@ -63,11 +63,10 @@ Here are the details of a request header for a STOW operation with the forwarded
6363
* Content-Type: application/DICOM for each file uploaded, separated by a boundary value
6464

6565
### Example:
66-
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers are not provided is shown below.
66+
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers aren't provided is shown below.
6767

6868
`https://localhost:63838/v2/partitions/foo/studies/1.2.826.0.1.3680043.8.498.13230779778012324449356534479549187420/series/1.2.826.0.1.3680043.8.498.77033797676425927098669402985243398207/instances/1.2.826.0.1.3680043.8.498.13273713909719068980354078852867170114`
6969

70-
7170
An example of a DICOM tag with VR = UR for a STOW operation when the forwarded headers are provided is shown below.
7271

7372
Sample Request object:
@@ -88,8 +87,7 @@ URL of image:
8887

8988

9089
## Things to remember
91-
1. Forwarded headers do not have to be used together. If there is a need to, simply replace hostname and not path. Only the forwarded host header can be used. Similarly, if there is a need to replace the path, only the forwarded prefix header can be used.
92-
90+
1. Forwarded headers don't have to be used together. If there's a need to, replace hostname and not path. Only the forwarded host header can be used. Similarly, if there's a need to replace the path, only the forwarded prefix header can be used.
9391
2. The client is responsible for mapping the hostname and path provided in forwarded headers to the correct DICOM service hostname and pathbase.
9492

9593
[!INCLUDE [DICOM trademark statement](../includes/healthcare-APIs-DICOM-trademark.md)]

0 commit comments

Comments
 (0)