davebridges / mousedb

Django Based Database System for Experimental Subjects
http://davebridges.github.com/mousedb
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Create a Medical Issue Model #30

Closed davebridges closed 11 years ago

davebridges commented 12 years ago

Add a separate app for medical issues. This should link to the mouse and have some identifiable information for the type of medical problem. This might end up being specific for the veterinary staff at this location.

davebridges commented 11 years ago

I think its best to do this with three models, a MedicalIssue model linked to an animal (ForeignKey), with details of the problem (MedicalCondition), the treatment (MedicalTreatment) and the times under which the issue occurred.