clinicaio.models.enum#
Classes#
Possible SUVR reference region for pet images in clinicaDL. |
|
Possible tracer for pet images in clinicaDL. |
|
str(object='') -> str |
|
str(object='') -> str |
|
str(object='') -> str |
|
str(object='') -> str |
|
str(object='') -> str |
|
str(object='') -> str |
Module Contents#
- class clinicaio.models.enum.SUVRReferenceRegions#
Bases:
str,enum.EnumPossible SUVR reference region for pet images in clinicaDL.
- PONS = 'pons'#
- CEREBELLUMPONS = 'cerebellumPons'#
- PONS2 = 'pons2'#
- CEREBELLUMPONS2 = 'cerebellumPons2'#
- class clinicaio.models.enum.Tracer#
Bases:
str,enum.EnumPossible tracer for pet images in clinicaDL.
- FFDG = '18FFDG'#
- FAV45 = '18FAV45'#
- CPIB = '11CPIB'#
- class clinicaio.models.enum.AnatMRISuffix#
Bases:
str,enum.Enumstr(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.Enumstr(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.Enumstr(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.Enumstr(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.Enumstr(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.Enumstr(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'#