Skip to content

flywheel.models.subject_output_for_list

SubjectOutputForList

Bases: SubjectMixin

age property writable

Gets the age of this SubjectOutputForList.

Returns:

Type Description
int

The age of this SubjectOutputForList

analyses property writable

Gets the analyses of this SubjectOutputForList.

Returns:

Type Description
list[union[AnalysisListOutput,AnalysisListOutputInflatedJob]]

The analyses of this SubjectOutputForList

code property writable

Gets the code of this SubjectOutputForList.

Returns:

Type Description
str

The code of this SubjectOutputForList

cohort property writable

Gets the cohort of this SubjectOutputForList.

Returns:

Type Description
Cohort

The cohort of this SubjectOutputForList

copy_of property writable

Gets the copy_of of this SubjectOutputForList.

Returns:

Type Description
str

The copy_of of this SubjectOutputForList

copy_status property writable

Gets the copy_status of this SubjectOutputForList.

Returns:

Type Description
CopyStatus

The copy_status of this SubjectOutputForList

created property writable

Gets the created of this SubjectOutputForList.

Returns:

Type Description
datetime

The created of this SubjectOutputForList

date_of_birth property writable

Gets the date_of_birth of this SubjectOutputForList.

Returns:

Type Description
date

The date_of_birth of this SubjectOutputForList

ethnicity property writable

Gets the ethnicity of this SubjectOutputForList.

Returns:

Type Description
str

The ethnicity of this SubjectOutputForList

files property writable

Gets the files of this SubjectOutputForList.

Returns:

Type Description
list[FileListOutput]

The files of this SubjectOutputForList

firstname property writable

Gets the firstname of this SubjectOutputForList.

Returns:

Type Description
str

The firstname of this SubjectOutputForList

id property writable

Gets the id of this SubjectOutputForList.

Returns:

Type Description
str

The id of this SubjectOutputForList

info property writable

Gets the info of this SubjectOutputForList.

Returns:

Type Description
object

The info of this SubjectOutputForList

info_exists property writable

Gets the info_exists of this SubjectOutputForList.

Returns:

Type Description
bool

The info_exists of this SubjectOutputForList

join_origin property writable

Gets the join_origin of this SubjectOutputForList.

Returns:

Type Description
JoinOrigins

The join_origin of this SubjectOutputForList

label property writable

Gets the label of this SubjectOutputForList.

Returns:

Type Description
str

The label of this SubjectOutputForList

lastname property writable

Gets the lastname of this SubjectOutputForList.

Returns:

Type Description
str

The lastname of this SubjectOutputForList

master_code property writable

Gets the master_code of this SubjectOutputForList.

Returns:

Type Description
str

The master_code of this SubjectOutputForList

mlset property writable

Gets the mlset of this SubjectOutputForList.

Returns:

Type Description
MLType

The mlset of this SubjectOutputForList

modified property writable

Gets the modified of this SubjectOutputForList.

Returns:

Type Description
datetime

The modified of this SubjectOutputForList

notes property writable

Gets the notes of this SubjectOutputForList.

Returns:

Type Description
list[Note]

The notes of this SubjectOutputForList

original_copy_of property writable

Gets the original_copy_of of this SubjectOutputForList.

Returns:

Type Description
str

The original_copy_of of this SubjectOutputForList

parents property writable

Gets the parents of this SubjectOutputForList.

Returns:

Type Description
SubjectParents

The parents of this SubjectOutputForList

permissions property writable

Gets the permissions of this SubjectOutputForList.

Returns:

Type Description
list[RolePermission]

The permissions of this SubjectOutputForList

project property writable

Gets the project of this SubjectOutputForList.

Returns:

Type Description
str

The project of this SubjectOutputForList

race property writable

Gets the race of this SubjectOutputForList.

Returns:

Type Description
str

The race of this SubjectOutputForList

revision property writable

Gets the revision of this SubjectOutputForList.

Returns:

Type Description
int

The revision of this SubjectOutputForList

sex property writable

Gets the sex of this SubjectOutputForList.

Returns:

Type Description
str

The sex of this SubjectOutputForList

species property writable

Gets the species of this SubjectOutputForList.

Returns:

Type Description
str

The species of this SubjectOutputForList

state property writable

Gets the state of this SubjectOutputForList.

Returns:

Type Description
SubjectState

The state of this SubjectOutputForList

strain property writable

Gets the strain of this SubjectOutputForList.

Returns:

Type Description
str

The strain of this SubjectOutputForList

tags property writable

Gets the tags of this SubjectOutputForList.

Returns:

Type Description
list[str]

The tags of this SubjectOutputForList

type property writable

Gets the type of this SubjectOutputForList.

Returns:

Type Description
str

The type of this SubjectOutputForList

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(id=None, project=None, created=None, date_of_birth=None, modified=None, revision=None, parents=None, permissions=None, cohort=None, mlset=None, type=None, species=None, strain=None, label=None, code=None, master_code=None, notes=None, tags=None, info=None, info_exists=None, state=None, files=None, analyses=None, join_origin=None, copy_of=None, original_copy_of=None, copy_status=None, firstname=None, lastname=None, sex=None, age=None, race=None, ethnicity=None)

SubjectOutputForList - a model defined in Swagger

Parameters:

Name Type Description Default
id (str, optional)

, defaults to None

None
project (str, optional)

, defaults to None

None
created (datetime, optional)

, defaults to None

None
date_of_birth (date, optional)

, defaults to None

None
modified (datetime, optional)

, defaults to None

None
revision (int, optional)

, defaults to None

None
parents (SubjectParents, optional)

, defaults to None

None
permissions (list[RolePermission], optional)

, defaults to None

None
cohort (Cohort, optional)

, defaults to None

None
mlset (MLType, optional)

, defaults to None

None
type (str, optional)

, defaults to None

None
species (str, optional)

, defaults to None

None
strain (str, optional)

, defaults to None

None
label (str, optional)

, defaults to None

None
code (str, optional)

, defaults to None

None
master_code (str, optional)

, defaults to None

None
notes (list[Note], optional)

, defaults to None

None
tags (list[str], optional)

, defaults to None

None
info (object, optional)

, defaults to None

None
info_exists (bool, optional)

, defaults to None

None
state (SubjectState, optional)

, defaults to None

None
files (list[FileListOutput], optional)

, defaults to None

None
analyses (list[union[AnalysisListOutput, AnalysisListOutputInflatedJob]], optional)

, defaults to None

None
join_origin (JoinOrigins, optional)

, defaults to None

None
copy_of (str, optional)

, defaults to None

None
original_copy_of (str, optional)

, defaults to None

None
copy_status (CopyStatus, optional)

, defaults to None

None
firstname (str, optional)

, defaults to None

None
lastname (str, optional)

, defaults to None

None
sex (str, optional)

, defaults to None

None
age (int, optional)

, defaults to None

None
race (str, optional)

, defaults to None

None
ethnicity (str, optional)

, defaults to None

None

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object