Code Monkey home page Code Monkey logo

gestion_medicamentos's Introduction

gestion de medicamentos

glosario

  • PK: Primari Key
  • FK: Forein Key
  • UQ: Unique Atribute
  • ED: Entidad de datos
  • EP: Entidad pivote
  • EC: entidad de catalogo

entidades

paciente ED

  • id_paciente PK
  • nombre(s)
  • apellido paterno
  • apellido materno
  • numero_de_seguridad_social UQ
  • fecha_de_nacimiento
  • id_direccion

direccion

  • id_direccion PK
  • calle
  • cp
  • pais

servicio ED

  • id_servicio PK
  • tipo_de_servicio
  • diagnostico
  • fecha_ingreso
  • fecha_alta
  • id_paciente FK
  • id_facultativo FK
  • notas
  • id_consumo_ser FK

farmaco EC

  • id_farmaco PK
  • nombre_comercial
  • nombre_clinico
  • compuesto_quimico
  • ubicacion
  • id_proveedor FK
  • numero_de_dosis_por_envase
  • precio_de_dosis
  • precio_por_envase

medicacion EP

  • id_medicacion PK
  • id_farmacos FK
  • id_servicio FK
  • cantidad
  • id_facultativos FK
  • fecha_entrega

facultativos EP

  • id_facultativo PK
  • nombre
  • id_direccion FK

proveedor EC

  • nombre_proveedor
  • telefono
  • id_direccion
  • reputacion

consumible EC

  • id_consumible PK
  • costo
  • id_proveedor FK

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.