rl_evolucao_subjetivo_ciap

0 rows


Description

Relacionamento entre as tabelas TB_CIAP e TB_ATEND_PROF. Responsável por armazenar a relação do item S (subjetivo) do SOAP com os registros do CIAP.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_seq_evolucao_subjetivo_ciap int8 19 null

Código sequencial da tabela.

co_atend_prof int8 19 null
tb_atend_prof.co_seq_atend_prof fk_atendprof_evolucaosbjtvciapR

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

co_ciap int8 19 null
tb_ciap.co_seq_ciap fk_ciap_evolucaosubjetivociapR

Código identificador do CIAP. Chave estrangeira com origem na tabela TB_CIAP.

ds_nota varchar 400 null

Anotação adicional sobre a evolução do subjetivo.

Indexes

Constraint Name Type Sort Column(s)
pk_evolucaosubjetivociap Primary key Asc co_seq_evolucao_subjetivo_ciap
in_evolucaosubjetivciap_cociap Performance Asc co_ciap
in_evolucaosubjtvciap_coatdprf Performance Asc co_atend_prof

Relationships