Skip to content

Enum: QualityControlType

Types of quality control checks

URI: revaise:QualityControlType

Permissible Values

Value Meaning Description
DOUBLE_CHECK None Double-checking by another person
SPOT_CHECK None Random spot checks
SYSTEMATIC_REVIEW None Systematic review of all items
AUTOMATED_VALIDATION None Automated validation checks
CALIBRATION_EXERCISE None Calibration exercise for consistency
AUDIT None Formal audit process
PEER_REVIEW None Peer review process

Slots

Name Description
qc_type Type of quality control performed
qc_type Type of quality control performed

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: QualityControlType
description: Types of quality control checks
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  DOUBLE_CHECK:
    text: DOUBLE_CHECK
    description: Double-checking by another person
  SPOT_CHECK:
    text: SPOT_CHECK
    description: Random spot checks
  SYSTEMATIC_REVIEW:
    text: SYSTEMATIC_REVIEW
    description: Systematic review of all items
  AUTOMATED_VALIDATION:
    text: AUTOMATED_VALIDATION
    description: Automated validation checks
  CALIBRATION_EXERCISE:
    text: CALIBRATION_EXERCISE
    description: Calibration exercise for consistency
  AUDIT:
    text: AUDIT
    description: Formal audit process
  PEER_REVIEW:
    text: PEER_REVIEW
    description: Peer review process