rl_proced_exame_detalhe

1 rows


Description

Tabela de relacionamento entre as tabelas TB_PROCED e TB_EXAME_DETALHE. Responsável por armazenar a especificação relativa ao procedimento efetuado em um exame.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_seq_proced_exame_detalhe int8 19 null
tb_exame_detalhe_resultado.co_proced_exame_detalhe fk_procedexamedetalh_exmdtlrslR

Chave sequencial da tabela.

co_proced int8 19 null
tb_proced.co_seq_proced fk_proced_procedexamedetalheR

Código identificador do procedimento. Chave estrangeira com origem na tabela TB_PROCED.

co_exame_detalhe int8 19 null
tb_exame_detalhe.co_seq_exame_detalhe fk_examedetalhe_procedexamedtlR

Código identificador da especificação do exame. Chave estrangeira com origem na tabela TB_EXAME_DETALHE.

Indexes

Constraint Name Type Sort Column(s)
pk_procedexamedetalhe Primary key Asc co_seq_proced_exame_detalhe
in_procedexamedetalh_coexmdtlh Performance Asc co_exame_detalhe
in_procedexamedetalhe_coproced Performance Asc co_proced

Relationships