TokenParamFilterCriterion

data class TokenParamFilterCriterion(parameter: <ERROR CLASS>) : FilterCriterion

Represents a criterion for filtering TokenClientParam. e.g. filter(Patient.GENDER, { value = of(CodeType("male")) })

Constructors

Link copied to clipboard
fun TokenParamFilterCriterion(parameter: <ERROR CLASS>)

Functions

Link copied to clipboard
open override fun getConditionalParams(): <ERROR CLASS>

Returns ConditionalParams for the particular FilterCriterion.

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

Returns TokenFilterValue from CodeType.

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

Returns TokenFilterValue from CodeableConcept.

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

Returns TokenFilterValue from Coding.

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

Returns TokenFilterValue from ContactPoint.

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

Returns TokenFilterValue from Identifier.

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

Returns TokenFilterValue from UriType.

fun of(boolean: Boolean): <ERROR CLASS>
fun of(string: String): <ERROR CLASS>

Returns TokenFilterValue from String.

Properties

Link copied to clipboard
var parameter: <ERROR CLASS>
Link copied to clipboard
var value: TokenFilterValue? = null