Terms and Definitions

Metadata - DICOM XML or DICOM JSON representation of DICOM dataset without the bulk data (large or binary data) replaced with Bulkdata URIs.

Bulk Data - An object that contains an octet-stream containing one or more Value Fields (typically containing large data, such as Pixel Data, PDF, CDA, waveform, video extracted from a DICOM Dataset).

There are two categories: uncompressed and compressed bulk data.

Bulk Data URI - A uniform resource identifier that references bulk data.

Resource - An abstract object with a type, associated data, relationship to other resources, and set of methods to operate on. The followings are examples of a resource:

Rendered Resource - DICOM dataset rendered to web consumable formats

Target URL - A URL is composed of three components.

For example, given the URI:

http://dicom.nema.org/service/studies/2.25.123456789/series/2.25.987654321

Representation - A resource is an abstract concept that is made concrete by a representation, which is a data object encoded in an octet-stream.

Media Type - A media type defines the format and algorithms needed for encoding and decoding resources into representations.

Also it specifies whether the payload contains a single or multiple representations (single part /multipart).

Media type is used in Content-Type and Accept header fields (data typing and type negotiation).

If a Transfer Syntax parameter for a DICOM Media Type is not specified in a request or response, the Transfer Syntax in the response shall be the Transfer Syntax specified as the default for the Resource Category and media type combination (lossy, video, and uncompressed is always in Explicit VR Little Endian representation).

Character Set - The character encoding of textual content in representations.

Transaction - A Transaction is composed of a request/response message pair.

Method - An HTTP method, such as CONNECT, DELETE, GET, HEAD, OPTIONS, POST, PUT.

Search Query Parameters:

search= {Match} / {Fuzzy Matching} / {Includefield} / {Limit} / {Offset}

Example of query studies from a certain day and limit the number of results, start with offset 0:

GET /radiology/studies?00080020=20230817&limit=20&offset=0&includefield=all HTTP/1.1 
Host: www.hospital-stmarco 
Accept: application/dicom+json 

See Also

Help Version 23.0.2024.12.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Imaging, Medical, and Document
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.