chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

Serialization of VitalSigns fails to include Encounter #50

Open Travers opened 11 years ago

Travers commented 11 years ago

When we process data models in indovo/serializers/base.py , the related Encounter on VitalSigns is getting skipped because it does not show up in obj._meta.get_all_related_objects(). Check to see if this is because of a Django version change, or if we were just not handling this case correctly to begin with.