Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
modelo historia clinica
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto2104 committed May 16, 2015
1 parent 639c320 commit 3177de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Django==1.8
django-localflavor==1.1
djangorestframework==3.1.1
Markdown==2.6.2
Pillow==2.8.1
2 changes: 1 addition & 1 deletion src/citasalud/apps/main/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Meta:


class CitaMedica(models.Model):
paciente = models.ForeignKey("PerfilPaciente")
historia = models.ForeignKey("HistoriaClinica")
medico = models.ForeignKey("PerfilMedico")
horario = models.DateTimeField("Hora de cita")
asistio = models.BooleanField()
Expand Down
Binary file modified src/citasalud/db.sqlite3
Binary file not shown.

0 comments on commit 3177de4

Please sign in to comment.