Skip to content

Commit

Permalink
changes for HL7Configuration endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Lillie Dae <[email protected]>
  • Loading branch information
lillie-dae committed Nov 16, 2023
1 parent c8384a1 commit 3c9a77a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Api/Hl7ApplicationConfigEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public IEnumerable<string> Validate()
catch (Exception e)
{
errors.Add($"DataMapping.Value is not a valid DICOM Tag. {e.Message}");
throw;
}

return errors;
Expand Down

0 comments on commit 3c9a77a

Please sign in to comment.