Mercurial > hg > orthanc-dicomweb
changeset 83:eab1a2859fa2
test transcoding
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Dec 2015 18:39:17 +0100 |
parents | 0c77a566277d |
children | a1527502e0eb |
files | Plugin/Dicom.h Plugin/WadoRs.cpp |
diffstat | 2 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/Dicom.h Tue Dec 08 18:28:39 2015 +0100 +++ b/Plugin/Dicom.h Tue Dec 08 18:39:17 2015 +0100 @@ -60,11 +60,6 @@ Setup(dicom); } - gdcm::File& GetFile() - { - return reader_.GetFile(); - } - const gdcm::File& GetFile() const { return reader_.GetFile();
--- a/Plugin/WadoRs.cpp Tue Dec 08 18:28:39 2015 +0100 +++ b/Plugin/WadoRs.cpp Tue Dec 08 18:39:17 2015 +0100 @@ -770,6 +770,7 @@ writer.SetImage(change.GetOutput()); writer.SetFile(reader.GetFile()); + //gdcm::File output; writer.SetFileName("/tmp/tutu.dcm"); printf("Write: %d\n", writer.Write()); }