RuleVariableNewestEvent

class RuleVariableNewestEvent(val name: String, val useCodeForOptionSet: Boolean, val options: List<Option>, val field: String, val fieldType: RuleValueType) : RuleVariable

Constructors

Link copied to clipboard
constructor(name: String, useCodeForOptionSet: Boolean, options: List<Option>, field: String, fieldType: RuleValueType)

Properties

Link copied to clipboard
open override val field: String
Link copied to clipboard
open override val fieldType: RuleValueType
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val options: List<Option>
Link copied to clipboard
open override val useCodeForOptionSet: Boolean

Functions

Link copied to clipboard
open override fun createValues(ruleEvent: RuleEvent?, allEventValues: Map<String, List<RuleDataValueHistory>>, currentEnrollmentValues: Map<String, RuleAttributeValue>): RuleVariableValue
Link copied to clipboard
open fun getOptionName(value: String): String