Skip to content

mkit.io

Acquisition

ct property

date property

date: date

dirfile property

dirfile: FileDataset

dirfile_fpath property

dirfile_fpath: Path

dpath instance-attribute

dpath: Path = Path(dpath)

id property

id: str

meta cached property

meta: AcquisitionMeta

__init__

__init__(dpath: StrPath) -> None

DICOMDataset

Bases: Mapping[str, Patient]

dpath instance-attribute

dpath: Path = Path(dpath)

meta cached property

meta: DatasetMeta

__getitem__

__getitem__(patient_id: str) -> Patient

__init__

__init__(dpath: StrPath) -> None

__iter__

__iter__() -> Iterator[str]

__len__

__len__() -> int

Patient

Bases: Sequence[Acquisition]

dpath instance-attribute

dpath: Path = Path(dpath)

id property

id: str

meta cached property

meta: PatientMeta

__getitem__

__getitem__(idx: int) -> Acquisition

__init__

__init__(dpath: StrPath) -> None

__len__

__len__() -> int

UnsupportedConversionError

Bases: ValueError

__init__

__init__(from_: Any, to: type) -> None

save

save(
    mesh: Any, fpath: StrPath, *, ext: str | None = None
) -> None