nipoppy.tabular.dicom_dir_map.DicomDirMapModel

class nipoppy.tabular.dicom_dir_map.DicomDirMapModel(/, **data)

A file for mapping participant IDs to DICOM directories.

Note: This class is called “model” to be consistent with Pydantic nomenclature, but it can be thought of as a schema for each row in the mapping file.

Parameters:

data (Any)

validate_after()

Validate participant_id and session fields.

Return type:

typing_extensions.Self

participant_dicom_dir: str = None
participant_id: str = None
session_id: str = None