rl_unidade_saude_tipo_servico

0 rows


Description

Relacionamento entre as tabelas TB_UNIDADE_SAUDE e TB_TIPO_SERVICO. Responsável por armazenar informações das unidades de saúde e os tipos de serviços que estas fornecem.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
tp_servico int8 19 null
tb_tipo_servico.co_tipo_servico fk_tiposervico_uniddsaudtipsrvR

Código identificador do tipo de servico. Chave estrangeira com origem na tabela TB_TIPO_SERVICO.

co_ator_papel int8 19 null
tb_unidade_saude.co_ator_papel fk_unidadesaude_unddsaudtipsrvR

Código identificador da unidade de saúde. Chave estrangeira com origem na tabela TB_UNIDADE_SAUDE.

Indexes

Constraint Name Type Sort Column(s)
pk_unidadesaudetiposervico Primary key Asc/Asc co_ator_papel + tp_servico
in_unidadesaudetiposervc_tpsrv Performance Asc tp_servico
in_unidadesaudetipsrv_coatrppl Performance Asc co_ator_papel

Relationships