Enum: TimingType

An enumeration that defines CDISC timing type values indicating the temporal relationship of an observation to a reference point

URI: [odm:enum/TimingType](https://cdisc.org/odm2/enum/TimingType) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | After | ncit:C201356 | | | Before | ncit:C201357 | | | Fixed | ncit:C201358 | | ## Identifier and Mapping Information ### Schema Source * from schema: https://cdisc.org/dds ## LinkML Source
name: TimingType
description: An enumeration that defines CDISC timing type values indicating the temporal
  relationship of an observation to a reference point
from_schema: https://cdisc.org/dds
rank: 1000
permissible_values:
  After:
    text: After
    meaning: ncit:C201356
  Before:
    text: Before
    meaning: ncit:C201357
  Fixed:
    text: Fixed
    meaning: ncit:C201358