clinicaio.models.enum#

Classes#

SUVRReferenceRegions

Possible SUVR reference region for pet images in clinicaDL.

Tracer

Possible tracer for pet images in clinicaDL.

AnatMRISuffix

str(object='') -> str

PETSuffix

str(object='') -> str

DWISuffix

str(object='') -> str

FMapSuffix

str(object='') -> str

Modality

str(object='') -> str

Extension

str(object='') -> str

Module Contents#

class clinicaio.models.enum.SUVRReferenceRegions#

Bases: str, enum.Enum

Possible SUVR reference region for pet images in clinicaDL.

PONS = 'pons'#
CEREBELLUMPONS = 'cerebellumPons'#
PONS2 = 'pons2'#
CEREBELLUMPONS2 = 'cerebellumPons2'#
class clinicaio.models.enum.Tracer#

Bases: str, enum.Enum

Possible tracer for pet images in clinicaDL.

FFDG = '18FFDG'#
FAV45 = '18FAV45'#
CPIB = '11CPIB'#
class clinicaio.models.enum.AnatMRISuffix#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

FLAIR = 'FLAIR'#
T1W = 'T1w'#
T2W = 'T2w'#
class clinicaio.models.enum.PETSuffix#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

PET = 'pet'#
class clinicaio.models.enum.DWISuffix#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

DWI = 'dwi'#
class clinicaio.models.enum.FMapSuffix#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

class clinicaio.models.enum.Modality#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

class clinicaio.models.enum.Extension#

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

NIFTI = '.nii'#
NIFTI_GZ = '.nii.gz'#
DICOM = '.dcm'#
PT = '.pt'#