Creating an Items List
Last updated
Last updated
An Items List is a JSON file that points the RedBrick AI platform to the data in your external storage and allows you to selectively import data points. The format of your Items List depends on both the type of cloud storage you have integrated with RedBrick AI and the type of data you are uploading.
For solution-specific instructions regarding how to format your Items List with AWS S3, GCS, or Azure Blob Storage, please refer to the corresponding configuration guide.
It's important to note that each entry in your Items List will be created as a separate Task, which can then be annotated as a single unit. You can find detailed explanations of each key in our Format Reference.
After creating your JSON Items List, you can upload it from RedBrick AI's Project Dashboard or by using the SDK.
Please note that there is no need to create an Items List when using Direct Upload.
The example below contains fields relevant to image-only uploads.
The items
entry enumerates the file paths referencing your data in your cloud storage. Depending on the storage method, this file path may be relative to your bucket name or the root folder in your bucket. Please reference the relevant documentation to verify the format of the Items List for each of RedBrick AI’s supported storage methods:
This Items List will upload a single Task containing two Series.
Please note thatitems
must be a single string for NIfTI uploads.
This Items List will upload a single Task containing two Series.
This Items List will upload a single Task containing two images.
The frames must be in the correct order in the items
array.
This Items List will upload a single Task with two videos, where each video contains three frames.
In some use cases, you can rely on RedBrick AI to split your Study into a list of Series. This can be especially useful if you do not follow a strict naming convention for your studies.
You can upload a single Series or multiple Series per task using the simplified Study-Level format.
Please note that any Tasks uploaded using this format will only be automatically split after a user opens the Task in the Annotation Tool.
The Items List below will create a single task containing one or more series. RedBrick AI will parse the DICOM files on the client side and automatically split this list of .dcm
into one or more series (depending on the DICOM headers).
This format is the same as the Legacy Items List format (pre-July 2022)