TokenParamFilterCriterion

data class TokenParamFilterCriterion(parameter: TokenClientParam) : FilterCriterion

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

Constructors

TokenParamFilterCriterion
Link copied to clipboard
fun TokenParamFilterCriterion(parameter: TokenClientParam)

Functions

getConditionalParams
Link copied to clipboard
open override fun getConditionalParams(): <ERROR CLASS>
Returns ConditionalParams for the particular FilterCriterion.
of
Link copied to clipboard
fun of(boolean: Boolean): <ERROR CLASS>
fun of(string: String): <ERROR CLASS>
Returns TokenFilterValue from String.
fun of(codeType: CodeType): <ERROR CLASS>
fun of(codeableConcept: CodeableConcept): <ERROR CLASS>
fun of(coding: Coding): <ERROR CLASS>
Returns TokenFilterValue from Coding.
fun of(contactPoint: ContactPoint): <ERROR CLASS>
fun of(identifier: Identifier): <ERROR CLASS>
fun of(uriType: UriType): <ERROR CLASS>

Properties

parameter
Link copied to clipboard
var parameter: TokenClientParam
value
Link copied to clipboard
var value: TokenFilterValue? = null

Sources

androidJvm source
Link copied to clipboard