Skip to content

center

oxytcmri.domain.entities.center

This module contains the Center class which represents a clinical center participating in the study.

Classes:

Name Description
Center

Represents a clinical center participating in the study.

Center(id, name) dataclass

Represents a clinical center participating in the study.

Each center has its own MRI machine with specific acquisition parameters, which requires computing center-specific DTI reference values.

Attributes:

Name Type Description
id int
name str

id instance-attribute

name instance-attribute