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

122 add patient number visit number to the top of visit form page #130

Closed dc2007git closed 2 weeks ago

dc2007git commented 2 weeks ago

Before this PR

On clicking onto a patient's visit details, the user would not be able to locate the patient's NPDA id or the visit number associated with this patient's visit

After this PR

This PR integrates this information into the visit form as shown below:

image

The text for the patient's id is always shown - even if creating a new visit. However, if creating a new visit manually (ie with the form, not csv input) then the visit number would not yet exist and as such the associated text would not be rendered in.

Related Issues

Closes #122