General chart options
{% csrf_token %}
{% for field in GeneralChartOptionsForm %}
{{ field.errors }}
{% if field.name != "plotColourMapChoice" %}
{% if field.field.widget.attrs.class == 'CheckboxSelectMultiple' %}
{{ field.label_tag }} |
{{ field }} |
{% elif field.label == 'Calculate histogram data' or field.label == 'Case-insensitive categories' or field.label == 'Chart grouping' %}
|
{{ field }} |
{% else %}
{{ field.label_tag }} |
{{ field }} |
{% endif %}
{% endif %}
{% endfor %}
{% for field in GeneralChartOptionsForm %}
{{ field.errors }}
{% if field.name == "plotColourMapChoice" %}
{{ GeneralChartOptionsForm.plotColourMapChoice.label_tag }}
{% endif %}
{% endfor %}
CT chart options
Radiography chart options
Fluoroscopy chart options
Mammography chart options
NM chart options