Select
data class Select(val heading: String, val name: String, val parameterType: StudyParameterType, val defaultValue: String, val value: String, val options: Map<String, String>) : StudyParameter
A parameter of active study Study that has a limited list of possible options
Constructors
Link copied to clipboard
constructor(heading: String, name: String, parameterType: StudyParameterType, defaultValue: String, value: String, options: Map<String, String>)