Fakultas Ilmu Komputer UI

Skip to content

Remove unneeded fields from old MonitoringCase model

Removed:

  • outcome: it's now part of InvestigationCase
  • checking_date: related to outcome
  • changed is_regularly_treated to regular_medicine_intake as a TextField for storing array of medicine intake history encoded as stringified JSON.

Merge request reports