Skip to content

Commit 8d5fc9b

Browse files
committed
bad merge
Signed-off-by: Neil South <[email protected]>
1 parent b7c00c5 commit 8d5fc9b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/InformaticsGateway/Services/Scp/ApplicationEntityHandler.cs

-6
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,6 @@ public async Task<string> HandleInstanceAsync(DicomCStoreRequest request, string
142142
}
143143
}
144144

145-
if (ArtifactTypes.Validate(modality) && Enum.TryParse(modality, out ArtifactType parsedArtifactType))
146-
{
147-
dicomInfo.DataOrigin.ArtifactType = parsedArtifactType;
148-
}
149-
}
150-
151145
var result = await _pluginEngine.ExecutePlugInsAsync(request.File, dicomInfo).ConfigureAwait(false);
152146

153147
using var scope = _logger.BeginScope(new Api.LoggingDataDictionary<string, object>() { { "CorrelationId", dicomInfo.CorrelationId } });

0 commit comments

Comments
 (0)