tb_receita

0 rows


Description

Responsável por armazenar receitas geradas por um profissional.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_seq_receita int8 19 null
tb_receita_medicamento.co_receita fk_receita_receitamedicamentoR

Código sequencial da tabela.

co_atend_prof int8 19 null
tb_atend_prof.co_seq_atend_prof fk_atendprof_receitaR

Código identificador do atendimento profissional. Chave estrangeira com origem na tabela TB_ATEND_PROF.

tp_receita int8 19 NULL::numeric
tb_tipo_receita.co_tipo_receita fk_tiporeceita_receitaR

Código identificador do tipo de receita. Chave estrangeira com origem na tabela TB_TIPO_RECEITA

Indexes

Constraint Name Type Sort Column(s)
pk_receita Primary key Asc co_seq_receita
in_receita_coatendprof Performance Asc co_atend_prof
in_receita_tpreceita Performance Asc tp_receita

Relationships