Summary data fields migration

Progress stopped? Check the Tasks admin page and if Celery and RabbitMQ are running and there are no tasks being processed, try launching the migration again: Populate Summary fields

CT

{% if not ct_status.complete %} Currently processing {{ ct_complete }} of {{ ct_total }}
{{ ct_pc }}% Complete
{% else %}
Success: CT migration complete
{% endif %}

RF

{% if not rf_status.complete %} Currently processing {{ rf_complete }} of {{ rf_total }}
{{ rf_pc }}% Complete
{% else %}
Success: Fluoroscopy migration complete
{% endif %}

MG

{% if not mg_status.complete %} Currently processing {{ mg_complete }} of {{ mg_total }}
{{ mg_pc }}% Complete
{% else %}
Success: Mammography migration complete
{% endif %}

DX

{% if not dx_status.complete %} Currently processing {{ dx_complete }} of {{ dx_total }}
{{ dx_pc }}% Complete
{% else %}
Success: Radiography migration complete
{% endif %}