Feed Reporting - adewg/ICAR GitHub Wiki

How can we report feed for a certain group of animals?

A feed report that is retrieved from a system, however, is something static. The feed that the cows have eaten will not change anymore and the animals that are contained in the report will also not change.

An animalSet on the contrary can change over time,so if you want to follow feed reporting over time for a certain animal set, it will not match. Therefore we decided not to add AnimalSet in the request/response for feed reporting.

You can of course create an AnimalSet and combine it with the feed report, to select only the animals for which you need to know the feed intake

See complete discussion in https://github.com/adewg/ICAR/issues/202