EN
Español
English
Português
    ASMS_TIMES_CONDITIONS

    Contains the information of the configuration of the conditions by time

    Data model

    Fields

    Field Type Description
    class* INT Condition Class 0: Start 1: End 2: Running
    condition_id INT Condition Identifier
    condition_type INT Condition Type 0: Per State 2: Per Custom Condition
    id* INT Condition-Time Unique Identifier
    label NVARCHAR (8000) Natural language text of the condition
    table_id INT Identifier of the concept to which the condition applies
    time_dependent* BIT Indicates whether the condition is time-dependent
    time_id* INT Time Identifier

    Primary Key

    PK_ASMS_TIMES_CONDITIONS
    id

    References

    Column Referenced Table Referenced column Name
    time_id* dbo.ASMS_TIMES id FK01_ASMS_TIMES_CONDITIONS