Video Tutorial - Strict review & change review judgement
client_metadata
or their DICOM tags. This means that custom editor layouts only work for files that contain client_metadata
or DICOM tags. Watch the video tutorials below to learn how it fits together.
Introduction to custom editor layouts for DICOM - Video Tutorial
Introduction to custom editor layouts (Client metadata) - Video Tutorial
topLevelGridFilter
topLevelGridFilter
progress through the Workflow as a unit. When encord-LayoutGroup
is set as the topLevelGridFilter
, for example, tasks sharing the same encord-LayoutGroup
value are opened, submitted, reviewed, and reopened together, enabling seamless coordination across the Workflow. This behavior does not apply in Manual QA Projects.The operator value must be =
. This means the value must be equal to.topLevelGridFilter
to group tasks based on a patient-id
.grid
grid
key defines the basic layout of the Label Editor. The grid
is a list of lists, where each value represents a window.In the following example, the values 0, 1, 2, and 3 represent individual windows. The layout is defined as two separate lists [0, 1] and [2, 3], resulting in a 2x2 grid configuration:gridContent
gridContent
key specifies what content to display in each window defined in the grid
. It includes the following elements:dicom_tags_query
or client_metadata_query
.
and_conditions
or or_conditions
.
=
. This means the value must be equal to.
0
displays content based on a dicom_tags_query
with specific conditions.dicom_tags_query
specifies that the content is determined by DICOM tags.and_conditions
key specifies that all conditions listed must be met for the content to be displayed.00185101
must equal CC
.00200062
must equal R
.1
displays content based on a client_metadata_query
with specific conditions.client_metadata_query
specifies that the content is determined by client metadata.or_conditions
key specifies that any of the conditions listed must be met for the content to be displayed.group-id
must equal A
.group-id
must equal B
.group-id
is either A or B.Add client metadata to files
client_metadata
for all other use cases. We provide templates for common mammography layouts based on DICOM tags here.This example uses client_metadata
. The following SDK script can be used to add client metadata to specific data units in a Dataset.Create a JSON file
grid
arrangement is configured to display two files side by side in the Label Editor.
gridContent
section specifies that tasks in either position (0 or 1) can have client metadata values for encord-EditorGridPosition
set to either A
or B
.
topLevelGridFilter
is defined as encord-LayoutGroup
, meaning tasks with matching encord-LayoutGroup
metadata values are displayed together in the Label Editor, ensuring they appear side by side when they share the same encord-LayoutGroup
values.
Create a JSON file
Create a JSON file
Icon | Name | Description |
---|---|---|
![]() | Help | Links to the: quick start guide, documentation, learning hub, and Encord support team. |
![]() | Notifications | Shows the current status and history of actions taken in the application. This includes uploading datasets, training models, and exporting labels. |
![]() | Share | Copies the URL of the asset currently being labeled or reviewed. |
![]() | Save labels | Manually saves labels on the Encord server. |
![]() | Label Editor settings | Settings controlling your labeling and reviewing experience. |
![]() | Issues | Shows any issues and comments for the current task, such as any objects or classifications marked as Required, or comments added by other users. |
Pixelated Scaling turned on | Pixelated Scaling turned off |
---|---|
![]() | ![]() |
File type | Chrome | Firefox |
---|---|---|
Image | ✅ | ✅ |
Image group | ✅ | ✅ |
Video | ❌ | ✅ |
Image sequence | ❌ | ✅ |