flywheel-sdk 21.3.0__py3-none-any.whl → 21.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- flywheel/__init__.py +6 -8
- flywheel/api/acquisitions_api.py +1033 -569
- flywheel/api/analyses_api.py +786 -432
- flywheel/api/audit_trail_api.py +78 -51
- flywheel/api/auth_api.py +6 -11
- flywheel/api/batch_api.py +60 -43
- flywheel/api/bulk_api.py +10 -13
- flywheel/api/change_log_api.py +40 -29
- flywheel/api/collections_api.py +740 -410
- flywheel/api/config_api.py +18 -19
- flywheel/api/container_tasks_api.py +14 -15
- flywheel/api/container_type_api.py +14 -15
- flywheel/api/containers_api.py +989 -545
- flywheel/api/custom_filters_api.py +64 -43
- flywheel/api/data_view_executions_api.py +94 -59
- flywheel/api/dataexplorer_api.py +158 -99
- flywheel/api/devices_api.py +132 -83
- flywheel/api/dimse_api.py +72 -51
- flywheel/api/download_api.py +46 -32
- flywheel/api/files_api.py +266 -157
- flywheel/api/form_responses_api.py +100 -63
- flywheel/api/gears_api.py +278 -163
- flywheel/api/groups_api.py +426 -245
- flywheel/api/jobs_api.py +288 -173
- flywheel/api/jupyterlab_servers_api.py +24 -21
- flywheel/api/modalities_api.py +78 -51
- flywheel/api/packfiles_api.py +6 -11
- flywheel/api/projects_api.py +1661 -856
- flywheel/api/protocols_api.py +94 -61
- flywheel/api/reports_api.py +196 -115
- flywheel/api/resolve_api.py +48 -33
- flywheel/api/roles_api.py +82 -53
- flywheel/api/sessions_api.py +1137 -623
- flywheel/api/site_api.py +182 -113
- flywheel/api/staffing_pools_api.py +88 -57
- flywheel/api/subjects_api.py +1095 -603
- flywheel/api/tasks_api.py +108 -69
- flywheel/api/tree_api.py +52 -35
- flywheel/api/uids_api.py +10 -13
- flywheel/api/upload_api.py +162 -95
- flywheel/api/users_api.py +418 -235
- flywheel/api/views_api.py +222 -127
- flywheel/api_client.py +19 -18
- flywheel/configuration.py +2 -9
- flywheel/file_spec.py +0 -7
- flywheel/flywheel.py +818 -4423
- flywheel/gear_context.py +10 -10
- flywheel/models/__init__.py +6 -8
- flywheel/models/access_level.py +0 -7
- flywheel/models/access_permission.py +13 -14
- flywheel/models/access_permission_output.py +13 -14
- flywheel/models/access_permission_update.py +8 -11
- flywheel/models/access_type.py +0 -7
- flywheel/models/accumulator.py +0 -7
- flywheel/models/acquisition.py +0 -7
- flywheel/models/acquisition_container_output.py +0 -7
- flywheel/models/acquisition_copy_input.py +18 -17
- flywheel/models/acquisition_input.py +33 -26
- flywheel/models/acquisition_list_output.py +118 -77
- flywheel/models/acquisition_modify_input.py +33 -26
- flywheel/models/acquisition_node.py +0 -7
- flywheel/models/acquisition_output.py +118 -77
- flywheel/models/acquisition_parents.py +23 -20
- flywheel/models/acquisition_template_options.py +28 -23
- flywheel/models/acquisition_upsert_input.py +48 -35
- flywheel/models/acquisition_upsert_output.py +23 -20
- flywheel/models/action.py +1 -7
- flywheel/models/adhoc_analysis_input.py +23 -20
- flywheel/models/analysis.py +0 -7
- flywheel/models/analysis_container_output.py +0 -7
- flywheel/models/analysis_files_create_ticket_output.py +23 -20
- flywheel/models/analysis_input.py +33 -26
- flywheel/models/analysis_input_legacy.py +0 -7
- flywheel/models/analysis_list_output.py +103 -68
- flywheel/models/analysis_list_output_inflated_job.py +98 -65
- flywheel/models/analysis_modify_input.py +13 -14
- flywheel/models/analysis_node.py +0 -7
- flywheel/models/analysis_output.py +103 -68
- flywheel/models/analysis_output_inflated_job.py +103 -68
- flywheel/models/analysis_parents.py +28 -23
- flywheel/models/analysis_update.py +0 -7
- flywheel/models/api_key_input_with_optional_label.py +13 -14
- flywheel/models/api_key_output.py +33 -26
- flywheel/models/as_storage.py +33 -26
- flywheel/models/assignee.py +13 -14
- flywheel/models/assignee_type.py +0 -7
- flywheel/models/audit_trail_report.py +68 -47
- flywheel/models/audit_trail_report_status.py +0 -7
- flywheel/models/auth0_auth_out.py +38 -29
- flywheel/models/auth0_options_out.py +38 -29
- flywheel/models/auth_out.py +34 -82
- flywheel/models/auth_session_output.py +28 -23
- flywheel/models/avatars.py +18 -17
- flywheel/models/aws_creds.py +13 -14
- flywheel/models/aws_storage.py +43 -32
- flywheel/models/azure_creds.py +13 -14
- flywheel/models/base_aet.py +23 -20
- flywheel/models/base_compute.py +58 -41
- flywheel/models/batch.py +43 -32
- flywheel/models/batch_cancel_output.py +0 -7
- flywheel/models/batch_create_filters.py +18 -17
- flywheel/models/batch_job_analysis_input.py +28 -23
- flywheel/models/batch_jobs_proposal_input.py +0 -7
- flywheel/models/batch_proposal.py +0 -7
- flywheel/models/batch_proposal_detail.py +0 -7
- flywheel/models/batch_proposal_input.py +0 -7
- flywheel/models/body.py +0 -7
- flywheel/models/body_regenerate_key_api_devices_device_id_key_post.py +0 -7
- flywheel/models/body_region.py +0 -7
- flywheel/models/bookmark.py +13 -14
- flywheel/models/bulk_move_input.py +28 -23
- flywheel/models/bulk_move_sessions.py +0 -7
- flywheel/models/callbacks_virus_scan_input.py +0 -7
- flywheel/models/cancelled_batch_output.py +8 -11
- flywheel/models/catalog_list_output.py +53 -38
- flywheel/models/central_out.py +33 -26
- flywheel/models/change.py +80 -39
- flywheel/models/change_log_container_type.py +0 -7
- flywheel/models/change_log_document.py +23 -20
- flywheel/models/change_method.py +1 -7
- flywheel/models/classic_batch_job_output.py +43 -32
- flywheel/models/classic_batch_job_output_inflated_jobs.py +48 -35
- flywheel/models/classic_batch_proposal_input.py +48 -35
- flywheel/models/classic_batch_proposal_output.py +63 -44
- flywheel/models/classification_add_delete.py +0 -7
- flywheel/models/classification_replace.py +0 -7
- flywheel/models/classification_update_input.py +0 -7
- flywheel/models/cohort.py +0 -7
- flywheel/models/collection.py +0 -7
- flywheel/models/collection_container_output.py +0 -7
- flywheel/models/collection_input.py +18 -17
- flywheel/models/collection_input_with_contents.py +23 -20
- flywheel/models/collection_node.py +13 -14
- flywheel/models/collection_node_level.py +0 -7
- flywheel/models/collection_operation.py +13 -14
- flywheel/models/collection_operation_type.py +0 -7
- flywheel/models/collection_output.py +93 -62
- flywheel/models/collection_with_stats.py +93 -62
- flywheel/models/column.py +28 -23
- flywheel/models/column_type.py +0 -7
- flywheel/models/common_classification.py +3 -8
- flywheel/models/common_deleted_count.py +0 -7
- flywheel/models/common_editions.py +0 -7
- flywheel/models/common_info.py +3 -8
- flywheel/models/common_join_origins.py +0 -7
- flywheel/models/common_key.py +0 -7
- flywheel/models/common_modified_count.py +0 -7
- flywheel/models/common_object_created.py +0 -7
- flywheel/models/common_project_settings.py +0 -7
- flywheel/models/common_settings.py +0 -7
- flywheel/models/complete_multipart_upload_output.py +13 -14
- flywheel/models/complete_s3_multipart_upload_input.py +23 -20
- flywheel/models/config_feature_map.py +0 -7
- flywheel/models/config_out.py +48 -35
- flywheel/models/config_output.py +0 -7
- flywheel/models/config_site_config_output.py +0 -7
- flywheel/models/config_site_settings.py +0 -7
- flywheel/models/config_site_settings_input.py +0 -7
- flywheel/models/conflict_types.py +0 -7
- flywheel/models/container_delete_reason.py +0 -7
- flywheel/models/container_filter.py +13 -14
- flywheel/models/container_id_view_input.py +73 -50
- flywheel/models/container_id_view_input_execute_and_save.py +33 -26
- flywheel/models/container_modify.py +73 -50
- flywheel/models/container_new_output.py +0 -7
- flywheel/models/container_node_min.py +43 -32
- flywheel/models/container_output.py +0 -7
- flywheel/models/container_output_with_files.py +28 -23
- flywheel/models/container_parents.py +33 -26
- flywheel/models/container_pipeline_input.py +73 -50
- flywheel/models/container_project_parents.py +0 -7
- flywheel/models/container_reference.py +13 -14
- flywheel/models/container_reference_with_label.py +18 -17
- flywheel/models/container_session_parents.py +0 -7
- flywheel/models/container_subject_parents.py +0 -7
- flywheel/models/container_type.py +0 -7
- flywheel/models/container_uidcheck.py +23 -20
- flywheel/models/container_update.py +3 -8
- flywheel/models/context_input.py +18 -17
- flywheel/models/copy_filter.py +33 -26
- flywheel/models/copy_status.py +0 -7
- flywheel/models/core_models_api_key_api_key_input.py +13 -14
- flywheel/models/core_models_audit_trail_create_report_input.py +28 -23
- flywheel/models/core_models_audit_trail_modify_report_input.py +8 -11
- flywheel/models/core_models_common_source.py +13 -14
- flywheel/models/core_models_jobs_api_key_input.py +13 -14
- flywheel/models/core_models_search_parent_type.py +0 -7
- flywheel/models/core_workflows_form_responses_models_form_parents.py +33 -26
- flywheel/models/core_workflows_form_responses_models_form_response_output.py +58 -41
- flywheel/models/core_workflows_reader_models_reader_task_parents.py +33 -26
- flywheel/models/creds.py +3 -8
- flywheel/models/curator.py +18 -17
- flywheel/models/current_user_output.py +108 -71
- flywheel/models/custom_field.py +58 -41
- flywheel/models/custom_form.py +23 -20
- flywheel/models/cvat_info.py +28 -23
- flywheel/models/cvat_settings.py +28 -23
- flywheel/models/cvat_settings_input.py +28 -23
- flywheel/models/cvat_sync_state.py +0 -7
- flywheel/models/daily_report_usage.py +78 -53
- flywheel/models/data_strategy.py +0 -7
- flywheel/models/data_view.py +0 -7
- flywheel/models/data_view_analysis_file_spec.py +18 -17
- flywheel/models/data_view_analysis_filter_spec.py +18 -17
- flywheel/models/data_view_column_alias.py +38 -29
- flywheel/models/data_view_column_spec.py +28 -23
- flywheel/models/data_view_execution.py +68 -47
- flywheel/models/data_view_execution_state.py +0 -7
- flywheel/models/data_view_file_spec.py +48 -35
- flywheel/models/data_view_group_by.py +8 -11
- flywheel/models/data_view_group_by_column.py +13 -14
- flywheel/models/data_view_name_filter_spec.py +13 -14
- flywheel/models/data_view_output.py +0 -7
- flywheel/models/data_view_save_data_view_input.py +0 -7
- flywheel/models/data_view_zip_filter_spec.py +18 -17
- flywheel/models/default_flywheel_role.py +0 -7
- flywheel/models/deid_log_skip_reason.py +0 -7
- flywheel/models/delete_by_search_query.py +23 -20
- flywheel/models/delete_status.py +25 -0
- flywheel/models/deleted_file.py +73 -50
- flywheel/models/deleted_result.py +50 -19
- flywheel/models/deprecated_action.py +0 -7
- flywheel/models/destination_container_type.py +0 -7
- flywheel/models/device.py +58 -41
- flywheel/models/device_admin_update.py +13 -14
- flywheel/models/device_create.py +18 -17
- flywheel/models/device_self_update.py +28 -23
- flywheel/models/device_status.py +0 -7
- flywheel/models/device_status_entry.py +18 -17
- flywheel/models/device_storage_strategy_update.py +13 -14
- flywheel/models/dimse_project_input.py +0 -7
- flywheel/models/dimse_project_output.py +0 -7
- flywheel/models/dimse_service_input.py +0 -7
- flywheel/models/dimse_service_output.py +0 -7
- flywheel/models/download.py +23 -20
- flywheel/models/download_container_filter.py +8 -11
- flywheel/models/download_container_filter_definition.py +18 -17
- flywheel/models/download_filter.py +18 -17
- flywheel/models/download_filter_definition.py +13 -14
- flywheel/models/download_format.py +0 -7
- flywheel/models/download_input.py +0 -7
- flywheel/models/download_node.py +13 -14
- flywheel/models/download_strategy.py +0 -7
- flywheel/models/download_ticket.py +0 -7
- flywheel/models/download_ticket_stub.py +23 -20
- flywheel/models/download_ticket_with_summary.py +0 -7
- flywheel/models/e_signature.py +23 -20
- flywheel/models/edition.py +8 -11
- flywheel/models/egress_device.py +88 -59
- flywheel/models/egress_device_page.py +18 -17
- flywheel/models/egress_provider.py +53 -38
- flywheel/models/egress_provider_id.py +8 -11
- flywheel/models/exchange_storage.py +23 -20
- flywheel/models/executor_info.py +43 -32
- flywheel/models/export_templates.py +13 -14
- flywheel/models/features.py +348 -225
- flywheel/models/field_change.py +28 -23
- flywheel/models/field_change_log_document.py +23 -20
- flywheel/models/field_type.py +0 -7
- flywheel/models/file.py +188 -119
- flywheel/models/file_classification_delta.py +23 -20
- flywheel/models/file_container_type.py +0 -7
- flywheel/models/file_entry.py +108 -71
- flywheel/models/file_export_templates.py +28 -23
- flywheel/models/file_format.py +0 -7
- flywheel/models/file_gear_info.py +18 -17
- flywheel/models/file_group.py +0 -7
- flywheel/models/file_list_output.py +183 -116
- flywheel/models/file_modify_input.py +13 -14
- flywheel/models/file_move_input.py +18 -17
- flywheel/models/file_node.py +188 -119
- flywheel/models/file_node_min.py +38 -29
- flywheel/models/file_origin.py +28 -23
- flywheel/models/file_output.py +183 -116
- flywheel/models/file_parents.py +33 -26
- flywheel/models/file_reference.py +18 -17
- flywheel/models/file_suggestion.py +23 -20
- flywheel/models/file_template_options.py +33 -26
- flywheel/models/file_upsert_input.py +88 -59
- flywheel/models/file_upsert_origin.py +0 -7
- flywheel/models/file_upsert_output.py +188 -119
- flywheel/models/file_version.py +13 -14
- flywheel/models/file_version_copy_of.py +28 -23
- flywheel/models/file_version_output.py +38 -29
- flywheel/models/file_via.py +23 -20
- flywheel/models/file_zip_entry.py +0 -7
- flywheel/models/file_zip_info.py +0 -7
- flywheel/models/filter.py +43 -32
- flywheel/models/filter_input.py +18 -17
- flywheel/models/filter_values.py +13 -14
- flywheel/models/filter_view.py +0 -7
- flywheel/models/fixed_file_version_input.py +18 -17
- flywheel/models/fixed_input.py +33 -26
- flywheel/models/form_definition.py +8 -11
- flywheel/models/form_response_base.py +33 -26
- flywheel/models/form_response_create.py +13 -14
- flywheel/models/gcp_creds.py +53 -38
- flywheel/models/gcp_storage.py +33 -26
- flywheel/models/gear.py +88 -59
- flywheel/models/gear_category.py +0 -7
- flywheel/models/gear_config.py +3 -8
- flywheel/models/gear_context_input.py +8 -11
- flywheel/models/gear_context_lookup.py +0 -7
- flywheel/models/gear_context_lookup_item.py +0 -7
- flywheel/models/gear_context_value_output.py +28 -23
- flywheel/models/gear_context_value_output_unfound.py +8 -11
- flywheel/models/gear_custom.py +3 -8
- flywheel/models/gear_directive.py +3 -8
- flywheel/models/gear_doc.py +0 -7
- flywheel/models/gear_document.py +38 -29
- flywheel/models/gear_document_input.py +33 -26
- flywheel/models/gear_document_legacy_input.py +33 -26
- flywheel/models/gear_environment.py +3 -8
- flywheel/models/gear_exchange.py +18 -17
- flywheel/models/gear_file_input.py +13 -14
- flywheel/models/gear_id_output.py +8 -11
- flywheel/models/gear_info.py +23 -20
- flywheel/models/gear_input_item.py +18 -17
- flywheel/models/gear_inputs.py +3 -8
- flywheel/models/gear_key_input.py +13 -14
- flywheel/models/gear_manifest.py +93 -62
- flywheel/models/gear_mixin.py +26 -6
- flywheel/models/gear_node.py +43 -32
- flywheel/models/gear_output_configuration.py +8 -11
- flywheel/models/gear_permissions.py +13 -14
- flywheel/models/gear_permissions_input.py +8 -11
- flywheel/models/gear_permissions_type.py +0 -7
- flywheel/models/gear_return_ticket.py +0 -7
- flywheel/models/gear_rule.py +133 -69
- flywheel/models/gear_rule_condition.py +18 -17
- flywheel/models/gear_rule_condition_type.py +0 -7
- flywheel/models/gear_rule_input.py +108 -54
- flywheel/models/gear_rule_modify_input.py +103 -51
- flywheel/models/gear_rule_output.py +133 -69
- flywheel/models/gear_save_submission.py +18 -17
- flywheel/models/gear_series.py +33 -26
- flywheel/models/gear_series_update.py +8 -11
- flywheel/models/gear_suggestion_output.py +33 -26
- flywheel/models/gear_ticket.py +23 -20
- flywheel/models/gear_ticket_output.py +8 -11
- flywheel/models/graph_filter.py +38 -29
- flywheel/models/group.py +0 -7
- flywheel/models/group_by.py +8 -11
- flywheel/models/group_by_column.py +0 -7
- flywheel/models/group_container_output.py +0 -7
- flywheel/models/group_input.py +23 -20
- flywheel/models/group_metadata_input.py +0 -7
- flywheel/models/group_node.py +0 -7
- flywheel/models/group_output.py +63 -44
- flywheel/models/group_report.py +18 -17
- flywheel/models/group_role.py +8 -11
- flywheel/models/group_settings_output.py +23 -20
- flywheel/models/group_update.py +23 -20
- flywheel/models/header_feature.py +0 -7
- flywheel/models/hierarchy_export_templates.py +28 -23
- flywheel/models/http_validation_error.py +8 -11
- flywheel/models/info.py +18 -17
- flywheel/models/info_add_remove.py +0 -7
- flywheel/models/info_container_type.py +0 -7
- flywheel/models/info_replace.py +0 -7
- flywheel/models/info_update_input.py +0 -7
- flywheel/models/ingress_provider.py +33 -26
- flywheel/models/ingress_providers.py +28 -23
- flywheel/models/ingress_site_settings.py +29 -52
- flywheel/models/ingress_update_provider.py +18 -17
- flywheel/models/inline_response200.py +8 -11
- flywheel/models/inline_response2001.py +8 -11
- flywheel/models/inline_response2002.py +8 -11
- flywheel/models/inline_response2003.py +0 -7
- flywheel/models/inline_response2005.py +0 -7
- flywheel/models/input_filter.py +18 -17
- flywheel/models/input_job.py +73 -50
- flywheel/models/input_job_profile.py +28 -23
- flywheel/models/inserted_id.py +8 -11
- flywheel/models/job.py +128 -83
- flywheel/models/job_analysis_input.py +28 -23
- flywheel/models/job_ask.py +33 -26
- flywheel/models/job_ask_response.py +13 -14
- flywheel/models/job_ask_response_job.py +158 -101
- flywheel/models/job_ask_return.py +0 -7
- flywheel/models/job_ask_return_criteria.py +23 -20
- flywheel/models/job_ask_state.py +0 -7
- flywheel/models/job_ask_state_response.py +8 -11
- flywheel/models/job_complete.py +18 -17
- flywheel/models/job_completion_input.py +0 -7
- flywheel/models/job_completion_ticket.py +0 -7
- flywheel/models/job_config.py +3 -8
- flywheel/models/job_config_input.py +28 -23
- flywheel/models/job_config_inputs.py +0 -7
- flywheel/models/job_config_output.py +0 -7
- flywheel/models/job_container_detail.py +0 -7
- flywheel/models/job_destination.py +13 -14
- flywheel/models/job_detail.py +148 -95
- flywheel/models/job_detail_container.py +13 -14
- flywheel/models/job_detail_file_entry.py +13 -14
- flywheel/models/job_detail_group.py +13 -14
- flywheel/models/job_detail_parent_info.py +33 -26
- flywheel/models/job_executor_info.py +43 -32
- flywheel/models/job_file_input.py +23 -20
- flywheel/models/job_file_input_list_output.py +23 -20
- flywheel/models/job_file_object.py +58 -41
- flywheel/models/job_file_object_list_output.py +53 -38
- flywheel/models/job_gear_match.py +0 -7
- flywheel/models/job_inputs_array_item.py +33 -26
- flywheel/models/job_inputs_item.py +23 -20
- flywheel/models/job_inputs_object.py +3 -8
- flywheel/models/job_list_entry.py +0 -7
- flywheel/models/job_list_output.py +158 -101
- flywheel/models/job_list_output_config.py +18 -17
- flywheel/models/job_log.py +13 -14
- flywheel/models/job_log_column.py +0 -7
- flywheel/models/job_log_record.py +13 -14
- flywheel/models/job_modify.py +13 -14
- flywheel/models/job_origin.py +13 -14
- flywheel/models/job_output.py +163 -104
- flywheel/models/job_output_config.py +23 -20
- flywheel/models/job_parents.py +33 -26
- flywheel/models/job_priority.py +0 -7
- flywheel/models/job_priority_update.py +13 -14
- flywheel/models/job_profile.py +53 -38
- flywheel/models/job_profile_input.py +0 -7
- flywheel/models/job_request.py +18 -17
- flywheel/models/job_request_item.py +23 -20
- flywheel/models/job_request_item_type.py +0 -7
- flywheel/models/job_request_target.py +28 -23
- flywheel/models/job_state.py +0 -7
- flywheel/models/job_state_counts.py +0 -7
- flywheel/models/job_stats_by_state.py +0 -7
- flywheel/models/job_ticket_output.py +8 -11
- flywheel/models/job_transition_times.py +23 -20
- flywheel/models/job_version_info.py +3 -8
- flywheel/models/jobs_by_state.py +28 -23
- flywheel/models/jobs_list.py +8 -11
- flywheel/models/join_origin_device.py +8 -11
- flywheel/models/join_origin_job.py +18 -17
- flywheel/models/join_origin_user.py +13 -14
- flywheel/models/join_origins.py +18 -17
- flywheel/models/join_type.py +0 -7
- flywheel/models/jupyterhub_workspace.py +8 -11
- flywheel/models/jupyterlab_server_modify.py +28 -23
- flywheel/models/jupyterlab_server_origin.py +0 -7
- flywheel/models/jupyterlab_server_output.py +0 -7
- flywheel/models/jupyterlab_server_response.py +53 -38
- flywheel/models/jupyterlab_server_update.py +0 -7
- flywheel/models/ldap_sync.py +0 -7
- flywheel/models/ldap_sync_config.py +8 -11
- flywheel/models/ldap_sync_input.py +0 -7
- flywheel/models/ldap_sync_status.py +23 -20
- flywheel/models/legacy_api_key_output.py +28 -23
- flywheel/models/legacy_input.py +23 -20
- flywheel/models/legacy_usage_report.py +33 -26
- flywheel/models/legacys_usage_project_entry.py +13 -14
- flywheel/models/libs_viewer_config_models_viewer_config.py +194 -0
- flywheel/models/libs_workflows_models_parent_type.py +0 -7
- flywheel/models/libs_workflows_models_task_status.py +0 -7
- flywheel/models/local_storage.py +18 -17
- flywheel/models/location.py +13 -14
- flywheel/models/locked.py +18 -17
- flywheel/models/master_subject_code_dob_input.py +28 -23
- flywheel/models/master_subject_code_input.py +28 -23
- flywheel/models/master_subject_code_output.py +8 -11
- flywheel/models/matched_acquisition_output.py +73 -50
- flywheel/models/measurement_config.py +222 -0
- flywheel/models/measurement_item_config.py +217 -0
- flywheel/models/mfa_channel.py +0 -7
- flywheel/models/mfa_settings.py +8 -11
- flywheel/models/ml_set_filter.py +13 -14
- flywheel/models/ml_type.py +0 -7
- flywheel/models/modality.py +23 -20
- flywheel/models/modality_input.py +23 -20
- flywheel/models/modality_modify.py +18 -17
- flywheel/models/modality_output.py +28 -23
- flywheel/models/modified_result.py +13 -14
- flywheel/models/modify_user_input.py +63 -44
- flywheel/models/move_conflict.py +33 -26
- flywheel/models/note.py +48 -35
- flywheel/models/note_input.py +8 -11
- flywheel/models/optional_input_policy.py +0 -7
- flywheel/models/order.py +0 -7
- flywheel/models/organ_system.py +0 -7
- flywheel/models/origin.py +13 -14
- flywheel/models/origin_type.py +0 -7
- flywheel/models/orphaned_count.py +8 -11
- flywheel/models/output_user_page.py +18 -17
- flywheel/models/packfile_cleanup_output.py +8 -11
- flywheel/models/packfile_removed_output.py +13 -14
- flywheel/models/page.py +18 -17
- flywheel/models/page_generic_file_output.py +18 -17
- flywheel/models/page_generic_filter.py +18 -17
- flywheel/models/page_generic_form_response_output.py +18 -17
- flywheel/models/page_generic_protocol.py +23 -20
- flywheel/models/page_generic_reader_task_output.py +23 -20
- flywheel/models/page_generic_staffing_pool.py +23 -20
- flywheel/models/parsed_query_response.py +13 -14
- flywheel/models/permission_access_permission.py +0 -7
- flywheel/models/premade_jobs_batch_job_output.py +33 -26
- flywheel/models/premade_jobs_batch_job_output_inflated_jobs.py +33 -26
- flywheel/models/premade_jobs_batch_proposal.py +38 -29
- flywheel/models/premade_jobs_batch_proposal_detail.py +8 -11
- flywheel/models/premade_jobs_batch_proposal_input.py +8 -11
- flywheel/models/project.py +0 -7
- flywheel/models/project_acquisition_upsert_input.py +0 -7
- flywheel/models/project_acquisition_upsert_output.py +0 -7
- flywheel/models/project_aet.py +38 -29
- flywheel/models/project_aet_input.py +23 -20
- flywheel/models/project_catalog_list_output.py +0 -7
- flywheel/models/project_contact.py +13 -14
- flywheel/models/project_container_output.py +1 -7
- flywheel/models/project_copy_input.py +23 -20
- flywheel/models/project_copy_output.py +18 -17
- flywheel/models/project_counters.py +76 -36
- flywheel/models/project_delete_status_output.py +192 -0
- flywheel/models/project_group_info.py +13 -14
- flywheel/models/project_hierarchy_input.py +28 -23
- flywheel/models/project_hierarchy_output.py +18 -17
- flywheel/models/project_hierarchy_upsert_input.py +0 -7
- flywheel/models/project_hierarchy_upsert_output.py +0 -7
- flywheel/models/project_input.py +48 -35
- flywheel/models/project_institution.py +13 -14
- flywheel/models/project_list_output.py +207 -96
- flywheel/models/project_locking_reason.py +0 -7
- flywheel/models/project_modify.py +116 -42
- flywheel/models/project_node.py +1 -7
- flywheel/models/project_output.py +208 -96
- flywheel/models/project_parents.py +8 -11
- flywheel/models/project_report.py +63 -44
- flywheel/models/project_report_list.py +8 -11
- flywheel/models/project_session_upsert_input.py +0 -7
- flywheel/models/project_session_upsert_output.py +0 -7
- flywheel/models/project_settings_input.py +38 -29
- flywheel/models/project_settings_output.py +38 -29
- flywheel/models/project_settings_sharing.py +38 -29
- flywheel/models/project_settings_sharing_input.py +38 -29
- flywheel/models/project_settings_workspaces.py +8 -11
- flywheel/models/project_settings_workspaces_input.py +8 -11
- flywheel/models/project_share_level.py +0 -7
- flywheel/models/project_sharing_settings_project_contact.py +0 -7
- flywheel/models/project_sharing_settings_project_counters.py +0 -7
- flywheel/models/project_sharing_settings_project_institution.py +0 -7
- flywheel/models/project_sharing_settings_project_settings_input.py +0 -7
- flywheel/models/project_sharing_settings_project_settings_output.py +0 -7
- flywheel/models/project_sharing_settings_project_settings_sharing.py +0 -7
- flywheel/models/project_sharing_settings_project_settings_sharing_input.py +0 -7
- flywheel/models/project_sharing_settings_project_stats.py +0 -7
- flywheel/models/project_stats.py +28 -23
- flywheel/models/project_subject_upsert_input.py +0 -7
- flywheel/models/project_subject_upsert_output.py +0 -7
- flywheel/models/project_template.py +13 -14
- flywheel/models/project_template_input.py +13 -14
- flywheel/models/project_template_list_input.py +8 -11
- flywheel/models/project_template_requirement.py +0 -7
- flywheel/models/project_template_session_template.py +0 -7
- flywheel/models/project_upsert_origin.py +0 -7
- flywheel/models/protocol.py +78 -53
- flywheel/models/protocol_e_signature_config.py +13 -14
- flywheel/models/protocol_input.py +43 -32
- flywheel/models/protocol_modify.py +28 -23
- flywheel/models/protocol_status.py +0 -7
- flywheel/models/provider.py +63 -44
- flywheel/models/provider_access_type.py +0 -7
- flywheel/models/provider_class.py +0 -7
- flywheel/models/provider_deletion_status.py +13 -14
- flywheel/models/provider_input.py +0 -7
- flywheel/models/provider_links.py +28 -23
- flywheel/models/provider_type.py +0 -7
- flywheel/models/providers.py +28 -23
- flywheel/models/reader_batch_create.py +63 -44
- flywheel/models/reader_task.py +113 -74
- flywheel/models/reader_task_config.py +49 -18
- flywheel/models/reader_task_create.py +78 -53
- flywheel/models/reader_task_modify.py +33 -26
- flywheel/models/reader_task_output.py +118 -77
- flywheel/models/reader_task_parent_details.py +38 -29
- flywheel/models/report_access_log_context.py +33 -26
- flywheel/models/report_access_log_context_entry.py +13 -14
- flywheel/models/report_access_log_context_file_entry.py +8 -11
- flywheel/models/report_access_log_entry.py +88 -59
- flywheel/models/report_access_log_origin.py +13 -14
- flywheel/models/report_availability_list.py +8 -11
- flywheel/models/report_daily_usage_entry.py +68 -47
- flywheel/models/report_demographics_grid.py +0 -7
- flywheel/models/report_ethnicity_grid.py +23 -20
- flywheel/models/report_gender_count.py +18 -17
- flywheel/models/report_group_report.py +18 -17
- flywheel/models/report_legacy_usage_entry.py +0 -7
- flywheel/models/report_legacy_usage_project_entry.py +0 -7
- flywheel/models/report_project.py +0 -7
- flywheel/models/report_site.py +13 -14
- flywheel/models/report_time_period.py +13 -14
- flywheel/models/report_usage.py +88 -59
- flywheel/models/report_usage_entry.py +0 -7
- flywheel/models/resolve_input.py +8 -11
- flywheel/models/resolve_output.py +13 -14
- flywheel/models/resolver_acquisition_node.py +0 -7
- flywheel/models/resolver_analysis_node.py +0 -7
- flywheel/models/resolver_file_node.py +0 -7
- flywheel/models/resolver_gear_node.py +0 -7
- flywheel/models/resolver_group_node.py +0 -7
- flywheel/models/resolver_input.py +0 -7
- flywheel/models/resolver_node.py +8 -11
- flywheel/models/resolver_output.py +0 -7
- flywheel/models/resolver_project_node.py +0 -7
- flywheel/models/resolver_session_node.py +0 -7
- flywheel/models/resolver_subject_node.py +0 -7
- flywheel/models/role_input.py +13 -14
- flywheel/models/role_output.py +28 -23
- flywheel/models/role_permission.py +13 -14
- flywheel/models/role_permission_output.py +13 -14
- flywheel/models/role_permission_update.py +8 -11
- flywheel/models/role_type.py +0 -7
- flywheel/models/role_update.py +13 -14
- flywheel/models/roles_backwards_compatible_role_assignment.py +0 -7
- flywheel/models/roles_group_role_pool_input.py +0 -7
- flywheel/models/roles_role.py +0 -7
- flywheel/models/roles_role_assignment.py +13 -14
- flywheel/models/roles_role_input.py +0 -7
- flywheel/models/rule.py +63 -44
- flywheel/models/rule_any.py +18 -17
- flywheel/models/s3_addressing_style.py +0 -7
- flywheel/models/s3_compat_storage.py +48 -35
- flywheel/models/save_search.py +33 -26
- flywheel/models/save_search_input.py +18 -17
- flywheel/models/save_search_output.py +33 -26
- flywheel/models/save_search_page.py +18 -17
- flywheel/models/save_search_parent.py +13 -14
- flywheel/models/save_search_update.py +13 -14
- flywheel/models/search_acquisition_response.py +23 -20
- flywheel/models/search_analysis_response.py +23 -20
- flywheel/models/search_collection_response.py +23 -20
- flywheel/models/search_file_response.py +33 -26
- flywheel/models/search_group_response.py +13 -14
- flywheel/models/search_parent_acquisition.py +0 -7
- flywheel/models/search_parent_analysis.py +0 -7
- flywheel/models/search_parent_collection.py +0 -7
- flywheel/models/search_parent_project.py +1 -7
- flywheel/models/search_parent_response.py +13 -14
- flywheel/models/search_parent_session.py +0 -7
- flywheel/models/search_parent_subject.py +0 -7
- flywheel/models/search_parse_error.py +23 -20
- flywheel/models/search_parse_search_query_result.py +0 -7
- flywheel/models/search_project_response.py +13 -14
- flywheel/models/search_query.py +38 -29
- flywheel/models/search_query_suggestions.py +0 -7
- flywheel/models/search_response.py +58 -41
- flywheel/models/search_return_type.py +0 -7
- flywheel/models/search_save_search.py +0 -7
- flywheel/models/search_save_search_input.py +0 -7
- flywheel/models/search_save_search_parent.py +0 -7
- flywheel/models/search_save_search_update.py +0 -7
- flywheel/models/search_session_response.py +23 -20
- flywheel/models/search_status.py +8 -11
- flywheel/models/search_structured_search_query.py +0 -7
- flywheel/models/search_subject_response.py +18 -17
- flywheel/models/search_suggestion.py +0 -7
- flywheel/models/select_item.py +13 -14
- flywheel/models/server_state.py +33 -26
- flywheel/models/service_aet.py +33 -26
- flywheel/models/service_aet_input.py +28 -23
- flywheel/models/session.py +0 -7
- flywheel/models/session_container_output.py +0 -7
- flywheel/models/session_copy_input.py +23 -20
- flywheel/models/session_embedded_subject.py +33 -26
- flywheel/models/session_input.py +58 -41
- flywheel/models/session_list_output.py +143 -92
- flywheel/models/session_metadata_input.py +0 -7
- flywheel/models/session_modify.py +63 -44
- flywheel/models/session_node.py +0 -7
- flywheel/models/session_output.py +143 -92
- flywheel/models/session_parents.py +18 -17
- flywheel/models/session_template_options.py +18 -17
- flywheel/models/session_template_recalc_output.py +8 -11
- flywheel/models/session_upsert_input.py +63 -44
- flywheel/models/session_upsert_output.py +23 -20
- flywheel/models/sharing_filter_options.py +43 -32
- flywheel/models/signed_fs_upload_output.py +13 -14
- flywheel/models/signed_url_cleanup_input.py +13 -14
- flywheel/models/signed_url_upload_input.py +13 -14
- flywheel/models/signed_url_upload_output.py +43 -32
- flywheel/models/site.py +93 -62
- flywheel/models/site_report.py +13 -14
- flywheel/models/site_settings.py +48 -35
- flywheel/models/sort.py +13 -14
- flywheel/models/stable_api_key_input.py +0 -7
- flywheel/models/staffing_pool.py +38 -29
- flywheel/models/staffing_pool_create.py +18 -17
- flywheel/models/staffing_pool_list.py +8 -11
- flywheel/models/staffing_pool_modify.py +18 -17
- flywheel/models/state.py +0 -7
- flywheel/models/static_compute.py +18 -17
- flywheel/models/status_transitions.py +23 -20
- flywheel/models/status_type.py +0 -7
- flywheel/models/status_value.py +0 -7
- flywheel/models/storage_strategy.py +0 -7
- flywheel/models/storage_strategy_config.py +13 -14
- flywheel/models/structured_query.py +8 -11
- flywheel/models/structured_query_suggestions.py +13 -14
- flywheel/models/structured_query_value_suggestion.py +23 -20
- flywheel/models/subject.py +0 -7
- flywheel/models/subject_container_output.py +0 -7
- flywheel/models/subject_copy_input.py +18 -17
- flywheel/models/subject_input.py +93 -62
- flywheel/models/subject_modify.py +103 -68
- flywheel/models/subject_node.py +0 -7
- flywheel/models/subject_output.py +163 -104
- flywheel/models/subject_output_for_list.py +163 -104
- flywheel/models/subject_parents.py +13 -14
- flywheel/models/subject_role_permission.py +13 -14
- flywheel/models/subject_state.py +0 -7
- flywheel/models/subject_template_options.py +13 -14
- flywheel/models/subject_upsert_input.py +83 -56
- flywheel/models/subject_upsert_output.py +18 -17
- flywheel/models/sync_user_input.py +38 -29
- flywheel/models/tag.py +8 -11
- flywheel/models/task_assign.py +13 -14
- flywheel/models/task_facet.py +0 -7
- flywheel/models/task_parent_ref.py +23 -20
- flywheel/models/task_parent_ref_input.py +18 -17
- flywheel/models/task_priority.py +0 -7
- flywheel/models/task_submission.py +13 -14
- flywheel/models/therapeutic_area.py +0 -7
- flywheel/models/toolbar_config.py +161 -0
- flywheel/models/transitions.py +28 -23
- flywheel/models/tree_container_request_spec.py +28 -23
- flywheel/models/tree_graph.py +3 -8
- flywheel/models/tree_graph_connection.py +23 -20
- flywheel/models/tree_graph_connections.py +3 -8
- flywheel/models/tree_graph_node.py +8 -11
- flywheel/models/tree_request.py +0 -7
- flywheel/models/tree_response_item.py +3 -8
- flywheel/models/type_str.py +0 -7
- flywheel/models/uid_check_input_acquisitions.py +23 -20
- flywheel/models/uid_check_input_sessions.py +23 -20
- flywheel/models/uid_check_output.py +13 -14
- flywheel/models/upload_complete_s3_multipart_input.py +0 -7
- flywheel/models/upload_complete_s3_multipart_output.py +0 -7
- flywheel/models/upload_signed_fs_file_upload_output.py +0 -7
- flywheel/models/upload_signed_upload_url_input.py +0 -7
- flywheel/models/upload_signed_upload_url_output.py +0 -7
- flywheel/models/upload_ticket_output.py +18 -17
- flywheel/models/upload_token_output.py +8 -11
- flywheel/models/upsert_result.py +0 -7
- flywheel/models/user.py +113 -74
- flywheel/models/user_api_key.py +18 -17
- flywheel/models/user_input.py +63 -44
- flywheel/models/user_jobs.py +18 -17
- flywheel/models/user_jobs_output.py +0 -7
- flywheel/models/user_output.py +0 -7
- flywheel/models/user_output_id.py +8 -11
- flywheel/models/user_preferences.py +3 -8
- flywheel/models/user_wechat.py +3 -8
- flywheel/models/validation_error.py +18 -17
- flywheel/models/validation_rule.py +13 -14
- flywheel/models/version.py +43 -32
- flywheel/models/version_output.py +0 -7
- flywheel/models/view_id_output.py +8 -11
- flywheel/models/view_output.py +58 -41
- flywheel/models/viewer_app.py +48 -35
- flywheel/models/viewer_app_input.py +48 -35
- flywheel/models/viewer_app_type.py +0 -7
- flywheel/models/virus_scan.py +8 -11
- flywheel/models/virus_scan_state.py +0 -7
- flywheel/models/work_in_progress_features.py +3 -8
- flywheel/models/zipfile_info.py +13 -14
- flywheel/models/zipfile_member_info.py +23 -20
- flywheel/partial_reader.py +0 -7
- flywheel/rest.py +0 -7
- flywheel/view_builder.py +2 -1
- {flywheel_sdk-21.3.0.dist-info → flywheel_sdk-21.4.0.dist-info}/METADATA +1 -1
- flywheel_sdk-21.4.0.dist-info/RECORD +778 -0
- flywheel/models/google_auth_out.py +0 -299
- flywheel_sdk-21.3.0.dist-info/RECORD +0 -773
- {flywheel_sdk-21.3.0.dist-info → flywheel_sdk-21.4.0.dist-info}/WHEEL +0 -0
- {flywheel_sdk-21.3.0.dist-info → flywheel_sdk-21.4.0.dist-info}/licenses/LICENSE.txt +0 -0
flywheel/models/features.py
CHANGED
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
2
|
|
|
3
3
|
"""
|
|
4
|
-
Flywheel
|
|
5
|
-
|
|
6
|
-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
-
|
|
8
|
-
OpenAPI spec version: 0.0.1
|
|
9
|
-
|
|
10
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
4
|
"""
|
|
12
5
|
|
|
13
6
|
|
|
@@ -22,6 +15,7 @@ from typing import TYPE_CHECKING
|
|
|
22
15
|
class Features(object):
|
|
23
16
|
|
|
24
17
|
swagger_types = {
|
|
18
|
+
'acquisition_label_uniqueness_idx': 'bool',
|
|
25
19
|
'api_enabled_gear_rules': 'bool',
|
|
26
20
|
'auth0': 'bool',
|
|
27
21
|
'audit_trail': 'bool',
|
|
@@ -66,7 +60,6 @@ class Features(object):
|
|
|
66
60
|
'reader_tasks': 'bool',
|
|
67
61
|
'rts_sync': 'bool',
|
|
68
62
|
'sentry_logging': 'bool',
|
|
69
|
-
'session_templates_non_21_cfr': 'bool',
|
|
70
63
|
'shared_projects': 'bool',
|
|
71
64
|
'signed_url': 'bool',
|
|
72
65
|
'study_task_status': 'bool',
|
|
@@ -89,6 +82,7 @@ class Features(object):
|
|
|
89
82
|
}
|
|
90
83
|
|
|
91
84
|
attribute_map = {
|
|
85
|
+
'acquisition_label_uniqueness_idx': 'acquisition_label_uniqueness_idx',
|
|
92
86
|
'api_enabled_gear_rules': 'api_enabled_gear_rules',
|
|
93
87
|
'auth0': 'auth0',
|
|
94
88
|
'audit_trail': 'audit_trail',
|
|
@@ -133,7 +127,6 @@ class Features(object):
|
|
|
133
127
|
'reader_tasks': 'reader_tasks',
|
|
134
128
|
'rts_sync': 'rts_sync',
|
|
135
129
|
'sentry_logging': 'sentry_logging',
|
|
136
|
-
'session_templates_non_21_cfr': 'session_templates_non_21CFR',
|
|
137
130
|
'shared_projects': 'shared_projects',
|
|
138
131
|
'signed_url': 'signed_url',
|
|
139
132
|
'study_task_status': 'study_task_status',
|
|
@@ -156,6 +149,7 @@ class Features(object):
|
|
|
156
149
|
}
|
|
157
150
|
|
|
158
151
|
rattribute_map = {
|
|
152
|
+
'acquisition_label_uniqueness_idx': 'acquisition_label_uniqueness_idx',
|
|
159
153
|
'api_enabled_gear_rules': 'api_enabled_gear_rules',
|
|
160
154
|
'auth0': 'auth0',
|
|
161
155
|
'audit_trail': 'audit_trail',
|
|
@@ -200,7 +194,6 @@ class Features(object):
|
|
|
200
194
|
'reader_tasks': 'reader_tasks',
|
|
201
195
|
'rts_sync': 'rts_sync',
|
|
202
196
|
'sentry_logging': 'sentry_logging',
|
|
203
|
-
'session_templates_non_21CFR': 'session_templates_non_21_cfr',
|
|
204
197
|
'shared_projects': 'shared_projects',
|
|
205
198
|
'signed_url': 'signed_url',
|
|
206
199
|
'study_task_status': 'study_task_status',
|
|
@@ -222,10 +215,141 @@ class Features(object):
|
|
|
222
215
|
'project_import': 'project_import'
|
|
223
216
|
}
|
|
224
217
|
|
|
225
|
-
def __init__(self, api_enabled_gear_rules=True, auth0=None, audit_trail=False, azureml_integration=False, cold_job_logs=False, collections=False, copy_by_reference=True, core_api=True, crawler=False, cvat=False, data_views_non_21_cfr=True, default_viewer_apps=True, deid_log=False, deid_profile=False, dimse=False, elastic_search_primary=False, exchange=False, exchange_admin=False, external_routing=False, gear_access=True, google_analytics=True, healthcare_api=False, job_ask=True, job_prioritization=True, job_tickets=True, jupyter_integration=False, jupyterhub_external_storage=True, ldap_sync=False, multifactor_auth=False, multipart_signed_url=True, multiproject=False, ohif_multi_subject_view=False, ohif_meteor=False, ohif_react=False, ohif_slice_order=None, ohif_v2_adhoc_indexing=True, ohif_v3=True, ohif_v3_default_app=False, ohif_v3_readonly=False, project_list_uses_stats=True, project_locking=False, reader_tasks=False, rts_sync=False, sentry_logging=None,
|
|
226
|
-
"""Features - a model defined in Swagger
|
|
218
|
+
def __init__(self, acquisition_label_uniqueness_idx=True, api_enabled_gear_rules=True, auth0=None, audit_trail=False, azureml_integration=False, cold_job_logs=False, collections=False, copy_by_reference=True, core_api=True, crawler=False, cvat=False, data_views_non_21_cfr=True, default_viewer_apps=True, deid_log=False, deid_profile=False, dimse=False, elastic_search_primary=False, exchange=False, exchange_admin=False, external_routing=False, gear_access=True, google_analytics=True, healthcare_api=False, job_ask=True, job_prioritization=True, job_tickets=True, jupyter_integration=False, jupyterhub_external_storage=True, ldap_sync=False, multifactor_auth=False, multipart_signed_url=True, multiproject=False, ohif_multi_subject_view=False, ohif_meteor=False, ohif_react=False, ohif_slice_order=None, ohif_v2_adhoc_indexing=True, ohif_v3=True, ohif_v3_default_app=False, ohif_v3_readonly=False, project_list_uses_stats=True, project_locking=False, reader_tasks=False, rts_sync=False, sentry_logging=None, shared_projects=False, signed_url=False, study_task_status=False, tagging=False, tags_in_lists=True, task_manager_data_views=True, transform_search_fields=True, unsafe_login=False, url_access_apps=False, userpilot=None, validate_classification=True, engine_validate_classification=False, virus_scan=False, tasks_refactor=False, bulk_import_deid=False, case_uploader=False, legacy_dicom_uploader=False, project_export=True, project_import=True): # noqa: E501
|
|
219
|
+
"""Features - a model defined in Swagger
|
|
220
|
+
|
|
221
|
+
:param acquisition_label_uniqueness_idx:, defaults to True
|
|
222
|
+
:type acquisition_label_uniqueness_idx: bool, optional
|
|
223
|
+
:param api_enabled_gear_rules:, defaults to True
|
|
224
|
+
:type api_enabled_gear_rules: bool, optional
|
|
225
|
+
:param auth0:, defaults to None
|
|
226
|
+
:type auth0: bool, optional
|
|
227
|
+
:param audit_trail:, defaults to False
|
|
228
|
+
:type audit_trail: bool, optional
|
|
229
|
+
:param azureml_integration:, defaults to False
|
|
230
|
+
:type azureml_integration: bool, optional
|
|
231
|
+
:param cold_job_logs:, defaults to False
|
|
232
|
+
:type cold_job_logs: bool, optional
|
|
233
|
+
:param collections:, defaults to False
|
|
234
|
+
:type collections: bool, optional
|
|
235
|
+
:param copy_by_reference:, defaults to True
|
|
236
|
+
:type copy_by_reference: bool, optional
|
|
237
|
+
:param core_api:, defaults to True
|
|
238
|
+
:type core_api: bool, optional
|
|
239
|
+
:param crawler:, defaults to False
|
|
240
|
+
:type crawler: bool, optional
|
|
241
|
+
:param cvat:, defaults to False
|
|
242
|
+
:type cvat: bool, optional
|
|
243
|
+
:param data_views_non_21_cfr:, defaults to True
|
|
244
|
+
:type data_views_non_21_cfr: bool, optional
|
|
245
|
+
:param default_viewer_apps:, defaults to True
|
|
246
|
+
:type default_viewer_apps: bool, optional
|
|
247
|
+
:param deid_log:, defaults to False
|
|
248
|
+
:type deid_log: bool, optional
|
|
249
|
+
:param deid_profile:, defaults to False
|
|
250
|
+
:type deid_profile: bool, optional
|
|
251
|
+
:param dimse:, defaults to False
|
|
252
|
+
:type dimse: bool, optional
|
|
253
|
+
:param elastic_search_primary:, defaults to False
|
|
254
|
+
:type elastic_search_primary: bool, optional
|
|
255
|
+
:param exchange:, defaults to False
|
|
256
|
+
:type exchange: bool, optional
|
|
257
|
+
:param exchange_admin:, defaults to False
|
|
258
|
+
:type exchange_admin: bool, optional
|
|
259
|
+
:param external_routing:, defaults to False
|
|
260
|
+
:type external_routing: bool, optional
|
|
261
|
+
:param gear_access:, defaults to True
|
|
262
|
+
:type gear_access: bool, optional
|
|
263
|
+
:param google_analytics:, defaults to True
|
|
264
|
+
:type google_analytics: bool, optional
|
|
265
|
+
:param healthcare_api:, defaults to False
|
|
266
|
+
:type healthcare_api: bool, optional
|
|
267
|
+
:param job_ask:, defaults to True
|
|
268
|
+
:type job_ask: bool, optional
|
|
269
|
+
:param job_prioritization:, defaults to True
|
|
270
|
+
:type job_prioritization: bool, optional
|
|
271
|
+
:param job_tickets:, defaults to True
|
|
272
|
+
:type job_tickets: bool, optional
|
|
273
|
+
:param jupyter_integration:, defaults to False
|
|
274
|
+
:type jupyter_integration: bool, optional
|
|
275
|
+
:param jupyterhub_external_storage:, defaults to True
|
|
276
|
+
:type jupyterhub_external_storage: bool, optional
|
|
277
|
+
:param ldap_sync:, defaults to False
|
|
278
|
+
:type ldap_sync: bool, optional
|
|
279
|
+
:param multifactor_auth:, defaults to False
|
|
280
|
+
:type multifactor_auth: bool, optional
|
|
281
|
+
:param multipart_signed_url:, defaults to True
|
|
282
|
+
:type multipart_signed_url: bool, optional
|
|
283
|
+
:param multiproject:, defaults to False
|
|
284
|
+
:type multiproject: bool, optional
|
|
285
|
+
:param ohif_multi_subject_view:, defaults to False
|
|
286
|
+
:type ohif_multi_subject_view: bool, optional
|
|
287
|
+
:param ohif_meteor:, defaults to False
|
|
288
|
+
:type ohif_meteor: bool, optional
|
|
289
|
+
:param ohif_react:, defaults to False
|
|
290
|
+
:type ohif_react: bool, optional
|
|
291
|
+
:param ohif_slice_order:, defaults to None
|
|
292
|
+
:type ohif_slice_order: str, optional
|
|
293
|
+
:param ohif_v2_adhoc_indexing:, defaults to True
|
|
294
|
+
:type ohif_v2_adhoc_indexing: bool, optional
|
|
295
|
+
:param ohif_v3:, defaults to True
|
|
296
|
+
:type ohif_v3: bool, optional
|
|
297
|
+
:param ohif_v3_default_app:, defaults to False
|
|
298
|
+
:type ohif_v3_default_app: bool, optional
|
|
299
|
+
:param ohif_v3_readonly:, defaults to False
|
|
300
|
+
:type ohif_v3_readonly: bool, optional
|
|
301
|
+
:param project_list_uses_stats:, defaults to True
|
|
302
|
+
:type project_list_uses_stats: bool, optional
|
|
303
|
+
:param project_locking:, defaults to False
|
|
304
|
+
:type project_locking: bool, optional
|
|
305
|
+
:param reader_tasks:, defaults to False
|
|
306
|
+
:type reader_tasks: bool, optional
|
|
307
|
+
:param rts_sync:, defaults to False
|
|
308
|
+
:type rts_sync: bool, optional
|
|
309
|
+
:param sentry_logging:, defaults to None
|
|
310
|
+
:type sentry_logging: bool, optional
|
|
311
|
+
:param shared_projects:, defaults to False
|
|
312
|
+
:type shared_projects: bool, optional
|
|
313
|
+
:param signed_url:, defaults to False
|
|
314
|
+
:type signed_url: bool, optional
|
|
315
|
+
:param study_task_status:, defaults to False
|
|
316
|
+
:type study_task_status: bool, optional
|
|
317
|
+
:param tagging:, defaults to False
|
|
318
|
+
:type tagging: bool, optional
|
|
319
|
+
:param tags_in_lists:, defaults to True
|
|
320
|
+
:type tags_in_lists: bool, optional
|
|
321
|
+
:param task_manager_data_views:, defaults to True
|
|
322
|
+
:type task_manager_data_views: bool, optional
|
|
323
|
+
:param transform_search_fields:, defaults to True
|
|
324
|
+
:type transform_search_fields: bool, optional
|
|
325
|
+
:param unsafe_login:, defaults to False
|
|
326
|
+
:type unsafe_login: bool, optional
|
|
327
|
+
:param url_access_apps:, defaults to False
|
|
328
|
+
:type url_access_apps: bool, optional
|
|
329
|
+
:param userpilot:, defaults to None
|
|
330
|
+
:type userpilot: bool, optional
|
|
331
|
+
:param validate_classification:, defaults to True
|
|
332
|
+
:type validate_classification: bool, optional
|
|
333
|
+
:param engine_validate_classification:, defaults to False
|
|
334
|
+
:type engine_validate_classification: bool, optional
|
|
335
|
+
:param virus_scan:, defaults to False
|
|
336
|
+
:type virus_scan: bool, optional
|
|
337
|
+
:param tasks_refactor:, defaults to False
|
|
338
|
+
:type tasks_refactor: bool, optional
|
|
339
|
+
:param bulk_import_deid:, defaults to False
|
|
340
|
+
:type bulk_import_deid: bool, optional
|
|
341
|
+
:param case_uploader:, defaults to False
|
|
342
|
+
:type case_uploader: bool, optional
|
|
343
|
+
:param legacy_dicom_uploader:, defaults to False
|
|
344
|
+
:type legacy_dicom_uploader: bool, optional
|
|
345
|
+
:param project_export:, defaults to True
|
|
346
|
+
:type project_export: bool, optional
|
|
347
|
+
:param project_import:, defaults to True
|
|
348
|
+
:type project_import: bool, optional
|
|
349
|
+
"""
|
|
227
350
|
super(Features, self).__init__()
|
|
228
351
|
|
|
352
|
+
self._acquisition_label_uniqueness_idx = None
|
|
229
353
|
self._api_enabled_gear_rules = None
|
|
230
354
|
self._auth0 = None
|
|
231
355
|
self._audit_trail = None
|
|
@@ -270,7 +394,6 @@ class Features(object):
|
|
|
270
394
|
self._reader_tasks = None
|
|
271
395
|
self._rts_sync = None
|
|
272
396
|
self._sentry_logging = None
|
|
273
|
-
self._session_templates_non_21_cfr = None
|
|
274
397
|
self._shared_projects = None
|
|
275
398
|
self._signed_url = None
|
|
276
399
|
self._study_task_status = None
|
|
@@ -293,6 +416,8 @@ class Features(object):
|
|
|
293
416
|
self.discriminator = None
|
|
294
417
|
self.alt_discriminator = None
|
|
295
418
|
|
|
419
|
+
if acquisition_label_uniqueness_idx is not None:
|
|
420
|
+
self.acquisition_label_uniqueness_idx = acquisition_label_uniqueness_idx
|
|
296
421
|
if api_enabled_gear_rules is not None:
|
|
297
422
|
self.api_enabled_gear_rules = api_enabled_gear_rules
|
|
298
423
|
if auth0 is not None:
|
|
@@ -381,8 +506,6 @@ class Features(object):
|
|
|
381
506
|
self.rts_sync = rts_sync
|
|
382
507
|
if sentry_logging is not None:
|
|
383
508
|
self.sentry_logging = sentry_logging
|
|
384
|
-
if session_templates_non_21_cfr is not None:
|
|
385
|
-
self.session_templates_non_21_cfr = session_templates_non_21_cfr
|
|
386
509
|
if shared_projects is not None:
|
|
387
510
|
self.shared_projects = shared_projects
|
|
388
511
|
if signed_url is not None:
|
|
@@ -422,12 +545,33 @@ class Features(object):
|
|
|
422
545
|
if project_import is not None:
|
|
423
546
|
self.project_import = project_import
|
|
424
547
|
|
|
548
|
+
@property
|
|
549
|
+
def acquisition_label_uniqueness_idx(self):
|
|
550
|
+
"""Gets the acquisition_label_uniqueness_idx of this Features.
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
:return: The acquisition_label_uniqueness_idx of this Features
|
|
554
|
+
:rtype: bool
|
|
555
|
+
"""
|
|
556
|
+
return self._acquisition_label_uniqueness_idx
|
|
557
|
+
|
|
558
|
+
@acquisition_label_uniqueness_idx.setter
|
|
559
|
+
def acquisition_label_uniqueness_idx(self, acquisition_label_uniqueness_idx):
|
|
560
|
+
"""Sets the acquisition_label_uniqueness_idx of this Features.
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
:param acquisition_label_uniqueness_idx: The acquisition_label_uniqueness_idx of this Features
|
|
564
|
+
:type acquisition_label_uniqueness_idx: bool
|
|
565
|
+
"""
|
|
566
|
+
|
|
567
|
+
self._acquisition_label_uniqueness_idx = acquisition_label_uniqueness_idx
|
|
568
|
+
|
|
425
569
|
@property
|
|
426
570
|
def api_enabled_gear_rules(self):
|
|
427
571
|
"""Gets the api_enabled_gear_rules of this Features.
|
|
428
572
|
|
|
429
573
|
|
|
430
|
-
:return: The api_enabled_gear_rules of this Features
|
|
574
|
+
:return: The api_enabled_gear_rules of this Features
|
|
431
575
|
:rtype: bool
|
|
432
576
|
"""
|
|
433
577
|
return self._api_enabled_gear_rules
|
|
@@ -437,8 +581,8 @@ class Features(object):
|
|
|
437
581
|
"""Sets the api_enabled_gear_rules of this Features.
|
|
438
582
|
|
|
439
583
|
|
|
440
|
-
:param api_enabled_gear_rules: The api_enabled_gear_rules of this Features
|
|
441
|
-
:type: bool
|
|
584
|
+
:param api_enabled_gear_rules: The api_enabled_gear_rules of this Features
|
|
585
|
+
:type api_enabled_gear_rules: bool
|
|
442
586
|
"""
|
|
443
587
|
|
|
444
588
|
self._api_enabled_gear_rules = api_enabled_gear_rules
|
|
@@ -448,7 +592,7 @@ class Features(object):
|
|
|
448
592
|
"""Gets the auth0 of this Features.
|
|
449
593
|
|
|
450
594
|
|
|
451
|
-
:return: The auth0 of this Features
|
|
595
|
+
:return: The auth0 of this Features
|
|
452
596
|
:rtype: bool
|
|
453
597
|
"""
|
|
454
598
|
return self._auth0
|
|
@@ -458,8 +602,8 @@ class Features(object):
|
|
|
458
602
|
"""Sets the auth0 of this Features.
|
|
459
603
|
|
|
460
604
|
|
|
461
|
-
:param auth0: The auth0 of this Features
|
|
462
|
-
:type: bool
|
|
605
|
+
:param auth0: The auth0 of this Features
|
|
606
|
+
:type auth0: bool
|
|
463
607
|
"""
|
|
464
608
|
|
|
465
609
|
self._auth0 = auth0
|
|
@@ -469,7 +613,7 @@ class Features(object):
|
|
|
469
613
|
"""Gets the audit_trail of this Features.
|
|
470
614
|
|
|
471
615
|
|
|
472
|
-
:return: The audit_trail of this Features
|
|
616
|
+
:return: The audit_trail of this Features
|
|
473
617
|
:rtype: bool
|
|
474
618
|
"""
|
|
475
619
|
return self._audit_trail
|
|
@@ -479,8 +623,8 @@ class Features(object):
|
|
|
479
623
|
"""Sets the audit_trail of this Features.
|
|
480
624
|
|
|
481
625
|
|
|
482
|
-
:param audit_trail: The audit_trail of this Features
|
|
483
|
-
:type: bool
|
|
626
|
+
:param audit_trail: The audit_trail of this Features
|
|
627
|
+
:type audit_trail: bool
|
|
484
628
|
"""
|
|
485
629
|
|
|
486
630
|
self._audit_trail = audit_trail
|
|
@@ -490,7 +634,7 @@ class Features(object):
|
|
|
490
634
|
"""Gets the azureml_integration of this Features.
|
|
491
635
|
|
|
492
636
|
|
|
493
|
-
:return: The azureml_integration of this Features
|
|
637
|
+
:return: The azureml_integration of this Features
|
|
494
638
|
:rtype: bool
|
|
495
639
|
"""
|
|
496
640
|
return self._azureml_integration
|
|
@@ -500,8 +644,8 @@ class Features(object):
|
|
|
500
644
|
"""Sets the azureml_integration of this Features.
|
|
501
645
|
|
|
502
646
|
|
|
503
|
-
:param azureml_integration: The azureml_integration of this Features
|
|
504
|
-
:type: bool
|
|
647
|
+
:param azureml_integration: The azureml_integration of this Features
|
|
648
|
+
:type azureml_integration: bool
|
|
505
649
|
"""
|
|
506
650
|
|
|
507
651
|
self._azureml_integration = azureml_integration
|
|
@@ -511,7 +655,7 @@ class Features(object):
|
|
|
511
655
|
"""Gets the cold_job_logs of this Features.
|
|
512
656
|
|
|
513
657
|
|
|
514
|
-
:return: The cold_job_logs of this Features
|
|
658
|
+
:return: The cold_job_logs of this Features
|
|
515
659
|
:rtype: bool
|
|
516
660
|
"""
|
|
517
661
|
return self._cold_job_logs
|
|
@@ -521,8 +665,8 @@ class Features(object):
|
|
|
521
665
|
"""Sets the cold_job_logs of this Features.
|
|
522
666
|
|
|
523
667
|
|
|
524
|
-
:param cold_job_logs: The cold_job_logs of this Features
|
|
525
|
-
:type: bool
|
|
668
|
+
:param cold_job_logs: The cold_job_logs of this Features
|
|
669
|
+
:type cold_job_logs: bool
|
|
526
670
|
"""
|
|
527
671
|
|
|
528
672
|
self._cold_job_logs = cold_job_logs
|
|
@@ -532,7 +676,7 @@ class Features(object):
|
|
|
532
676
|
"""Gets the collections of this Features.
|
|
533
677
|
|
|
534
678
|
|
|
535
|
-
:return: The collections of this Features
|
|
679
|
+
:return: The collections of this Features
|
|
536
680
|
:rtype: bool
|
|
537
681
|
"""
|
|
538
682
|
return self._collections
|
|
@@ -542,8 +686,8 @@ class Features(object):
|
|
|
542
686
|
"""Sets the collections of this Features.
|
|
543
687
|
|
|
544
688
|
|
|
545
|
-
:param collections: The collections of this Features
|
|
546
|
-
:type: bool
|
|
689
|
+
:param collections: The collections of this Features
|
|
690
|
+
:type collections: bool
|
|
547
691
|
"""
|
|
548
692
|
|
|
549
693
|
self._collections = collections
|
|
@@ -553,7 +697,7 @@ class Features(object):
|
|
|
553
697
|
"""Gets the copy_by_reference of this Features.
|
|
554
698
|
|
|
555
699
|
|
|
556
|
-
:return: The copy_by_reference of this Features
|
|
700
|
+
:return: The copy_by_reference of this Features
|
|
557
701
|
:rtype: bool
|
|
558
702
|
"""
|
|
559
703
|
return self._copy_by_reference
|
|
@@ -563,8 +707,8 @@ class Features(object):
|
|
|
563
707
|
"""Sets the copy_by_reference of this Features.
|
|
564
708
|
|
|
565
709
|
|
|
566
|
-
:param copy_by_reference: The copy_by_reference of this Features
|
|
567
|
-
:type: bool
|
|
710
|
+
:param copy_by_reference: The copy_by_reference of this Features
|
|
711
|
+
:type copy_by_reference: bool
|
|
568
712
|
"""
|
|
569
713
|
|
|
570
714
|
self._copy_by_reference = copy_by_reference
|
|
@@ -574,7 +718,7 @@ class Features(object):
|
|
|
574
718
|
"""Gets the core_api of this Features.
|
|
575
719
|
|
|
576
720
|
|
|
577
|
-
:return: The core_api of this Features
|
|
721
|
+
:return: The core_api of this Features
|
|
578
722
|
:rtype: bool
|
|
579
723
|
"""
|
|
580
724
|
return self._core_api
|
|
@@ -584,8 +728,8 @@ class Features(object):
|
|
|
584
728
|
"""Sets the core_api of this Features.
|
|
585
729
|
|
|
586
730
|
|
|
587
|
-
:param core_api: The core_api of this Features
|
|
588
|
-
:type: bool
|
|
731
|
+
:param core_api: The core_api of this Features
|
|
732
|
+
:type core_api: bool
|
|
589
733
|
"""
|
|
590
734
|
|
|
591
735
|
self._core_api = core_api
|
|
@@ -595,7 +739,7 @@ class Features(object):
|
|
|
595
739
|
"""Gets the crawler of this Features.
|
|
596
740
|
|
|
597
741
|
|
|
598
|
-
:return: The crawler of this Features
|
|
742
|
+
:return: The crawler of this Features
|
|
599
743
|
:rtype: bool
|
|
600
744
|
"""
|
|
601
745
|
return self._crawler
|
|
@@ -605,8 +749,8 @@ class Features(object):
|
|
|
605
749
|
"""Sets the crawler of this Features.
|
|
606
750
|
|
|
607
751
|
|
|
608
|
-
:param crawler: The crawler of this Features
|
|
609
|
-
:type: bool
|
|
752
|
+
:param crawler: The crawler of this Features
|
|
753
|
+
:type crawler: bool
|
|
610
754
|
"""
|
|
611
755
|
|
|
612
756
|
self._crawler = crawler
|
|
@@ -616,7 +760,7 @@ class Features(object):
|
|
|
616
760
|
"""Gets the cvat of this Features.
|
|
617
761
|
|
|
618
762
|
|
|
619
|
-
:return: The cvat of this Features
|
|
763
|
+
:return: The cvat of this Features
|
|
620
764
|
:rtype: bool
|
|
621
765
|
"""
|
|
622
766
|
return self._cvat
|
|
@@ -626,8 +770,8 @@ class Features(object):
|
|
|
626
770
|
"""Sets the cvat of this Features.
|
|
627
771
|
|
|
628
772
|
|
|
629
|
-
:param cvat: The cvat of this Features
|
|
630
|
-
:type: bool
|
|
773
|
+
:param cvat: The cvat of this Features
|
|
774
|
+
:type cvat: bool
|
|
631
775
|
"""
|
|
632
776
|
|
|
633
777
|
self._cvat = cvat
|
|
@@ -637,7 +781,7 @@ class Features(object):
|
|
|
637
781
|
"""Gets the data_views_non_21_cfr of this Features.
|
|
638
782
|
|
|
639
783
|
|
|
640
|
-
:return: The data_views_non_21_cfr of this Features
|
|
784
|
+
:return: The data_views_non_21_cfr of this Features
|
|
641
785
|
:rtype: bool
|
|
642
786
|
"""
|
|
643
787
|
return self._data_views_non_21_cfr
|
|
@@ -647,8 +791,8 @@ class Features(object):
|
|
|
647
791
|
"""Sets the data_views_non_21_cfr of this Features.
|
|
648
792
|
|
|
649
793
|
|
|
650
|
-
:param data_views_non_21_cfr: The data_views_non_21_cfr of this Features
|
|
651
|
-
:type: bool
|
|
794
|
+
:param data_views_non_21_cfr: The data_views_non_21_cfr of this Features
|
|
795
|
+
:type data_views_non_21_cfr: bool
|
|
652
796
|
"""
|
|
653
797
|
|
|
654
798
|
self._data_views_non_21_cfr = data_views_non_21_cfr
|
|
@@ -658,7 +802,7 @@ class Features(object):
|
|
|
658
802
|
"""Gets the default_viewer_apps of this Features.
|
|
659
803
|
|
|
660
804
|
|
|
661
|
-
:return: The default_viewer_apps of this Features
|
|
805
|
+
:return: The default_viewer_apps of this Features
|
|
662
806
|
:rtype: bool
|
|
663
807
|
"""
|
|
664
808
|
return self._default_viewer_apps
|
|
@@ -668,8 +812,8 @@ class Features(object):
|
|
|
668
812
|
"""Sets the default_viewer_apps of this Features.
|
|
669
813
|
|
|
670
814
|
|
|
671
|
-
:param default_viewer_apps: The default_viewer_apps of this Features
|
|
672
|
-
:type: bool
|
|
815
|
+
:param default_viewer_apps: The default_viewer_apps of this Features
|
|
816
|
+
:type default_viewer_apps: bool
|
|
673
817
|
"""
|
|
674
818
|
|
|
675
819
|
self._default_viewer_apps = default_viewer_apps
|
|
@@ -679,7 +823,7 @@ class Features(object):
|
|
|
679
823
|
"""Gets the deid_log of this Features.
|
|
680
824
|
|
|
681
825
|
|
|
682
|
-
:return: The deid_log of this Features
|
|
826
|
+
:return: The deid_log of this Features
|
|
683
827
|
:rtype: bool
|
|
684
828
|
"""
|
|
685
829
|
return self._deid_log
|
|
@@ -689,8 +833,8 @@ class Features(object):
|
|
|
689
833
|
"""Sets the deid_log of this Features.
|
|
690
834
|
|
|
691
835
|
|
|
692
|
-
:param deid_log: The deid_log of this Features
|
|
693
|
-
:type: bool
|
|
836
|
+
:param deid_log: The deid_log of this Features
|
|
837
|
+
:type deid_log: bool
|
|
694
838
|
"""
|
|
695
839
|
|
|
696
840
|
self._deid_log = deid_log
|
|
@@ -700,7 +844,7 @@ class Features(object):
|
|
|
700
844
|
"""Gets the deid_profile of this Features.
|
|
701
845
|
|
|
702
846
|
|
|
703
|
-
:return: The deid_profile of this Features
|
|
847
|
+
:return: The deid_profile of this Features
|
|
704
848
|
:rtype: bool
|
|
705
849
|
"""
|
|
706
850
|
return self._deid_profile
|
|
@@ -710,8 +854,8 @@ class Features(object):
|
|
|
710
854
|
"""Sets the deid_profile of this Features.
|
|
711
855
|
|
|
712
856
|
|
|
713
|
-
:param deid_profile: The deid_profile of this Features
|
|
714
|
-
:type: bool
|
|
857
|
+
:param deid_profile: The deid_profile of this Features
|
|
858
|
+
:type deid_profile: bool
|
|
715
859
|
"""
|
|
716
860
|
|
|
717
861
|
self._deid_profile = deid_profile
|
|
@@ -721,7 +865,7 @@ class Features(object):
|
|
|
721
865
|
"""Gets the dimse of this Features.
|
|
722
866
|
|
|
723
867
|
|
|
724
|
-
:return: The dimse of this Features
|
|
868
|
+
:return: The dimse of this Features
|
|
725
869
|
:rtype: bool
|
|
726
870
|
"""
|
|
727
871
|
return self._dimse
|
|
@@ -731,8 +875,8 @@ class Features(object):
|
|
|
731
875
|
"""Sets the dimse of this Features.
|
|
732
876
|
|
|
733
877
|
|
|
734
|
-
:param dimse: The dimse of this Features
|
|
735
|
-
:type: bool
|
|
878
|
+
:param dimse: The dimse of this Features
|
|
879
|
+
:type dimse: bool
|
|
736
880
|
"""
|
|
737
881
|
|
|
738
882
|
self._dimse = dimse
|
|
@@ -742,7 +886,7 @@ class Features(object):
|
|
|
742
886
|
"""Gets the elastic_search_primary of this Features.
|
|
743
887
|
|
|
744
888
|
|
|
745
|
-
:return: The elastic_search_primary of this Features
|
|
889
|
+
:return: The elastic_search_primary of this Features
|
|
746
890
|
:rtype: bool
|
|
747
891
|
"""
|
|
748
892
|
return self._elastic_search_primary
|
|
@@ -752,8 +896,8 @@ class Features(object):
|
|
|
752
896
|
"""Sets the elastic_search_primary of this Features.
|
|
753
897
|
|
|
754
898
|
|
|
755
|
-
:param elastic_search_primary: The elastic_search_primary of this Features
|
|
756
|
-
:type: bool
|
|
899
|
+
:param elastic_search_primary: The elastic_search_primary of this Features
|
|
900
|
+
:type elastic_search_primary: bool
|
|
757
901
|
"""
|
|
758
902
|
|
|
759
903
|
self._elastic_search_primary = elastic_search_primary
|
|
@@ -763,7 +907,7 @@ class Features(object):
|
|
|
763
907
|
"""Gets the exchange of this Features.
|
|
764
908
|
|
|
765
909
|
|
|
766
|
-
:return: The exchange of this Features
|
|
910
|
+
:return: The exchange of this Features
|
|
767
911
|
:rtype: bool
|
|
768
912
|
"""
|
|
769
913
|
return self._exchange
|
|
@@ -773,8 +917,8 @@ class Features(object):
|
|
|
773
917
|
"""Sets the exchange of this Features.
|
|
774
918
|
|
|
775
919
|
|
|
776
|
-
:param exchange: The exchange of this Features
|
|
777
|
-
:type: bool
|
|
920
|
+
:param exchange: The exchange of this Features
|
|
921
|
+
:type exchange: bool
|
|
778
922
|
"""
|
|
779
923
|
|
|
780
924
|
self._exchange = exchange
|
|
@@ -784,7 +928,7 @@ class Features(object):
|
|
|
784
928
|
"""Gets the exchange_admin of this Features.
|
|
785
929
|
|
|
786
930
|
|
|
787
|
-
:return: The exchange_admin of this Features
|
|
931
|
+
:return: The exchange_admin of this Features
|
|
788
932
|
:rtype: bool
|
|
789
933
|
"""
|
|
790
934
|
return self._exchange_admin
|
|
@@ -794,8 +938,8 @@ class Features(object):
|
|
|
794
938
|
"""Sets the exchange_admin of this Features.
|
|
795
939
|
|
|
796
940
|
|
|
797
|
-
:param exchange_admin: The exchange_admin of this Features
|
|
798
|
-
:type: bool
|
|
941
|
+
:param exchange_admin: The exchange_admin of this Features
|
|
942
|
+
:type exchange_admin: bool
|
|
799
943
|
"""
|
|
800
944
|
|
|
801
945
|
self._exchange_admin = exchange_admin
|
|
@@ -805,7 +949,7 @@ class Features(object):
|
|
|
805
949
|
"""Gets the external_routing of this Features.
|
|
806
950
|
|
|
807
951
|
|
|
808
|
-
:return: The external_routing of this Features
|
|
952
|
+
:return: The external_routing of this Features
|
|
809
953
|
:rtype: bool
|
|
810
954
|
"""
|
|
811
955
|
return self._external_routing
|
|
@@ -815,8 +959,8 @@ class Features(object):
|
|
|
815
959
|
"""Sets the external_routing of this Features.
|
|
816
960
|
|
|
817
961
|
|
|
818
|
-
:param external_routing: The external_routing of this Features
|
|
819
|
-
:type: bool
|
|
962
|
+
:param external_routing: The external_routing of this Features
|
|
963
|
+
:type external_routing: bool
|
|
820
964
|
"""
|
|
821
965
|
|
|
822
966
|
self._external_routing = external_routing
|
|
@@ -826,7 +970,7 @@ class Features(object):
|
|
|
826
970
|
"""Gets the gear_access of this Features.
|
|
827
971
|
|
|
828
972
|
|
|
829
|
-
:return: The gear_access of this Features
|
|
973
|
+
:return: The gear_access of this Features
|
|
830
974
|
:rtype: bool
|
|
831
975
|
"""
|
|
832
976
|
return self._gear_access
|
|
@@ -836,8 +980,8 @@ class Features(object):
|
|
|
836
980
|
"""Sets the gear_access of this Features.
|
|
837
981
|
|
|
838
982
|
|
|
839
|
-
:param gear_access: The gear_access of this Features
|
|
840
|
-
:type: bool
|
|
983
|
+
:param gear_access: The gear_access of this Features
|
|
984
|
+
:type gear_access: bool
|
|
841
985
|
"""
|
|
842
986
|
|
|
843
987
|
self._gear_access = gear_access
|
|
@@ -847,7 +991,7 @@ class Features(object):
|
|
|
847
991
|
"""Gets the google_analytics of this Features.
|
|
848
992
|
|
|
849
993
|
|
|
850
|
-
:return: The google_analytics of this Features
|
|
994
|
+
:return: The google_analytics of this Features
|
|
851
995
|
:rtype: bool
|
|
852
996
|
"""
|
|
853
997
|
return self._google_analytics
|
|
@@ -857,8 +1001,8 @@ class Features(object):
|
|
|
857
1001
|
"""Sets the google_analytics of this Features.
|
|
858
1002
|
|
|
859
1003
|
|
|
860
|
-
:param google_analytics: The google_analytics of this Features
|
|
861
|
-
:type: bool
|
|
1004
|
+
:param google_analytics: The google_analytics of this Features
|
|
1005
|
+
:type google_analytics: bool
|
|
862
1006
|
"""
|
|
863
1007
|
|
|
864
1008
|
self._google_analytics = google_analytics
|
|
@@ -868,7 +1012,7 @@ class Features(object):
|
|
|
868
1012
|
"""Gets the healthcare_api of this Features.
|
|
869
1013
|
|
|
870
1014
|
|
|
871
|
-
:return: The healthcare_api of this Features
|
|
1015
|
+
:return: The healthcare_api of this Features
|
|
872
1016
|
:rtype: bool
|
|
873
1017
|
"""
|
|
874
1018
|
return self._healthcare_api
|
|
@@ -878,8 +1022,8 @@ class Features(object):
|
|
|
878
1022
|
"""Sets the healthcare_api of this Features.
|
|
879
1023
|
|
|
880
1024
|
|
|
881
|
-
:param healthcare_api: The healthcare_api of this Features
|
|
882
|
-
:type: bool
|
|
1025
|
+
:param healthcare_api: The healthcare_api of this Features
|
|
1026
|
+
:type healthcare_api: bool
|
|
883
1027
|
"""
|
|
884
1028
|
|
|
885
1029
|
self._healthcare_api = healthcare_api
|
|
@@ -889,7 +1033,7 @@ class Features(object):
|
|
|
889
1033
|
"""Gets the job_ask of this Features.
|
|
890
1034
|
|
|
891
1035
|
|
|
892
|
-
:return: The job_ask of this Features
|
|
1036
|
+
:return: The job_ask of this Features
|
|
893
1037
|
:rtype: bool
|
|
894
1038
|
"""
|
|
895
1039
|
return self._job_ask
|
|
@@ -899,8 +1043,8 @@ class Features(object):
|
|
|
899
1043
|
"""Sets the job_ask of this Features.
|
|
900
1044
|
|
|
901
1045
|
|
|
902
|
-
:param job_ask: The job_ask of this Features
|
|
903
|
-
:type: bool
|
|
1046
|
+
:param job_ask: The job_ask of this Features
|
|
1047
|
+
:type job_ask: bool
|
|
904
1048
|
"""
|
|
905
1049
|
|
|
906
1050
|
self._job_ask = job_ask
|
|
@@ -910,7 +1054,7 @@ class Features(object):
|
|
|
910
1054
|
"""Gets the job_prioritization of this Features.
|
|
911
1055
|
|
|
912
1056
|
|
|
913
|
-
:return: The job_prioritization of this Features
|
|
1057
|
+
:return: The job_prioritization of this Features
|
|
914
1058
|
:rtype: bool
|
|
915
1059
|
"""
|
|
916
1060
|
return self._job_prioritization
|
|
@@ -920,8 +1064,8 @@ class Features(object):
|
|
|
920
1064
|
"""Sets the job_prioritization of this Features.
|
|
921
1065
|
|
|
922
1066
|
|
|
923
|
-
:param job_prioritization: The job_prioritization of this Features
|
|
924
|
-
:type: bool
|
|
1067
|
+
:param job_prioritization: The job_prioritization of this Features
|
|
1068
|
+
:type job_prioritization: bool
|
|
925
1069
|
"""
|
|
926
1070
|
|
|
927
1071
|
self._job_prioritization = job_prioritization
|
|
@@ -931,7 +1075,7 @@ class Features(object):
|
|
|
931
1075
|
"""Gets the job_tickets of this Features.
|
|
932
1076
|
|
|
933
1077
|
|
|
934
|
-
:return: The job_tickets of this Features
|
|
1078
|
+
:return: The job_tickets of this Features
|
|
935
1079
|
:rtype: bool
|
|
936
1080
|
"""
|
|
937
1081
|
return self._job_tickets
|
|
@@ -941,8 +1085,8 @@ class Features(object):
|
|
|
941
1085
|
"""Sets the job_tickets of this Features.
|
|
942
1086
|
|
|
943
1087
|
|
|
944
|
-
:param job_tickets: The job_tickets of this Features
|
|
945
|
-
:type: bool
|
|
1088
|
+
:param job_tickets: The job_tickets of this Features
|
|
1089
|
+
:type job_tickets: bool
|
|
946
1090
|
"""
|
|
947
1091
|
|
|
948
1092
|
self._job_tickets = job_tickets
|
|
@@ -952,7 +1096,7 @@ class Features(object):
|
|
|
952
1096
|
"""Gets the jupyter_integration of this Features.
|
|
953
1097
|
|
|
954
1098
|
|
|
955
|
-
:return: The jupyter_integration of this Features
|
|
1099
|
+
:return: The jupyter_integration of this Features
|
|
956
1100
|
:rtype: bool
|
|
957
1101
|
"""
|
|
958
1102
|
return self._jupyter_integration
|
|
@@ -962,8 +1106,8 @@ class Features(object):
|
|
|
962
1106
|
"""Sets the jupyter_integration of this Features.
|
|
963
1107
|
|
|
964
1108
|
|
|
965
|
-
:param jupyter_integration: The jupyter_integration of this Features
|
|
966
|
-
:type: bool
|
|
1109
|
+
:param jupyter_integration: The jupyter_integration of this Features
|
|
1110
|
+
:type jupyter_integration: bool
|
|
967
1111
|
"""
|
|
968
1112
|
|
|
969
1113
|
self._jupyter_integration = jupyter_integration
|
|
@@ -973,7 +1117,7 @@ class Features(object):
|
|
|
973
1117
|
"""Gets the jupyterhub_external_storage of this Features.
|
|
974
1118
|
|
|
975
1119
|
|
|
976
|
-
:return: The jupyterhub_external_storage of this Features
|
|
1120
|
+
:return: The jupyterhub_external_storage of this Features
|
|
977
1121
|
:rtype: bool
|
|
978
1122
|
"""
|
|
979
1123
|
return self._jupyterhub_external_storage
|
|
@@ -983,8 +1127,8 @@ class Features(object):
|
|
|
983
1127
|
"""Sets the jupyterhub_external_storage of this Features.
|
|
984
1128
|
|
|
985
1129
|
|
|
986
|
-
:param jupyterhub_external_storage: The jupyterhub_external_storage of this Features
|
|
987
|
-
:type: bool
|
|
1130
|
+
:param jupyterhub_external_storage: The jupyterhub_external_storage of this Features
|
|
1131
|
+
:type jupyterhub_external_storage: bool
|
|
988
1132
|
"""
|
|
989
1133
|
|
|
990
1134
|
self._jupyterhub_external_storage = jupyterhub_external_storage
|
|
@@ -994,7 +1138,7 @@ class Features(object):
|
|
|
994
1138
|
"""Gets the ldap_sync of this Features.
|
|
995
1139
|
|
|
996
1140
|
|
|
997
|
-
:return: The ldap_sync of this Features
|
|
1141
|
+
:return: The ldap_sync of this Features
|
|
998
1142
|
:rtype: bool
|
|
999
1143
|
"""
|
|
1000
1144
|
return self._ldap_sync
|
|
@@ -1004,8 +1148,8 @@ class Features(object):
|
|
|
1004
1148
|
"""Sets the ldap_sync of this Features.
|
|
1005
1149
|
|
|
1006
1150
|
|
|
1007
|
-
:param ldap_sync: The ldap_sync of this Features
|
|
1008
|
-
:type: bool
|
|
1151
|
+
:param ldap_sync: The ldap_sync of this Features
|
|
1152
|
+
:type ldap_sync: bool
|
|
1009
1153
|
"""
|
|
1010
1154
|
|
|
1011
1155
|
self._ldap_sync = ldap_sync
|
|
@@ -1015,7 +1159,7 @@ class Features(object):
|
|
|
1015
1159
|
"""Gets the multifactor_auth of this Features.
|
|
1016
1160
|
|
|
1017
1161
|
|
|
1018
|
-
:return: The multifactor_auth of this Features
|
|
1162
|
+
:return: The multifactor_auth of this Features
|
|
1019
1163
|
:rtype: bool
|
|
1020
1164
|
"""
|
|
1021
1165
|
return self._multifactor_auth
|
|
@@ -1025,8 +1169,8 @@ class Features(object):
|
|
|
1025
1169
|
"""Sets the multifactor_auth of this Features.
|
|
1026
1170
|
|
|
1027
1171
|
|
|
1028
|
-
:param multifactor_auth: The multifactor_auth of this Features
|
|
1029
|
-
:type: bool
|
|
1172
|
+
:param multifactor_auth: The multifactor_auth of this Features
|
|
1173
|
+
:type multifactor_auth: bool
|
|
1030
1174
|
"""
|
|
1031
1175
|
|
|
1032
1176
|
self._multifactor_auth = multifactor_auth
|
|
@@ -1036,7 +1180,7 @@ class Features(object):
|
|
|
1036
1180
|
"""Gets the multipart_signed_url of this Features.
|
|
1037
1181
|
|
|
1038
1182
|
|
|
1039
|
-
:return: The multipart_signed_url of this Features
|
|
1183
|
+
:return: The multipart_signed_url of this Features
|
|
1040
1184
|
:rtype: bool
|
|
1041
1185
|
"""
|
|
1042
1186
|
return self._multipart_signed_url
|
|
@@ -1046,8 +1190,8 @@ class Features(object):
|
|
|
1046
1190
|
"""Sets the multipart_signed_url of this Features.
|
|
1047
1191
|
|
|
1048
1192
|
|
|
1049
|
-
:param multipart_signed_url: The multipart_signed_url of this Features
|
|
1050
|
-
:type: bool
|
|
1193
|
+
:param multipart_signed_url: The multipart_signed_url of this Features
|
|
1194
|
+
:type multipart_signed_url: bool
|
|
1051
1195
|
"""
|
|
1052
1196
|
|
|
1053
1197
|
self._multipart_signed_url = multipart_signed_url
|
|
@@ -1057,7 +1201,7 @@ class Features(object):
|
|
|
1057
1201
|
"""Gets the multiproject of this Features.
|
|
1058
1202
|
|
|
1059
1203
|
|
|
1060
|
-
:return: The multiproject of this Features
|
|
1204
|
+
:return: The multiproject of this Features
|
|
1061
1205
|
:rtype: bool
|
|
1062
1206
|
"""
|
|
1063
1207
|
return self._multiproject
|
|
@@ -1067,8 +1211,8 @@ class Features(object):
|
|
|
1067
1211
|
"""Sets the multiproject of this Features.
|
|
1068
1212
|
|
|
1069
1213
|
|
|
1070
|
-
:param multiproject: The multiproject of this Features
|
|
1071
|
-
:type: bool
|
|
1214
|
+
:param multiproject: The multiproject of this Features
|
|
1215
|
+
:type multiproject: bool
|
|
1072
1216
|
"""
|
|
1073
1217
|
|
|
1074
1218
|
self._multiproject = multiproject
|
|
@@ -1078,7 +1222,7 @@ class Features(object):
|
|
|
1078
1222
|
"""Gets the ohif_multi_subject_view of this Features.
|
|
1079
1223
|
|
|
1080
1224
|
|
|
1081
|
-
:return: The ohif_multi_subject_view of this Features
|
|
1225
|
+
:return: The ohif_multi_subject_view of this Features
|
|
1082
1226
|
:rtype: bool
|
|
1083
1227
|
"""
|
|
1084
1228
|
return self._ohif_multi_subject_view
|
|
@@ -1088,8 +1232,8 @@ class Features(object):
|
|
|
1088
1232
|
"""Sets the ohif_multi_subject_view of this Features.
|
|
1089
1233
|
|
|
1090
1234
|
|
|
1091
|
-
:param ohif_multi_subject_view: The ohif_multi_subject_view of this Features
|
|
1092
|
-
:type: bool
|
|
1235
|
+
:param ohif_multi_subject_view: The ohif_multi_subject_view of this Features
|
|
1236
|
+
:type ohif_multi_subject_view: bool
|
|
1093
1237
|
"""
|
|
1094
1238
|
|
|
1095
1239
|
self._ohif_multi_subject_view = ohif_multi_subject_view
|
|
@@ -1099,7 +1243,7 @@ class Features(object):
|
|
|
1099
1243
|
"""Gets the ohif_meteor of this Features.
|
|
1100
1244
|
|
|
1101
1245
|
|
|
1102
|
-
:return: The ohif_meteor of this Features
|
|
1246
|
+
:return: The ohif_meteor of this Features
|
|
1103
1247
|
:rtype: bool
|
|
1104
1248
|
"""
|
|
1105
1249
|
return self._ohif_meteor
|
|
@@ -1109,8 +1253,8 @@ class Features(object):
|
|
|
1109
1253
|
"""Sets the ohif_meteor of this Features.
|
|
1110
1254
|
|
|
1111
1255
|
|
|
1112
|
-
:param ohif_meteor: The ohif_meteor of this Features
|
|
1113
|
-
:type: bool
|
|
1256
|
+
:param ohif_meteor: The ohif_meteor of this Features
|
|
1257
|
+
:type ohif_meteor: bool
|
|
1114
1258
|
"""
|
|
1115
1259
|
|
|
1116
1260
|
self._ohif_meteor = ohif_meteor
|
|
@@ -1120,7 +1264,7 @@ class Features(object):
|
|
|
1120
1264
|
"""Gets the ohif_react of this Features.
|
|
1121
1265
|
|
|
1122
1266
|
|
|
1123
|
-
:return: The ohif_react of this Features
|
|
1267
|
+
:return: The ohif_react of this Features
|
|
1124
1268
|
:rtype: bool
|
|
1125
1269
|
"""
|
|
1126
1270
|
return self._ohif_react
|
|
@@ -1130,8 +1274,8 @@ class Features(object):
|
|
|
1130
1274
|
"""Sets the ohif_react of this Features.
|
|
1131
1275
|
|
|
1132
1276
|
|
|
1133
|
-
:param ohif_react: The ohif_react of this Features
|
|
1134
|
-
:type: bool
|
|
1277
|
+
:param ohif_react: The ohif_react of this Features
|
|
1278
|
+
:type ohif_react: bool
|
|
1135
1279
|
"""
|
|
1136
1280
|
|
|
1137
1281
|
self._ohif_react = ohif_react
|
|
@@ -1141,7 +1285,7 @@ class Features(object):
|
|
|
1141
1285
|
"""Gets the ohif_slice_order of this Features.
|
|
1142
1286
|
|
|
1143
1287
|
|
|
1144
|
-
:return: The ohif_slice_order of this Features
|
|
1288
|
+
:return: The ohif_slice_order of this Features
|
|
1145
1289
|
:rtype: str
|
|
1146
1290
|
"""
|
|
1147
1291
|
return self._ohif_slice_order
|
|
@@ -1151,8 +1295,8 @@ class Features(object):
|
|
|
1151
1295
|
"""Sets the ohif_slice_order of this Features.
|
|
1152
1296
|
|
|
1153
1297
|
|
|
1154
|
-
:param ohif_slice_order: The ohif_slice_order of this Features
|
|
1155
|
-
:type: str
|
|
1298
|
+
:param ohif_slice_order: The ohif_slice_order of this Features
|
|
1299
|
+
:type ohif_slice_order: str
|
|
1156
1300
|
"""
|
|
1157
1301
|
|
|
1158
1302
|
self._ohif_slice_order = ohif_slice_order
|
|
@@ -1162,7 +1306,7 @@ class Features(object):
|
|
|
1162
1306
|
"""Gets the ohif_v2_adhoc_indexing of this Features.
|
|
1163
1307
|
|
|
1164
1308
|
|
|
1165
|
-
:return: The ohif_v2_adhoc_indexing of this Features
|
|
1309
|
+
:return: The ohif_v2_adhoc_indexing of this Features
|
|
1166
1310
|
:rtype: bool
|
|
1167
1311
|
"""
|
|
1168
1312
|
return self._ohif_v2_adhoc_indexing
|
|
@@ -1172,8 +1316,8 @@ class Features(object):
|
|
|
1172
1316
|
"""Sets the ohif_v2_adhoc_indexing of this Features.
|
|
1173
1317
|
|
|
1174
1318
|
|
|
1175
|
-
:param ohif_v2_adhoc_indexing: The ohif_v2_adhoc_indexing of this Features
|
|
1176
|
-
:type: bool
|
|
1319
|
+
:param ohif_v2_adhoc_indexing: The ohif_v2_adhoc_indexing of this Features
|
|
1320
|
+
:type ohif_v2_adhoc_indexing: bool
|
|
1177
1321
|
"""
|
|
1178
1322
|
|
|
1179
1323
|
self._ohif_v2_adhoc_indexing = ohif_v2_adhoc_indexing
|
|
@@ -1183,7 +1327,7 @@ class Features(object):
|
|
|
1183
1327
|
"""Gets the ohif_v3 of this Features.
|
|
1184
1328
|
|
|
1185
1329
|
|
|
1186
|
-
:return: The ohif_v3 of this Features
|
|
1330
|
+
:return: The ohif_v3 of this Features
|
|
1187
1331
|
:rtype: bool
|
|
1188
1332
|
"""
|
|
1189
1333
|
return self._ohif_v3
|
|
@@ -1193,8 +1337,8 @@ class Features(object):
|
|
|
1193
1337
|
"""Sets the ohif_v3 of this Features.
|
|
1194
1338
|
|
|
1195
1339
|
|
|
1196
|
-
:param ohif_v3: The ohif_v3 of this Features
|
|
1197
|
-
:type: bool
|
|
1340
|
+
:param ohif_v3: The ohif_v3 of this Features
|
|
1341
|
+
:type ohif_v3: bool
|
|
1198
1342
|
"""
|
|
1199
1343
|
|
|
1200
1344
|
self._ohif_v3 = ohif_v3
|
|
@@ -1204,7 +1348,7 @@ class Features(object):
|
|
|
1204
1348
|
"""Gets the ohif_v3_default_app of this Features.
|
|
1205
1349
|
|
|
1206
1350
|
|
|
1207
|
-
:return: The ohif_v3_default_app of this Features
|
|
1351
|
+
:return: The ohif_v3_default_app of this Features
|
|
1208
1352
|
:rtype: bool
|
|
1209
1353
|
"""
|
|
1210
1354
|
return self._ohif_v3_default_app
|
|
@@ -1214,8 +1358,8 @@ class Features(object):
|
|
|
1214
1358
|
"""Sets the ohif_v3_default_app of this Features.
|
|
1215
1359
|
|
|
1216
1360
|
|
|
1217
|
-
:param ohif_v3_default_app: The ohif_v3_default_app of this Features
|
|
1218
|
-
:type: bool
|
|
1361
|
+
:param ohif_v3_default_app: The ohif_v3_default_app of this Features
|
|
1362
|
+
:type ohif_v3_default_app: bool
|
|
1219
1363
|
"""
|
|
1220
1364
|
|
|
1221
1365
|
self._ohif_v3_default_app = ohif_v3_default_app
|
|
@@ -1225,7 +1369,7 @@ class Features(object):
|
|
|
1225
1369
|
"""Gets the ohif_v3_readonly of this Features.
|
|
1226
1370
|
|
|
1227
1371
|
|
|
1228
|
-
:return: The ohif_v3_readonly of this Features
|
|
1372
|
+
:return: The ohif_v3_readonly of this Features
|
|
1229
1373
|
:rtype: bool
|
|
1230
1374
|
"""
|
|
1231
1375
|
return self._ohif_v3_readonly
|
|
@@ -1235,8 +1379,8 @@ class Features(object):
|
|
|
1235
1379
|
"""Sets the ohif_v3_readonly of this Features.
|
|
1236
1380
|
|
|
1237
1381
|
|
|
1238
|
-
:param ohif_v3_readonly: The ohif_v3_readonly of this Features
|
|
1239
|
-
:type: bool
|
|
1382
|
+
:param ohif_v3_readonly: The ohif_v3_readonly of this Features
|
|
1383
|
+
:type ohif_v3_readonly: bool
|
|
1240
1384
|
"""
|
|
1241
1385
|
|
|
1242
1386
|
self._ohif_v3_readonly = ohif_v3_readonly
|
|
@@ -1246,7 +1390,7 @@ class Features(object):
|
|
|
1246
1390
|
"""Gets the project_list_uses_stats of this Features.
|
|
1247
1391
|
|
|
1248
1392
|
|
|
1249
|
-
:return: The project_list_uses_stats of this Features
|
|
1393
|
+
:return: The project_list_uses_stats of this Features
|
|
1250
1394
|
:rtype: bool
|
|
1251
1395
|
"""
|
|
1252
1396
|
return self._project_list_uses_stats
|
|
@@ -1256,8 +1400,8 @@ class Features(object):
|
|
|
1256
1400
|
"""Sets the project_list_uses_stats of this Features.
|
|
1257
1401
|
|
|
1258
1402
|
|
|
1259
|
-
:param project_list_uses_stats: The project_list_uses_stats of this Features
|
|
1260
|
-
:type: bool
|
|
1403
|
+
:param project_list_uses_stats: The project_list_uses_stats of this Features
|
|
1404
|
+
:type project_list_uses_stats: bool
|
|
1261
1405
|
"""
|
|
1262
1406
|
|
|
1263
1407
|
self._project_list_uses_stats = project_list_uses_stats
|
|
@@ -1267,7 +1411,7 @@ class Features(object):
|
|
|
1267
1411
|
"""Gets the project_locking of this Features.
|
|
1268
1412
|
|
|
1269
1413
|
|
|
1270
|
-
:return: The project_locking of this Features
|
|
1414
|
+
:return: The project_locking of this Features
|
|
1271
1415
|
:rtype: bool
|
|
1272
1416
|
"""
|
|
1273
1417
|
return self._project_locking
|
|
@@ -1277,8 +1421,8 @@ class Features(object):
|
|
|
1277
1421
|
"""Sets the project_locking of this Features.
|
|
1278
1422
|
|
|
1279
1423
|
|
|
1280
|
-
:param project_locking: The project_locking of this Features
|
|
1281
|
-
:type: bool
|
|
1424
|
+
:param project_locking: The project_locking of this Features
|
|
1425
|
+
:type project_locking: bool
|
|
1282
1426
|
"""
|
|
1283
1427
|
|
|
1284
1428
|
self._project_locking = project_locking
|
|
@@ -1288,7 +1432,7 @@ class Features(object):
|
|
|
1288
1432
|
"""Gets the reader_tasks of this Features.
|
|
1289
1433
|
|
|
1290
1434
|
|
|
1291
|
-
:return: The reader_tasks of this Features
|
|
1435
|
+
:return: The reader_tasks of this Features
|
|
1292
1436
|
:rtype: bool
|
|
1293
1437
|
"""
|
|
1294
1438
|
return self._reader_tasks
|
|
@@ -1298,8 +1442,8 @@ class Features(object):
|
|
|
1298
1442
|
"""Sets the reader_tasks of this Features.
|
|
1299
1443
|
|
|
1300
1444
|
|
|
1301
|
-
:param reader_tasks: The reader_tasks of this Features
|
|
1302
|
-
:type: bool
|
|
1445
|
+
:param reader_tasks: The reader_tasks of this Features
|
|
1446
|
+
:type reader_tasks: bool
|
|
1303
1447
|
"""
|
|
1304
1448
|
|
|
1305
1449
|
self._reader_tasks = reader_tasks
|
|
@@ -1309,7 +1453,7 @@ class Features(object):
|
|
|
1309
1453
|
"""Gets the rts_sync of this Features.
|
|
1310
1454
|
|
|
1311
1455
|
|
|
1312
|
-
:return: The rts_sync of this Features
|
|
1456
|
+
:return: The rts_sync of this Features
|
|
1313
1457
|
:rtype: bool
|
|
1314
1458
|
"""
|
|
1315
1459
|
return self._rts_sync
|
|
@@ -1319,8 +1463,8 @@ class Features(object):
|
|
|
1319
1463
|
"""Sets the rts_sync of this Features.
|
|
1320
1464
|
|
|
1321
1465
|
|
|
1322
|
-
:param rts_sync: The rts_sync of this Features
|
|
1323
|
-
:type: bool
|
|
1466
|
+
:param rts_sync: The rts_sync of this Features
|
|
1467
|
+
:type rts_sync: bool
|
|
1324
1468
|
"""
|
|
1325
1469
|
|
|
1326
1470
|
self._rts_sync = rts_sync
|
|
@@ -1330,7 +1474,7 @@ class Features(object):
|
|
|
1330
1474
|
"""Gets the sentry_logging of this Features.
|
|
1331
1475
|
|
|
1332
1476
|
|
|
1333
|
-
:return: The sentry_logging of this Features
|
|
1477
|
+
:return: The sentry_logging of this Features
|
|
1334
1478
|
:rtype: bool
|
|
1335
1479
|
"""
|
|
1336
1480
|
return self._sentry_logging
|
|
@@ -1340,39 +1484,18 @@ class Features(object):
|
|
|
1340
1484
|
"""Sets the sentry_logging of this Features.
|
|
1341
1485
|
|
|
1342
1486
|
|
|
1343
|
-
:param sentry_logging: The sentry_logging of this Features
|
|
1344
|
-
:type: bool
|
|
1487
|
+
:param sentry_logging: The sentry_logging of this Features
|
|
1488
|
+
:type sentry_logging: bool
|
|
1345
1489
|
"""
|
|
1346
1490
|
|
|
1347
1491
|
self._sentry_logging = sentry_logging
|
|
1348
1492
|
|
|
1349
|
-
@property
|
|
1350
|
-
def session_templates_non_21_cfr(self):
|
|
1351
|
-
"""Gets the session_templates_non_21_cfr of this Features.
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
:return: The session_templates_non_21_cfr of this Features.
|
|
1355
|
-
:rtype: bool
|
|
1356
|
-
"""
|
|
1357
|
-
return self._session_templates_non_21_cfr
|
|
1358
|
-
|
|
1359
|
-
@session_templates_non_21_cfr.setter
|
|
1360
|
-
def session_templates_non_21_cfr(self, session_templates_non_21_cfr):
|
|
1361
|
-
"""Sets the session_templates_non_21_cfr of this Features.
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
:param session_templates_non_21_cfr: The session_templates_non_21_cfr of this Features. # noqa: E501
|
|
1365
|
-
:type: bool
|
|
1366
|
-
"""
|
|
1367
|
-
|
|
1368
|
-
self._session_templates_non_21_cfr = session_templates_non_21_cfr
|
|
1369
|
-
|
|
1370
1493
|
@property
|
|
1371
1494
|
def shared_projects(self):
|
|
1372
1495
|
"""Gets the shared_projects of this Features.
|
|
1373
1496
|
|
|
1374
1497
|
|
|
1375
|
-
:return: The shared_projects of this Features
|
|
1498
|
+
:return: The shared_projects of this Features
|
|
1376
1499
|
:rtype: bool
|
|
1377
1500
|
"""
|
|
1378
1501
|
return self._shared_projects
|
|
@@ -1382,8 +1505,8 @@ class Features(object):
|
|
|
1382
1505
|
"""Sets the shared_projects of this Features.
|
|
1383
1506
|
|
|
1384
1507
|
|
|
1385
|
-
:param shared_projects: The shared_projects of this Features
|
|
1386
|
-
:type: bool
|
|
1508
|
+
:param shared_projects: The shared_projects of this Features
|
|
1509
|
+
:type shared_projects: bool
|
|
1387
1510
|
"""
|
|
1388
1511
|
|
|
1389
1512
|
self._shared_projects = shared_projects
|
|
@@ -1393,7 +1516,7 @@ class Features(object):
|
|
|
1393
1516
|
"""Gets the signed_url of this Features.
|
|
1394
1517
|
|
|
1395
1518
|
|
|
1396
|
-
:return: The signed_url of this Features
|
|
1519
|
+
:return: The signed_url of this Features
|
|
1397
1520
|
:rtype: bool
|
|
1398
1521
|
"""
|
|
1399
1522
|
return self._signed_url
|
|
@@ -1403,8 +1526,8 @@ class Features(object):
|
|
|
1403
1526
|
"""Sets the signed_url of this Features.
|
|
1404
1527
|
|
|
1405
1528
|
|
|
1406
|
-
:param signed_url: The signed_url of this Features
|
|
1407
|
-
:type: bool
|
|
1529
|
+
:param signed_url: The signed_url of this Features
|
|
1530
|
+
:type signed_url: bool
|
|
1408
1531
|
"""
|
|
1409
1532
|
|
|
1410
1533
|
self._signed_url = signed_url
|
|
@@ -1414,7 +1537,7 @@ class Features(object):
|
|
|
1414
1537
|
"""Gets the study_task_status of this Features.
|
|
1415
1538
|
|
|
1416
1539
|
|
|
1417
|
-
:return: The study_task_status of this Features
|
|
1540
|
+
:return: The study_task_status of this Features
|
|
1418
1541
|
:rtype: bool
|
|
1419
1542
|
"""
|
|
1420
1543
|
return self._study_task_status
|
|
@@ -1424,8 +1547,8 @@ class Features(object):
|
|
|
1424
1547
|
"""Sets the study_task_status of this Features.
|
|
1425
1548
|
|
|
1426
1549
|
|
|
1427
|
-
:param study_task_status: The study_task_status of this Features
|
|
1428
|
-
:type: bool
|
|
1550
|
+
:param study_task_status: The study_task_status of this Features
|
|
1551
|
+
:type study_task_status: bool
|
|
1429
1552
|
"""
|
|
1430
1553
|
|
|
1431
1554
|
self._study_task_status = study_task_status
|
|
@@ -1435,7 +1558,7 @@ class Features(object):
|
|
|
1435
1558
|
"""Gets the tagging of this Features.
|
|
1436
1559
|
|
|
1437
1560
|
|
|
1438
|
-
:return: The tagging of this Features
|
|
1561
|
+
:return: The tagging of this Features
|
|
1439
1562
|
:rtype: bool
|
|
1440
1563
|
"""
|
|
1441
1564
|
return self._tagging
|
|
@@ -1445,8 +1568,8 @@ class Features(object):
|
|
|
1445
1568
|
"""Sets the tagging of this Features.
|
|
1446
1569
|
|
|
1447
1570
|
|
|
1448
|
-
:param tagging: The tagging of this Features
|
|
1449
|
-
:type: bool
|
|
1571
|
+
:param tagging: The tagging of this Features
|
|
1572
|
+
:type tagging: bool
|
|
1450
1573
|
"""
|
|
1451
1574
|
|
|
1452
1575
|
self._tagging = tagging
|
|
@@ -1456,7 +1579,7 @@ class Features(object):
|
|
|
1456
1579
|
"""Gets the tags_in_lists of this Features.
|
|
1457
1580
|
|
|
1458
1581
|
|
|
1459
|
-
:return: The tags_in_lists of this Features
|
|
1582
|
+
:return: The tags_in_lists of this Features
|
|
1460
1583
|
:rtype: bool
|
|
1461
1584
|
"""
|
|
1462
1585
|
return self._tags_in_lists
|
|
@@ -1466,8 +1589,8 @@ class Features(object):
|
|
|
1466
1589
|
"""Sets the tags_in_lists of this Features.
|
|
1467
1590
|
|
|
1468
1591
|
|
|
1469
|
-
:param tags_in_lists: The tags_in_lists of this Features
|
|
1470
|
-
:type: bool
|
|
1592
|
+
:param tags_in_lists: The tags_in_lists of this Features
|
|
1593
|
+
:type tags_in_lists: bool
|
|
1471
1594
|
"""
|
|
1472
1595
|
|
|
1473
1596
|
self._tags_in_lists = tags_in_lists
|
|
@@ -1477,7 +1600,7 @@ class Features(object):
|
|
|
1477
1600
|
"""Gets the task_manager_data_views of this Features.
|
|
1478
1601
|
|
|
1479
1602
|
|
|
1480
|
-
:return: The task_manager_data_views of this Features
|
|
1603
|
+
:return: The task_manager_data_views of this Features
|
|
1481
1604
|
:rtype: bool
|
|
1482
1605
|
"""
|
|
1483
1606
|
return self._task_manager_data_views
|
|
@@ -1487,8 +1610,8 @@ class Features(object):
|
|
|
1487
1610
|
"""Sets the task_manager_data_views of this Features.
|
|
1488
1611
|
|
|
1489
1612
|
|
|
1490
|
-
:param task_manager_data_views: The task_manager_data_views of this Features
|
|
1491
|
-
:type: bool
|
|
1613
|
+
:param task_manager_data_views: The task_manager_data_views of this Features
|
|
1614
|
+
:type task_manager_data_views: bool
|
|
1492
1615
|
"""
|
|
1493
1616
|
|
|
1494
1617
|
self._task_manager_data_views = task_manager_data_views
|
|
@@ -1498,7 +1621,7 @@ class Features(object):
|
|
|
1498
1621
|
"""Gets the transform_search_fields of this Features.
|
|
1499
1622
|
|
|
1500
1623
|
|
|
1501
|
-
:return: The transform_search_fields of this Features
|
|
1624
|
+
:return: The transform_search_fields of this Features
|
|
1502
1625
|
:rtype: bool
|
|
1503
1626
|
"""
|
|
1504
1627
|
return self._transform_search_fields
|
|
@@ -1508,8 +1631,8 @@ class Features(object):
|
|
|
1508
1631
|
"""Sets the transform_search_fields of this Features.
|
|
1509
1632
|
|
|
1510
1633
|
|
|
1511
|
-
:param transform_search_fields: The transform_search_fields of this Features
|
|
1512
|
-
:type: bool
|
|
1634
|
+
:param transform_search_fields: The transform_search_fields of this Features
|
|
1635
|
+
:type transform_search_fields: bool
|
|
1513
1636
|
"""
|
|
1514
1637
|
|
|
1515
1638
|
self._transform_search_fields = transform_search_fields
|
|
@@ -1519,7 +1642,7 @@ class Features(object):
|
|
|
1519
1642
|
"""Gets the unsafe_login of this Features.
|
|
1520
1643
|
|
|
1521
1644
|
|
|
1522
|
-
:return: The unsafe_login of this Features
|
|
1645
|
+
:return: The unsafe_login of this Features
|
|
1523
1646
|
:rtype: bool
|
|
1524
1647
|
"""
|
|
1525
1648
|
return self._unsafe_login
|
|
@@ -1529,8 +1652,8 @@ class Features(object):
|
|
|
1529
1652
|
"""Sets the unsafe_login of this Features.
|
|
1530
1653
|
|
|
1531
1654
|
|
|
1532
|
-
:param unsafe_login: The unsafe_login of this Features
|
|
1533
|
-
:type: bool
|
|
1655
|
+
:param unsafe_login: The unsafe_login of this Features
|
|
1656
|
+
:type unsafe_login: bool
|
|
1534
1657
|
"""
|
|
1535
1658
|
|
|
1536
1659
|
self._unsafe_login = unsafe_login
|
|
@@ -1540,7 +1663,7 @@ class Features(object):
|
|
|
1540
1663
|
"""Gets the url_access_apps of this Features.
|
|
1541
1664
|
|
|
1542
1665
|
|
|
1543
|
-
:return: The url_access_apps of this Features
|
|
1666
|
+
:return: The url_access_apps of this Features
|
|
1544
1667
|
:rtype: bool
|
|
1545
1668
|
"""
|
|
1546
1669
|
return self._url_access_apps
|
|
@@ -1550,8 +1673,8 @@ class Features(object):
|
|
|
1550
1673
|
"""Sets the url_access_apps of this Features.
|
|
1551
1674
|
|
|
1552
1675
|
|
|
1553
|
-
:param url_access_apps: The url_access_apps of this Features
|
|
1554
|
-
:type: bool
|
|
1676
|
+
:param url_access_apps: The url_access_apps of this Features
|
|
1677
|
+
:type url_access_apps: bool
|
|
1555
1678
|
"""
|
|
1556
1679
|
|
|
1557
1680
|
self._url_access_apps = url_access_apps
|
|
@@ -1561,7 +1684,7 @@ class Features(object):
|
|
|
1561
1684
|
"""Gets the userpilot of this Features.
|
|
1562
1685
|
|
|
1563
1686
|
|
|
1564
|
-
:return: The userpilot of this Features
|
|
1687
|
+
:return: The userpilot of this Features
|
|
1565
1688
|
:rtype: bool
|
|
1566
1689
|
"""
|
|
1567
1690
|
return self._userpilot
|
|
@@ -1571,8 +1694,8 @@ class Features(object):
|
|
|
1571
1694
|
"""Sets the userpilot of this Features.
|
|
1572
1695
|
|
|
1573
1696
|
|
|
1574
|
-
:param userpilot: The userpilot of this Features
|
|
1575
|
-
:type: bool
|
|
1697
|
+
:param userpilot: The userpilot of this Features
|
|
1698
|
+
:type userpilot: bool
|
|
1576
1699
|
"""
|
|
1577
1700
|
|
|
1578
1701
|
self._userpilot = userpilot
|
|
@@ -1582,7 +1705,7 @@ class Features(object):
|
|
|
1582
1705
|
"""Gets the validate_classification of this Features.
|
|
1583
1706
|
|
|
1584
1707
|
|
|
1585
|
-
:return: The validate_classification of this Features
|
|
1708
|
+
:return: The validate_classification of this Features
|
|
1586
1709
|
:rtype: bool
|
|
1587
1710
|
"""
|
|
1588
1711
|
return self._validate_classification
|
|
@@ -1592,8 +1715,8 @@ class Features(object):
|
|
|
1592
1715
|
"""Sets the validate_classification of this Features.
|
|
1593
1716
|
|
|
1594
1717
|
|
|
1595
|
-
:param validate_classification: The validate_classification of this Features
|
|
1596
|
-
:type: bool
|
|
1718
|
+
:param validate_classification: The validate_classification of this Features
|
|
1719
|
+
:type validate_classification: bool
|
|
1597
1720
|
"""
|
|
1598
1721
|
|
|
1599
1722
|
self._validate_classification = validate_classification
|
|
@@ -1603,7 +1726,7 @@ class Features(object):
|
|
|
1603
1726
|
"""Gets the engine_validate_classification of this Features.
|
|
1604
1727
|
|
|
1605
1728
|
|
|
1606
|
-
:return: The engine_validate_classification of this Features
|
|
1729
|
+
:return: The engine_validate_classification of this Features
|
|
1607
1730
|
:rtype: bool
|
|
1608
1731
|
"""
|
|
1609
1732
|
return self._engine_validate_classification
|
|
@@ -1613,8 +1736,8 @@ class Features(object):
|
|
|
1613
1736
|
"""Sets the engine_validate_classification of this Features.
|
|
1614
1737
|
|
|
1615
1738
|
|
|
1616
|
-
:param engine_validate_classification: The engine_validate_classification of this Features
|
|
1617
|
-
:type: bool
|
|
1739
|
+
:param engine_validate_classification: The engine_validate_classification of this Features
|
|
1740
|
+
:type engine_validate_classification: bool
|
|
1618
1741
|
"""
|
|
1619
1742
|
|
|
1620
1743
|
self._engine_validate_classification = engine_validate_classification
|
|
@@ -1624,7 +1747,7 @@ class Features(object):
|
|
|
1624
1747
|
"""Gets the virus_scan of this Features.
|
|
1625
1748
|
|
|
1626
1749
|
|
|
1627
|
-
:return: The virus_scan of this Features
|
|
1750
|
+
:return: The virus_scan of this Features
|
|
1628
1751
|
:rtype: bool
|
|
1629
1752
|
"""
|
|
1630
1753
|
return self._virus_scan
|
|
@@ -1634,8 +1757,8 @@ class Features(object):
|
|
|
1634
1757
|
"""Sets the virus_scan of this Features.
|
|
1635
1758
|
|
|
1636
1759
|
|
|
1637
|
-
:param virus_scan: The virus_scan of this Features
|
|
1638
|
-
:type: bool
|
|
1760
|
+
:param virus_scan: The virus_scan of this Features
|
|
1761
|
+
:type virus_scan: bool
|
|
1639
1762
|
"""
|
|
1640
1763
|
|
|
1641
1764
|
self._virus_scan = virus_scan
|
|
@@ -1645,7 +1768,7 @@ class Features(object):
|
|
|
1645
1768
|
"""Gets the tasks_refactor of this Features.
|
|
1646
1769
|
|
|
1647
1770
|
|
|
1648
|
-
:return: The tasks_refactor of this Features
|
|
1771
|
+
:return: The tasks_refactor of this Features
|
|
1649
1772
|
:rtype: bool
|
|
1650
1773
|
"""
|
|
1651
1774
|
return self._tasks_refactor
|
|
@@ -1655,8 +1778,8 @@ class Features(object):
|
|
|
1655
1778
|
"""Sets the tasks_refactor of this Features.
|
|
1656
1779
|
|
|
1657
1780
|
|
|
1658
|
-
:param tasks_refactor: The tasks_refactor of this Features
|
|
1659
|
-
:type: bool
|
|
1781
|
+
:param tasks_refactor: The tasks_refactor of this Features
|
|
1782
|
+
:type tasks_refactor: bool
|
|
1660
1783
|
"""
|
|
1661
1784
|
|
|
1662
1785
|
self._tasks_refactor = tasks_refactor
|
|
@@ -1666,7 +1789,7 @@ class Features(object):
|
|
|
1666
1789
|
"""Gets the bulk_import_deid of this Features.
|
|
1667
1790
|
|
|
1668
1791
|
|
|
1669
|
-
:return: The bulk_import_deid of this Features
|
|
1792
|
+
:return: The bulk_import_deid of this Features
|
|
1670
1793
|
:rtype: bool
|
|
1671
1794
|
"""
|
|
1672
1795
|
return self._bulk_import_deid
|
|
@@ -1676,8 +1799,8 @@ class Features(object):
|
|
|
1676
1799
|
"""Sets the bulk_import_deid of this Features.
|
|
1677
1800
|
|
|
1678
1801
|
|
|
1679
|
-
:param bulk_import_deid: The bulk_import_deid of this Features
|
|
1680
|
-
:type: bool
|
|
1802
|
+
:param bulk_import_deid: The bulk_import_deid of this Features
|
|
1803
|
+
:type bulk_import_deid: bool
|
|
1681
1804
|
"""
|
|
1682
1805
|
|
|
1683
1806
|
self._bulk_import_deid = bulk_import_deid
|
|
@@ -1687,7 +1810,7 @@ class Features(object):
|
|
|
1687
1810
|
"""Gets the case_uploader of this Features.
|
|
1688
1811
|
|
|
1689
1812
|
|
|
1690
|
-
:return: The case_uploader of this Features
|
|
1813
|
+
:return: The case_uploader of this Features
|
|
1691
1814
|
:rtype: bool
|
|
1692
1815
|
"""
|
|
1693
1816
|
return self._case_uploader
|
|
@@ -1697,8 +1820,8 @@ class Features(object):
|
|
|
1697
1820
|
"""Sets the case_uploader of this Features.
|
|
1698
1821
|
|
|
1699
1822
|
|
|
1700
|
-
:param case_uploader: The case_uploader of this Features
|
|
1701
|
-
:type: bool
|
|
1823
|
+
:param case_uploader: The case_uploader of this Features
|
|
1824
|
+
:type case_uploader: bool
|
|
1702
1825
|
"""
|
|
1703
1826
|
|
|
1704
1827
|
self._case_uploader = case_uploader
|
|
@@ -1708,7 +1831,7 @@ class Features(object):
|
|
|
1708
1831
|
"""Gets the legacy_dicom_uploader of this Features.
|
|
1709
1832
|
|
|
1710
1833
|
|
|
1711
|
-
:return: The legacy_dicom_uploader of this Features
|
|
1834
|
+
:return: The legacy_dicom_uploader of this Features
|
|
1712
1835
|
:rtype: bool
|
|
1713
1836
|
"""
|
|
1714
1837
|
return self._legacy_dicom_uploader
|
|
@@ -1718,8 +1841,8 @@ class Features(object):
|
|
|
1718
1841
|
"""Sets the legacy_dicom_uploader of this Features.
|
|
1719
1842
|
|
|
1720
1843
|
|
|
1721
|
-
:param legacy_dicom_uploader: The legacy_dicom_uploader of this Features
|
|
1722
|
-
:type: bool
|
|
1844
|
+
:param legacy_dicom_uploader: The legacy_dicom_uploader of this Features
|
|
1845
|
+
:type legacy_dicom_uploader: bool
|
|
1723
1846
|
"""
|
|
1724
1847
|
|
|
1725
1848
|
self._legacy_dicom_uploader = legacy_dicom_uploader
|
|
@@ -1729,7 +1852,7 @@ class Features(object):
|
|
|
1729
1852
|
"""Gets the project_export of this Features.
|
|
1730
1853
|
|
|
1731
1854
|
|
|
1732
|
-
:return: The project_export of this Features
|
|
1855
|
+
:return: The project_export of this Features
|
|
1733
1856
|
:rtype: bool
|
|
1734
1857
|
"""
|
|
1735
1858
|
return self._project_export
|
|
@@ -1739,8 +1862,8 @@ class Features(object):
|
|
|
1739
1862
|
"""Sets the project_export of this Features.
|
|
1740
1863
|
|
|
1741
1864
|
|
|
1742
|
-
:param project_export: The project_export of this Features
|
|
1743
|
-
:type: bool
|
|
1865
|
+
:param project_export: The project_export of this Features
|
|
1866
|
+
:type project_export: bool
|
|
1744
1867
|
"""
|
|
1745
1868
|
|
|
1746
1869
|
self._project_export = project_export
|
|
@@ -1750,7 +1873,7 @@ class Features(object):
|
|
|
1750
1873
|
"""Gets the project_import of this Features.
|
|
1751
1874
|
|
|
1752
1875
|
|
|
1753
|
-
:return: The project_import of this Features
|
|
1876
|
+
:return: The project_import of this Features
|
|
1754
1877
|
:rtype: bool
|
|
1755
1878
|
"""
|
|
1756
1879
|
return self._project_import
|
|
@@ -1760,8 +1883,8 @@ class Features(object):
|
|
|
1760
1883
|
"""Sets the project_import of this Features.
|
|
1761
1884
|
|
|
1762
1885
|
|
|
1763
|
-
:param project_import: The project_import of this Features
|
|
1764
|
-
:type: bool
|
|
1886
|
+
:param project_import: The project_import of this Features
|
|
1887
|
+
:type project_import: bool
|
|
1765
1888
|
"""
|
|
1766
1889
|
|
|
1767
1890
|
self._project_import = project_import
|