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
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Each file stored must have a unique combination of `StudyInstanceUID`, `SeriesIn
98
98
Only transfer syntaxes with explicit Value Representations are accepted.
99
99
100
100
> [!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.
102
102
103
103
#### Store changes from v1
104
104
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
113
113
The [external metadata](external-metadata.md#store-stow-rs) documentation explains the ability to store DICOM file with external metadata.
114
114
115
115
#### 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.
117
117
118
118
In order to set an expiry time, the following headers must be set on POST or PUT requests.
|`msdicom-expiry-option`|`RelativeToNow`| How the deletion time is calculated. Currently the only supported option is `RelativeToNow`|
123
123
|`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.|
125
125
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.
127
127
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.
129
129
130
130
#### Store response status codes
131
131
@@ -507,7 +507,7 @@ We support searching the following attributes and search types.
507
507
|`SOPInstanceUID`||| X || X | X |
508
508
509
509
> [!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.
511
511
512
512
#### Search matching
513
513
@@ -640,7 +640,7 @@ The query API returns one of the following status codes in the response.
640
640
|`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. |
641
641
|`401 (Unauthorized)`| The client isn't authenticated. |
642
642
|`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. |
644
644
|`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. |
645
645
|`503 (Service Unavailable)`| The service is unavailable or busy. Try again later. |
646
646
@@ -671,7 +671,7 @@ Parameters `study`, `series`, and `instance` correspond to the DICOM attributes
671
671
There are no restrictions on the request's `Accept` header, `Content-Type` header, or body content.
672
672
673
673
> [!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.
675
675
676
676
### Response status codes
677
677
@@ -952,7 +952,7 @@ We support searching on the following attributes.
952
952
|`StudyInstanceUID`|
953
953
954
954
> [!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.
0 commit comments