From 99862e2e6043d6351729e69c5cd92532571689c5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Dec 2024 12:38:44 +0000 Subject: [PATCH] . --- oef/templates/oef/output.html | 97 +++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 44 deletions(-) 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