addStudy

open override fun addStudy(study: Study, forClone: Boolean)

Adds a study Study to a list of active studies

Parameters

study

A study to add/clone

forClone

If true, clones a selected active study and adds it to the list of active studies with changed parameters. If false, adds a new study with default parameters to a list of active studies if study is from getStudyList use false, if study is from getActiveStudies use true