Skip to content

Commit

Permalink
Merge pull request crs4#120 from jgarciaroca/develop
Browse files Browse the repository at this point in the history
fix(fields/v2.7): Fix TQ1_1 defined as sequence instead of leaf (Made…
  • Loading branch information
svituz authored Jul 26, 2024
2 parents d03c003 + 087b436 commit affcf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hl7apy/v2_7/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@
'TCD_6': ('leaf', None, 'ID', 'AUTOMATIC_REPEAT_ALLOWED', 'HL70136', -1),
'TCD_7': ('leaf', None, 'ID', 'REFLEX_ALLOWED', 'HL70136', -1),
'TCD_8': ('sequence', DATATYPES_STRUCTS['CWE'], 'CWE', 'ANALYTE_REPEAT_STATUS', 'HL70389', -1),
'TQ1_1': ('sequence', None, 'SI', 'SET_ID_TQ1', None, -1),
'TQ1_1': ('leaf', None, 'SI', 'SET_ID_TQ1', None, -1),
'TQ1_2': ('sequence', DATATYPES_STRUCTS['CQ'], 'CQ', 'QUANTITY', None, -1),
'TQ1_3': ('sequence', DATATYPES_STRUCTS['RPT'], 'RPT', 'REPEAT_PATTERN', None, -1),
'TQ1_4': ('leaf', None, 'TM', 'EXPLICIT_TIME', None, -1),
Expand Down

0 comments on commit affcf22

Please sign in to comment.