ReferenceParamFilterCriterion

data class ReferenceParamFilterCriterion(parameter: <ERROR CLASS>, value: String?) : FilterCriterion

Represents a criterion for filtering ReferenceClientParam. e.g. filter(Observation.SUBJECT, { value = "Patient/001" })

Constructors

Link copied to clipboard
fun ReferenceParamFilterCriterion(parameter: <ERROR CLASS>, value: String? = null)

Functions

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

Returns ConditionalParams for the particular FilterCriterion.

Properties

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