Chart IQStudy
Functions
Link copied to clipboard
Gets a list of active/selected studies Study
Link copied to clipboard
Gets a list of available studies Study
Link copied to clipboard
abstract fun getStudyParameters(study: Study, type: StudyParameterType, callback: OnReturnCallback<List<StudyParameter>>)
Gets a list of parameters StudyParameter of a selected study Study
Link copied to clipboard
Removes a selected study Study from the list of active studies
Link copied to clipboard
Modifies a selected study Study with a single parameter
Link copied to clipboard
abstract fun setStudyParameters(study: Study, parameters: List<StudyParameterModel>, callback: OnReturnCallback<StudySimplified>)
Modifies a selected study Study with a given list of parameters