DICOM PS3.18 2024e - Web Services |
---|
This transaction retrieves a single Instance in the application/dicom Media Type. See Section 8.7.3.
The request shall have the following syntax:
GET SP / ?{requestType}&{study}&{series}&{instance}
{&accept}
{&charset}
{&anonymize}
{&transferSyntax}
SP HTTP/1.1 CRLF
Accept: uri-media-type CRLF
*(header-field CRLF)
CRLF
The Target Resource shall be an Instance of a Composite Storage SOP class defined in PS3.4.
The origin server shall support Query Parameters as required in Table 9.4.1-1 .
The user agent shall supply in the request Query Parameters as required in Table 9.4.1-1 .
anonymize = %s"anonymize=" token
token = "yes"
This parameter specifies that the returned representations shall have all Individually Identifiable Information (III) removed, as defined in Annex E “Attribute Confidentiality Profiles (Normative)” in PS3.15 Basic Profile with Clean Pixel Data Option. Its name is "anonymize" and its value is a token. The defined token is "yes". If this parameter is not present, no anonymization is requested.
annotation = 1#( %s"patient" / %s"technique" )
This parameter specifies that the rendered images shall be annotated with patient and/or procedure information. Its value is a comma-separated list of one or more keywords.
The origin server may support additional keywords, which should be included in the Conformance Statement and the Retrieve Capabilities response.
transfer-syntax = %s"transferSyntax" "=" transfer-syntax-uid
This parameter specifies a Transfer Syntax UID. Its name is "transferSyntax" and its value is a single Transfer Syntax UID. It is optional for both the user agent and origin server. See Section 8.7.3.5 for details.
The origin server shall support Header Fields as required in Table 9.4.1-2 in the request.
The user agent shall supply in the Request Header Fields as required in Table 9.4.1-2.
See also Section 8.4.
DICOM PS3.18 2024e - Web Services |
---|