# HG changeset patch # User Sebastien Jodogne # Date 1373979563 -7200 # Node ID 733b24a00c26ed5c7544479cd3ed87d7ca22014b # Parent 49aa17c03cd397032e6fcb6ea906415ddaee2672 sample expanded diff -r 49aa17c03cd3 -r 733b24a00c26 Resources/Samples/OrthancCppClient/Vtk/main.cpp --- a/Resources/Samples/OrthancCppClient/Vtk/main.cpp Tue Jul 16 14:24:39 2013 +0200 +++ b/Resources/Samples/OrthancCppClient/Vtk/main.cpp Tue Jul 16 14:59:23 2013 +0200 @@ -146,6 +146,19 @@ int main() { + // Use the commented code below if you know the identifier of a + // series that corresponds to a 3D image. + + /* + { + OrthancClient::OrthancConnection orthanc("http://localhost:8042"); + OrthancClient::Series series(orthanc, "c1c4cb95-05e3bd11-8da9f5bb-87278f71-0b2b43f5"); + Display(series); + return 0; + } + */ + + // Try and find a 3D image inside the local store OrthancClient::OrthancConnection orthanc("http://localhost:8042");