DataElements

@Serializable(with = DataElementsSerializer::class)
data class DataElements(val value: Map<DataElementIdentifier, IntentToRetain>) : CborEncodable

A collection of data elements for retrieval.

Constructors

Link copied to clipboard
constructor(value: Map<DataElementIdentifier, IntentToRetain>)

Properties

Link copied to clipboard
val value: Map<DataElementIdentifier, IntentToRetain>

Functions

Link copied to clipboard
open fun encodeToBytes(): ByteArray