Skip to content

Commit

Permalink
Enable new attribute coercions on retrieved dataset when request is t…
Browse files Browse the repository at this point in the history
…riggered by WADO or XDS-I Retrieve Document Set [RAD-69] services #3810
  • Loading branch information
vrindanayak committed Nov 23, 2022
1 parent 200173a commit 87eb49a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

package org.dcm4chee.arc.retrieve.xdsi;

import org.dcm4che3.data.Attributes;
import org.dcm4che3.data.AttributesCoercion;
import org.dcm4che3.imageio.codec.Transcoder;
import org.dcm4che3.ws.rs.MediaTypes;
Expand Down Expand Up @@ -96,7 +95,6 @@ public void writeTo(OutputStream os) throws IOException {
transcoder.transcode((transcoder1, dataset) -> {
try {
coerce.coerce(dataset, null);
ctx.getRetrieveService().getAttributesCoercion(ctx, inst).coerce(dataset, null);
} catch (IOException e) {
throw e;
} catch (Exception e) {
Expand Down

0 comments on commit 87eb49a

Please sign in to comment.