SortConfig

@Serializable
data class SortConfig(val paramName: String? = null, val dataType: Enumerations.DataType, val order: Order = Order.ASCENDING, val fhirPathExpression: String = "") : Parcelable, Serializable

Constructors

Link copied to clipboard
constructor(paramName: String? = null, dataType: Enumerations.DataType, order: Order = Order.ASCENDING, fhirPathExpression: String = "")

Properties

Link copied to clipboard
val dataType: Enumerations.DataType
Link copied to clipboard
Link copied to clipboard
val order: Order
Link copied to clipboard
val paramName: String? = null

Functions

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