| DICOM PS3.18 2018d - Web Services |
|---|
The Search transaction searches the collection of NPI Instances contained in the target resource. The search criteria are specified in the query parameters. Each match includes the default and requested attributes from the matching Instance. A successful response returns a list describing the matching Instances.
The Search transaction uses the GET method and has the following syntax:
GET SP /{npi-name} {?parameter*} SP version CRLF
Accept: 1#dicom-media-type CRLF
*(header-field CRLF)
CRLF
The target URL shall reference one of the resources shown in Table 6.10.3.4.1.1-1.
An origin server shall specify all supported npi-names in its Conformance Statement and in its response to the Retrieve Capabilities transaction.
The parameters in the query component of the target URL specify the matching criteria, the attribute values to be returned, and the results to be returned. The URI template for the query parameters is:
{?parameter*} = "?" {&match*} {&include*} {&offset} {&limit}
See Section 6.7.1.1, “Request” for a description of the syntax of Search Query Parameters.
For each Resource Category the origin server supports, it shall support the behaviors and matching key attributes specified in the corresponding sections in Table 6.10.3.4.1.2.1-1.
| DICOM PS3.18 2018d - Web Services |
|---|