You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: