# HG changeset patch # User Sebastien Jodogne # Date 1745670167 -7200 # Node ID f276f465ff5a1311ea25ab25e6b536205ab81d97 # Parent 6450fd850adff00c022c8828abbf9412d47a5ae4 rename diff -r 6450fd850adf -r f276f465ff5a Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp --- 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 {