UseCase

data class UseCase(val mandatory: Boolean, val documentSets: List<DocumentSet>, val purposeHints: Map<String, Int>)

Use-cases according to ISO 18013-5.

Constructors

Link copied to clipboard
constructor(mandatory: Boolean, documentSets: List<DocumentSet>, purposeHints: Map<String, Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

list of document sets in the use-case.

Link copied to clipboard

whether this use-case is mandatory to fulfill.

Link copied to clipboard

a map of purpose-hints, namespaced.