rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

add-site-to-new-patient #119

Closed eatyourpeas closed 2 weeks ago

eatyourpeas commented 2 weeks ago

Overview

Fixes the issue but actually identifed some other bugs.

  1. on new patient form - fixes validation error from selects where value not passed back to form class from template
  2. adds site to valid new patient before save
  3. returns patient cohort from auditcohort model str method
  4. removes delete method from patient model
  5. fixes patient filter in patient list to include only active cohorts

closes #115