Skip to content

Commit ec23a0a

Browse files
author
Gunjit Chhatwal
committed
doc changes for UID list match
1 parent ab4d317 commit ec23a0a

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
@@ -497,6 +497,7 @@ We support the following matching types.
497497
| 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. |
498498
| Exact Match | All supported attributes | `{attributeID}={value1}` |
499499
| Fuzzy Match | `PatientName`, `ReferringPhysicianName` | Matches any component of the name that starts with the value. |
500+
| 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. |
500501

501502
#### Attribute ID
502503

@@ -615,6 +616,7 @@ The query API returns one of the following status codes in the response:
615616
| `400 (Bad Request)` | The server was unable to perform the query because the query component was invalid. Response body contains details of the failure. |
616617
| `401 (Unauthorized)` | The client isn't authenticated. |
617618
| `403 (Forbidden)` | The user isn't authorized. |
619+
| `414 (URI Too Long)` | URI exceeded maximum supported length. |
618620
| `424 (Failed Dependency)` | The DICOM service cannot 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. |
619621
| `503 (Service Unavailable)` | The service is unavailable or busy. Try again later. |
620622

0 commit comments

Comments
 (0)