criteria
used to evaluate each file to suit your needs - any number of criteria can be used.Sample JSON
Key | Description | Notes |
---|---|---|
url | A URL to the DICOM file | |
StudyInstanceUID | The study’s ID | |
StudyInstanceUID_deid | A converted version of the study’s ID used by Encord | Identical to StudyInstanceUID , unless StudyInstanceUID was invalid |
SeriesInstanceUID | The series’ ID | |
SeriesInstanceUID_deid | A converted version of the series’ ID used by Encord | Identical to SeriesInstanceUID , unless SeriesInstanceUID was invalid |
save_conditions_evaluations | Contains a list of conditions | These need to be met in order for a file to be de-identified |
condition | Contains a given condition’s details | A condition is satisfied when the value fulfills the condition_type |
value | The elements being evaluated by the condition_type | Can be thought of as the ‘answer’ to a condition |
condition_type | The type of condition being evaluated | Can be thought of as the ‘question’ to a condition |
dicom_tag | The DICOM tag on which a condition is being evaluated | |
save_condition | Does the condition have to be true or false for the file to pass | |
save_condition_series_agg | The series as a whole evaluated as true or false | For this to be true all save_condition s need to be true For this to be false all save_conditions s need to be false |
save_disabling_urls_series_agg | A list of files which did not meet the required save_condition | Only relevant if the series didn’t pass |
url_deid | The URL of the new, de-identified file. |