comparison Samples/Sdl/FusionMprSdl.cpp @ 839:c47031d9f6b1

Added dose struct load in (ongoing) FusionMprSample + doc change
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 03 Jun 2019 14:37:17 +0200
parents 28f99af358fa
children 266e2b0b9abc
comparison
equal deleted inserted replaced
836:e62e7361fd60 839:c47031d9f6b1
643 } 643 }
644 644
645 this->SetStructureSet(2, rtstructLoader); 645 this->SetStructureSet(2, rtstructLoader);
646 646
647 #if 1 647 #if 1
648 // BGO data 648 /*
649 BGO data
650 http://localhost:8042/twiga-orthanc-viewer-demo/twiga-orthanc-viewer-demo.html?ct-series=a04ecf01-79b2fc33-58239f7e-ad9db983-28e81afa
651 &
652 dose-instance=830a69ff-8e4b5ee3-b7f966c8-bccc20fb-d322dceb
653 &
654 struct-instance=54460695-ba3885ee-ddf61ac0-f028e31d-a6e474d9
655 */
649 ctLoader->LoadSeries("a04ecf01-79b2fc33-58239f7e-ad9db983-28e81afa"); // CT 656 ctLoader->LoadSeries("a04ecf01-79b2fc33-58239f7e-ad9db983-28e81afa"); // CT
650 //doseLoader->LoadInstance("830a69ff-8e4b5ee3-b7f966c8-bccc20fb-d322dceb"); // RT-DOSE 657 doseLoader->LoadInstance("830a69ff-8e4b5ee3-b7f966c8-bccc20fb-d322dceb"); // RT-DOSE
651 //rtstructLoader->LoadInstance("54460695-ba3885ee-ddf61ac0-f028e31d-a6e474d9"); // RT-STRUCT 658 rtstructLoader->LoadInstance("54460695-ba3885ee-ddf61ac0-f028e31d-a6e474d9"); // RT-STRUCT
652 #else 659 #else
653 //ctLoader->LoadSeries("cb3ea4d1-d08f3856-ad7b6314-74d88d77-60b05618"); // CT 660 //ctLoader->LoadSeries("cb3ea4d1-d08f3856-ad7b6314-74d88d77-60b05618"); // CT
654 //doseLoader->LoadInstance("41029085-71718346-811efac4-420e2c15-d39f99b6"); // RT-DOSE 661 //doseLoader->LoadInstance("41029085-71718346-811efac4-420e2c15-d39f99b6"); // RT-DOSE
655 //rtstructLoader->LoadInstance("83d9c0c3-913a7fee-610097d7-cbf0522d-fd75bee6"); // RT-STRUCT 662 //rtstructLoader->LoadInstance("83d9c0c3-913a7fee-610097d7-cbf0522d-fd75bee6"); // RT-STRUCT
656 663