Skip to content

flywheel.models.adjudication_task_create

AdjudicationTaskCreate

Bases: object

adjudicator_assignee property writable

Gets the adjudicator_assignee of this AdjudicationTaskCreate.

Returns:

Type Description
Assignee

The adjudicator_assignee of this AdjudicationTaskCreate

description property writable

Gets the description of this AdjudicationTaskCreate.

Returns:

Type Description
str

The description of this AdjudicationTaskCreate

due_date property writable

Gets the due_date of this AdjudicationTaskCreate.

Returns:

Type Description
datetime

The due_date of this AdjudicationTaskCreate

parent_ref property writable

Gets the parent_ref of this AdjudicationTaskCreate.

Returns:

Type Description
TaskParentRefInput

The parent_ref of this AdjudicationTaskCreate

priority property writable

Gets the priority of this AdjudicationTaskCreate.

Returns:

Type Description
TaskPriority

The priority of this AdjudicationTaskCreate

protocol_id property writable

Gets the protocol_id of this AdjudicationTaskCreate.

Returns:

Type Description
str

The protocol_id of this AdjudicationTaskCreate

reader_1_assignee property writable

Gets the reader_1_assignee of this AdjudicationTaskCreate.

Returns:

Type Description
Assignee

The reader_1_assignee of this AdjudicationTaskCreate

reader_2_assignee property writable

Gets the reader_2_assignee of this AdjudicationTaskCreate.

Returns:

Type Description
Assignee

The reader_2_assignee of this AdjudicationTaskCreate

tags property writable

Gets the tags of this AdjudicationTaskCreate.

Returns:

Type Description
list[str]

The tags of this AdjudicationTaskCreate

__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__(protocol_id=None, parent_ref=None, reader_1_assignee=None, reader_2_assignee=None, adjudicator_assignee=None, due_date=None, priority=None, description=None, tags=None)

AdjudicationTaskCreate - a model defined in Swagger

Parameters:

Name Type Description Default
protocol_id (str, optional)

, defaults to None

None
parent_ref (TaskParentRefInput, optional)

, defaults to None

None
reader_1_assignee (Assignee, optional)

, defaults to None

None
reader_2_assignee (Assignee, optional)

, defaults to None

None
adjudicator_assignee (Assignee, optional)

, defaults to None

None
due_date (datetime, optional)

, defaults to None

None
priority (TaskPriority, optional)

, defaults to None

None
description (str, optional)

, defaults to None

None
tags (list[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