Skip to content

Commit

Permalink
Merge pull request #357 from mayan2022/main
Browse files Browse the repository at this point in the history
Update printParam.xml.jinja2
  • Loading branch information
andlaus authored Oct 30, 2024
2 parents 5969a3a + 1357322 commit 98e09b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odxtools/templates/macros/printParam.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{%- if param.dop_ref %}
<DOP-REF ID-REF="{{param.dop_ref.ref_id}}"/>
{%- elif param.dop_snref %}
<DOP-SNREF SN="{{param.dop_snref}}"/>
<DOP-SNREF SHORT-NAME="{{param.dop_snref}}"/>
{%- elif param.diag_coded_type is defined %}
{{pdop.printDiagCodedType(param.diag_coded_type)|indent(2)}}
{%- elif param.bit_length is defined and param.bit_length is not none %}
Expand All @@ -76,7 +76,7 @@
<TABLE-KEY-REF ID-REF="{{param.table_key_ref.ref_id}}"/>
{%- endif %}
{%- if param.table_key_snref %}
<TABLE-KEY-SNREF SHORT-NAME="{{param.table_ref}}"/>
<TABLE-KEY-SNREF SHORT-NAME="{{param.table_key_snref}}"/>
{%- endif %}
{%- endif %}
</PARAM>
Expand Down

0 comments on commit 98e09b3

Please sign in to comment.