DateParamFilterCriterion

data class DateParamFilterCriterion(parameter: <ERROR CLASS>, prefix: <ERROR CLASS>, value: DateFilterValues?) : FilterCriterion

Represents a criterion for filtering DateClientParam. e.g. filter(Patient.BIRTHDATE, { value =of(DateType("2013-03-14")) })

Constructors

Link copied to clipboard
fun DateParamFilterCriterion(parameter: <ERROR CLASS>, prefix: <ERROR CLASS> = ParamPrefixEnum.EQUAL, value: DateFilterValues? = null)

Functions

Link copied to clipboard
open override fun getConditionalParams(): List<ConditionParam<Long>>

Returns ConditionalParams for the particular FilterCriterion.

Link copied to clipboard
fun of(dateTime: <ERROR CLASS>): <ERROR CLASS>

Returns DateFilterValues from DateTimeType.

fun of(date: <ERROR CLASS>): <ERROR CLASS>

Returns DateFilterValues from DateType.

Properties

Link copied to clipboard
val parameter: <ERROR CLASS>
Link copied to clipboard
var prefix: <ERROR CLASS>
Link copied to clipboard
var value: DateFilterValues? = null