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
| 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. |
497
-
| Exact Match | All supported attributes |`{attributeID}={value1}`|
498
-
| 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.|
| 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. |
497
+
| Exact Match | All supported attributes |`{attributeID}={value1}`|
498
+
| 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. |
500
500
501
501
#### Attribute ID
502
502
@@ -608,16 +608,16 @@ The following attributes are returned.
608
608
609
609
The query API returns one of the following status codes in the response.
|`200 (OK)`| The response payload contains all the matching resources.|
614
-
|`204 (No Content)`| The search completed successfully but returned no results.|
615
-
|`400 (Bad Request)`| The server was unable to perform the query because the query component was invalid. Response body contains details of the failure.|
616
-
|`401 (Unauthorized)`| The client isn't authenticated.|
617
-
|`403 (Forbidden)`| The user isn't authorized.|
618
-
|`414 (URI Too Long)`| URI exceeded maximum supported length.|
619
-
|`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. |
620
-
|`503 (Service Unavailable)`| The service is unavailable or busy. Try again later. |
|`200 (OK)`| The response payload contains all the matching resources. |
614
+
|`204 (No Content)`| The search completed successfully but returned no results. |
615
+
|`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. |
616
+
|`401 (Unauthorized)`| The client isn't authenticated. |
617
+
|`403 (Forbidden)`| The user isn't authorized. |
618
+
|`414 (URI Too Long)`| URI exceeded maximum supported length. |
619
+
|`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. |
620
+
|`503 (Service Unavailable)`| The service is unavailable or busy. Try again later. |
0 commit comments