EvaluationFormValidationFinding

Information about a finding from the evaluation form validation process. Each finding identifies a structural issue or quality improvement opportunity for the evaluation form.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the validation issue.

Link copied to clipboard

A code that identifies the type of validation issue found.

Link copied to clipboard

A list of evaluation form items affected by this finding.

Link copied to clipboard

The severity of the finding. Valid values: WARNING, ERROR.

Link copied to clipboard

A suggested fix for the validation issue.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String