flywheel.models.reader_task_output
ReaderTaskOutput
Bases: object
assignee property writable
Gets the assignee of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
Assignee | The assignee of this ReaderTaskOutput |
batch_number property writable
Gets the batch_number of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
int | The batch_number of this ReaderTaskOutput |
created property writable
Gets the created of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
datetime | The created of this ReaderTaskOutput |
creator property writable
Gets the creator of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The creator of this ReaderTaskOutput |
description property writable
Gets the description of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The description of this ReaderTaskOutput |
due_date property writable
Gets the due_date of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
datetime | The due_date of this ReaderTaskOutput |
esignature property writable
Gets the esignature of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
ESignature | The esignature of this ReaderTaskOutput |
id property writable
Gets the id of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The id of this ReaderTaskOutput |
item_number property writable
Gets the item_number of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
int | The item_number of this ReaderTaskOutput |
modified property writable
Gets the modified of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
datetime | The modified of this ReaderTaskOutput |
parent_details property writable
Gets the parent_details of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
ReaderTaskParentDetails | The parent_details of this ReaderTaskOutput |
parent_ref property writable
Gets the parent_ref of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
TaskParentRef | The parent_ref of this ReaderTaskOutput |
parents property writable
Gets the parents of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
CoreWorkflowsReaderModelsReaderTaskParents | The parents of this ReaderTaskOutput |
priority property writable
Gets the priority of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
TaskPriority | The priority of this ReaderTaskOutput |
protocol_id property writable
Gets the protocol_id of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The protocol_id of this ReaderTaskOutput |
protocol_label property writable
Gets the protocol_label of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The protocol_label of this ReaderTaskOutput |
staffing_pool property writable
Gets the staffing_pool of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The staffing_pool of this ReaderTaskOutput |
status property writable
Gets the status of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
LibsWorkflowsModelsTaskStatus | The status of this ReaderTaskOutput |
subcategory property writable
Gets the subcategory of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The subcategory of this ReaderTaskOutput |
tags property writable
Gets the tags of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
list[str] | The tags of this ReaderTaskOutput |
task_id property writable
Gets the task_id of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The task_id of this ReaderTaskOutput |
transitions property writable
Gets the transitions of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
StatusTransitions | The transitions of this ReaderTaskOutput |
type property writable
Gets the type of this ReaderTaskOutput.
Returns:
| Type | Description |
|---|---|
str | The type of this ReaderTaskOutput |
__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, type=None, task_id=None, batch_number=None, item_number=None, subcategory=None, status=None, assignee=None, creator=None, parent_ref=None, staffing_pool=None, parents=None, created=None, modified=None, due_date=None, description=None, priority=None, protocol_id=None, protocol_label=None, tags=None, transitions=None, esignature=None, parent_details=None)
ReaderTaskOutput - a model defined in Swagger
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
id | (str, optional) | , defaults to None | None |
type | (str, optional) | , defaults to None | None |
task_id | (str, optional) | , defaults to None | None |
batch_number | (int, optional) | , defaults to None | None |
item_number | (int, optional) | , defaults to None | None |
subcategory | (str, optional) | , defaults to None | None |
status | (LibsWorkflowsModelsTaskStatus, optional) | , defaults to None | None |
assignee | (Assignee, optional) | , defaults to None | None |
creator | (str, optional) | , defaults to None | None |
parent_ref | (TaskParentRef, optional) | , defaults to None | None |
staffing_pool | (str, optional) | , defaults to None | None |
parents | (CoreWorkflowsReaderModelsReaderTaskParents, optional) | , defaults to None | None |
created | (datetime, optional) | , defaults to None | None |
modified | (datetime, optional) | , defaults to None | None |
due_date | (datetime, optional) | , defaults to None | None |
description | (str, optional) | , defaults to None | None |
priority | (TaskPriority, optional) | , defaults to None | None |
protocol_id | (str, optional) | , defaults to None | None |
protocol_label | (str, optional) | , defaults to None | None |
tags | (list[str], optional) | , defaults to None | None |
transitions | (StatusTransitions, optional) | , defaults to None | None |
esignature | (ESignature, optional) | , defaults to None | None |
parent_details | (ReaderTaskParentDetails, 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