> For the complete documentation index, see [llms.txt](https://dev.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.coronasafe.network/medical-records/daily-summary.md).

# Daily Rounds

```
 id AutoField
 consultation ForeignKey (id)
 additional_symptoms MultiSelectField
 current_health IntegerField
 other_details TextField
 other_symptoms TextField
 patient_category CharField
 physical_examination_info TextField
 recommend_discharge BooleanField
 temperature DecimalField
 temperature_measured_at DateTimeField 
```
