EventTriggerCondition

@Serializable
data class EventTriggerCondition(val eventResourceId: String, val matchAll: Boolean? = true, val conditionalFhirPathExpressions: List<String>? = emptyList()) : Serializable, Parcelable

Constructors

Link copied to clipboard
constructor(eventResourceId: String, matchAll: Boolean? = true, conditionalFhirPathExpressions: List<String>? = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
val matchAll: Boolean? = true

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)