Code

@Serializable
data class Code(var system: String? = null, var code: String? = null, var display: String? = null) : Parcelable, Serializable

Constructors

Link copied to clipboard
constructor(system: String? = null, code: String? = null, display: String? = null)

Properties

Link copied to clipboard
var code: String?
Link copied to clipboard
Link copied to clipboard

Functions

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