ebmdatalab/openprescribing

Retired measures need removing from website

Closed this issue · 3 comments

We've recently retired a number of measures, and they need to be removed from the website:
dipyridamole
ulipristal
ktt12_diabetes_insulin
coproxamol

All done:

$ ./manage.py delete_measure --delete-live-measure dipyridamole
Deleted measure 'dipyridamole'

$ ./manage.py delete_measure --delete-live-measure ulipristal
Deleted measure 'ulipristal'

$ ./manage.py delete_measure --delete-live-measure ktt12_diabetes_insulin
Deleted measure 'ktt12_diabetes_insulin'

$ ./manage.py delete_measure --delete-live-measure coproxamol
Deleted measure 'coproxamol'

Sorry @inglesp @evansd I hadn't realised we've also got some renamed measures where the "old" measure needs removing:

ktt9_cephalosporins_star
ktt9_cephalosporins
ktt9_antibiotics

All done 👍