Skip to content

Commit 3d9f34d

Browse files
authored
Update dicom-services-conformance-statement-v2.md
1 parent 6700b2d commit 3d9f34d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Each file stored must have a unique combination of `StudyInstanceUID`, `SeriesIn
9898
Only transfer syntaxes with explicit Value Representations are accepted.
9999

100100
> [!NOTE]
101-
> Requests are limited to 4GB. No single DICOM file or combination of files might exceed this limit.
101+
> Requests are limited to 4 GB. No single DICOM file or combination of files might exceed this limit.
102102
103103
#### Store changes from v1
104104
In previous versions, a Store request would fail if any of the [required](#store-required-attributes) or [searchable attributes](#searchable-attributes) failed validation. Beginning with V2, the request fails only if **required attributes** fail validation.
@@ -113,19 +113,19 @@ If an attribute is padded with nulls, the attribute is indexed when searchable a
113113
The [external metadata](external-metadata.md#store-stow-rs) documentation explains the ability to store DICOM file with external metadata.
114114

115115
#### Store DICOM file with Expiry
116-
When storing a DICOM file, users can specify a deletion time in the future through the usage of expiry headers.
116+
Expiry headers allow users to specify a future deletion time when storing.
117117

118118
In order to set an expiry time, the following headers must be set on POST or PUT requests.
119119

120120
| Header | Accepted Values | Description |
121121
| :------------------------------------ | :----------------- | :------------------------------------------------------------------------------------------- |
122122
| `msdicom-expiry-option` | `RelativeToNow` | How the deletion time is calculated. Currently the only supported option is `RelativeToNow` |
123123
| `msdicom-expiry-level` | `Study` | The level at which the expiry should be set. Currently only supported at the `Study` level. |
124-
| `msdicom-expiry-time-milliseconds` | Integer values > 0 | The number of milliseconds after which the study should be deleted |
124+
| `msdicom-expiry-time-milliseconds` | Integer values > 0 | The number of milliseconds after which the study should be deleted. |
125125

126-
At this time, expiry is only supported at the study level, meaning that all instances of a study will be deleted at the same time. If multiple instances are stored for the same study in seperate requests, the deletion will be based on the expiry headers sent in the last STOW request. In the case that the last STOW request does not specify expiry headers, the study will not be scheduled for deletion and any previously sent expiry headers will be ignored.
126+
At this time, expiry is only supported at the study level, meaning that all instances of a study will be deleted at the same time. If multiple instances are stored for the same study in separate requests, the deletion will be based on the expiry headers sent in the last STOW request. In the case that the last STOW request doesn't specify expiry headers, the study won't be scheduled for deletion and any previously sent expiry headers will be ignored.
127127

128-
When using the `RelativeToNow` expiry option, the deletion time will be calulcated based on the time the request is recieved by the DICOM service. The deletion may not happen at the exact time calculated, but within a few hours of the calculated time.
128+
The `RelativeToNow` expiry option will calculate the expiry time based on the time the request is received by the DICOM service. The deletion may not happen at the exact time calculated, but within a few hours of the calculated time.
129129

130130
#### Store response status codes
131131

@@ -507,7 +507,7 @@ We support searching the following attributes and search types.
507507
| `SOPInstanceUID` | | | X | | X | X |
508508

509509
> [!NOTE]
510-
> We do not support searching using empty string for any attributes.
510+
> We don't support searching using empty string for any attributes.
511511
512512
#### Search matching
513513

@@ -640,7 +640,7 @@ The query API returns one of the following status codes in the response.
640640
| `400 (Bad Request)` | The server was unable to perform the query because the query component was invalid. The response body contains details of the failure. |
641641
| `401 (Unauthorized)` | The client isn't authenticated. |
642642
| `403 (Forbidden)` | The user isn't authorized. |
643-
| `414 (URI Too Long)` | URI exceeded maximum supported length of 8192 characters. |
643+
| `414 (URI Too Long)` | URI exceeded maximum supported length of 8,192 characters. |
644644
| `424 (Failed Dependency)` | The DICOM service can't access a resource it depends on to complete this request. An example is failure to access the connected Data Lake store, or the key vault for supporting customer-managed key encryption. |
645645
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
646646

@@ -671,7 +671,7 @@ Parameters `study`, `series`, and `instance` correspond to the DICOM attributes
671671
There are no restrictions on the request's `Accept` header, `Content-Type` header, or body content.
672672

673673
> [!NOTE]
674-
> After a Delete transaction, the deleted instances will not be recoverable.
674+
> After a Delete transaction, the deleted instances won't be recoverable.
675675
676676
### Response status codes
677677

@@ -952,7 +952,7 @@ We support searching on the following attributes.
952952
| `StudyInstanceUID` |
953953

954954
> [!NOTE]
955-
> We do not support searching using empty string for any attributes.
955+
> We don't support searching using empty string for any attributes.
956956
957957
##### Search Matching
958958

0 commit comments

Comments
 (0)