Mercurial > hg > orthanc-stone
changeset 2236:f276f465ff5a
rename
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 26 Apr 2025 14:22:47 +0200 |
parents | 6450fd850adf |
children | 6e995ee3b3e8 |
files | Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Sat Apr 26 14:20:19 2025 +0200 +++ b/Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp Sat Apr 26 14:22:47 2025 +0200 @@ -896,7 +896,7 @@ GetSharedObserver(), PRIORITY_NORMAL, OrthancStone::ParseDicomFromWadoCommand::Create( source_, message.GetStudyInstanceUid(), message.GetSeriesInstanceUid(), sopInstanceUid, false /* no transcoding */, Orthanc::DicomTransferSyntax_LittleEndianExplicit /* dummy value */, - new InstanceInfo(message.GetStudyInstanceUid(), message.GetSeriesInstanceUid(), sopInstanceUid, Action_ComprehensiveSR))); + new InstanceInfo(message.GetStudyInstanceUid(), message.GetSeriesInstanceUid(), sopInstanceUid, Action_StructuredReport))); return; } } @@ -951,7 +951,7 @@ enum Action { Action_Pdf, - Action_ComprehensiveSR, + Action_StructuredReport, Action_ReferencedInstance }; @@ -1021,7 +1021,7 @@ break; } - case Action_ComprehensiveSR: + case Action_StructuredReport: { try {