AlternativeDataElementSet

data class AlternativeDataElementSet(val requestedElement: ElementReference, val alternativeElementSets: List<List<ElementReference>>)

An alternative data element set.

Constructors

Link copied to clipboard
constructor(requestedElement: ElementReference, alternativeElementSets: List<List<ElementReference>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the alternative data elements which can be used instead.

Link copied to clipboard

the data element for which alternative data elements exist.