diff --git a/oef/templates/oef/output.html b/oef/templates/oef/output.html index b074ea14..33799c52 100644 --- a/oef/templates/oef/output.html +++ b/oef/templates/oef/output.html @@ -4,54 +4,63 @@ {% block content %} - - - - - - - - - - - -{% for output in outputs %} +
Format nameActionField SeqField LabelField NameField StatusField TypeField Codeset
+ + + + + + + + + + + {% for output in outputs %} - - - - + + + + - - - - - + + + + + - - -{% endfor %} -
Format nameActionField SeqField LabelField NameField StatusField TypeField Codeset
Radiology {{output.name}}Order{{output.field_seq}}
Radiology {{output.name}}Order{{output.field_seq}}{{output.field_label}}{{output.field_name}}{{output.field_status}}{{output.field_type}}RADCODESET{{output.field_codeset}}{{output.field_label}}{{output.field_name}}{{output.field_status}}{{output.field_type}} + {% if output.field_codeset %} + RADCODESET{{output.field_codeset}} + {% endif %} +
+ -

Codesets

- - - - - {% for codeset, options in codesets %} - - - {% for option in options %} - - {% endfor %} - - - {% endfor %} +
CodesetOption
RADCODESET{{codeset}}{{option}}
+ +

Codesets

+ + + + + {% for codeset, options in codesets %} + + + {% for option in options %} + + + + + {% endfor %} + + + {% endfor %} + +
CodesetOption
+ {% if codeset %} + RADCODESET{{codeset}} + {% endif %} + {{option}}
+ + - - - - {% endblock content %} - \ No newline at end of file