Skip to content

Commit 2dbc33e

Browse files
Merge pull request #287635 from gunjitchhhatwal/main
Update conformance statement with UID list match details
2 parents 676803b + ab4dba4 commit 2dbc33e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ We support the following matching types.
496496
| Range Query | `StudyDate`/`PatientBirthDate` | `{attributeID}={value1}-{value2}`. For date/time values, we support an inclusive range on the tag. This range is mapped to `attributeID >= {value1} AND attributeID <= {value2}`. If `{value1}` isn't specified, all occurrences of dates/times prior to, and including `{value2}` are matched. Likewise, if `{value2}` isn't specified, all occurrences of `{value1}` and subsequent dates/times are matched. However, one of these values has to be present. `{attributeID}={value1}-` and `{attributeID}=-{value2}` are valid, however, `{attributeID}=-` is invalid. |
497497
| Exact Match | All supported attributes | `{attributeID}={value1}` |
498498
| Fuzzy Match | `PatientName`, `ReferringPhysicianName` | Matches any component of the name that starts with the value |
499+
| UID List Match | `StudyInstanceUID` | Matches studies identified by the values provided in the list. Supports comma (,) or a backslash (\\) as a valid separator. `{attributeID}=1.2.3,5.6.7,8.9.0` will return details associated with all the studies, given they exist. |
499500

500501
#### Attribute ID
501502

@@ -614,6 +615,7 @@ The query API returns one of the following status codes in the response.
614615
| `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. |
615616
| `401 (Unauthorized)` | The client isn't authenticated. |
616617
| `403 (Forbidden)` | The user isn't authorized. |
618+
| `414 (URI Too Long)` | URI exceeded maximum supported length of 8192 characters. |
617619
| `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. |
618620
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
619621

0 commit comments

Comments
 (0)