Rule Variable Current Event
class RuleVariableCurrentEvent(val name: String, val useCodeForOptionSet: Boolean, val options: List<Option>, val field: String, val fieldType: RuleValueType) : RuleVariable
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