Configuring Metadata Schema
Metadata Schema allows you to configure the workspace according to the metadata schema extracted from a CSV file or the DICOM headers. This schema is highly flexible and not strictly enforced on the uploaded data, providing maximum adaptability to your data format and allowing the schema to evolve.
Metadata schemas support the following data types for your metadata:
NUMBER = "number"
STRING = "string"
DATETIME = "datetime"
ENUM = "enum"
Importing Metadata to RedBrick AI
This will produce a JSON file in the following format:
Before creating the metadata schema in RedBrick AI, we recommend that you import metadata into RedBrick AI.
Creating Metadata Schema in RedBrick AI
Once you've imported the metadata, you can create Cohorts based on your custom metadata schema and then send those Cohorts to Annotate.
To create a Metadata schema, follow these steps:
Go to "Settings."
Click on "Metadata Schema."
Choose from the four schema types: Date, Number, Enum, and Textfield.
Create the desired schema.
After creating the schema, you can use it as follows:
Go to "Data."
Click on the "Filter" button in the top right corner.
Apply the filter to the metadata you want to view, sort, or add to a cohort.
Once filtered, select all the filtered data points.
Add the selected data points to a cohort or a project.
Last updated