File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import vtkVolumeMapper from 'vtk.js/Sources/Rendering/Core/VolumeMapper';
1313
1414const url = 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs' ;
1515const studyInstanceUID =
16- '1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905 ' ;
16+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.334240657131972136850343327463 ' ;
1717const ctSeriesInstanceUID =
18- '1.3.6.1.4.1.14519.5.2.1.2744.7002.182837959725425690842769990419 ' ;
18+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.226151125820845824875394858561 ' ;
1919const searchInstanceOptions = {
2020 studyInstanceUID,
2121} ;
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ window.cornerstoneWADOImageLoader = cornerstoneWADOImageLoader;
1515
1616const url = 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs' ;
1717const studyInstanceUID =
18- '1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905 ' ;
18+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.334240657131972136850343327463 ' ;
1919const ctSeriesInstanceUID =
20- '1.3.6.1.4.1.14519.5.2.1.2744.7002.182837959725425690842769990419 ' ;
20+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.226151125820845824875394858561 ' ;
2121const petSeriesInstanceUID =
22- '1.3.6.1.4.1.14519.5.2.1.2744.7002.886851941687931416391879144903 ' ;
22+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.879445243400782656317561081015 ' ;
2323const searchInstanceOptions = {
2424 studyInstanceUID,
2525} ;
Original file line number Diff line number Diff line change @@ -12,21 +12,6 @@ import './initCornerstone.js';
1212
1313window . cornerstoneWADOImageLoader = cornerstoneWADOImageLoader ;
1414
15- //const url = 'http://localhost:44301/wadors'
16- //const url = 'http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs'
17- //const url = 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs';
18- //const studyInstanceUID =
19- // '1.3.6.1.4.1.14519.5.2.1.2744.7002.271803936741289691489150315969';
20- // '1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905';
21- //const ctSeriesInstanceUID =
22- // '1.3.6.1.4.1.14519.5.2.1.2744.7002.453958960749354309542907936863'
23- // '1.3.6.1.4.1.14519.5.2.1.2744.7002.182837959725425690842769990419';
24- //const petSeriesInstanceUID =
25- // '1.3.6.1.4.1.14519.5.2.1.2744.7002.117357550898198415937979788256';
26- //const searchInstanceOptions = {
27- // studyInstanceUID,
28- //};
29-
3015const voi = {
3116 windowWidth : 1000 ,
3217 windowCenter : 300 + 1024 ,
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import vtkVolumeMapper from 'vtk.js/Sources/Rendering/Core/VolumeMapper';
1515const url = 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs' ;
1616
1717const studyInstanceUID =
18- '1.3.12.2.1107. 5.2.32.35162.30000015050317233592200000046 ' ;
19- const mrSeriesInstanceUID =
20- '1.3.12.2.1107. 5.2.32.35162.1999123112191238897317963.0.0.0 ' ;
18+ '1.3.6.1.4.1.14519. 5.2.1.7009.2403.334240657131972136850343327463 ' ;
19+ const ctSeriesInstanceUID =
20+ '1.3.6.1.4.1.14519. 5.2.1.7009.2403.226151125820845824875394858561 ' ;
2121
2222const searchInstanceOptions = {
2323 studyInstanceUID,
@@ -76,7 +76,7 @@ class VTKRotatableCrosshairsExample extends Component {
7676 const imageIds = await createStudyImageIds ( url , searchInstanceOptions ) ;
7777
7878 let ctImageIds = imageIds . filter ( imageId =>
79- imageId . includes ( mrSeriesInstanceUID )
79+ imageId . includes ( ctSeriesInstanceUID )
8080 ) ;
8181
8282 const ctImageDataObject = loadDataset ( ctImageIds , 'ctDisplaySet' ) ;
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ window.cornerstoneWADOImageLoader = cornerstoneWADOImageLoader;
1515
1616const url = 'https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs' ;
1717const studyInstanceUID =
18- '1.3.6.1.4.1.14519.5.2.1.2744.7002.373729467545468642229382466905 ' ;
18+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.334240657131972136850343327463 ' ;
1919const ctSeriesInstanceUID =
20- '1.3.6.1.4.1.14519.5.2.1.2744.7002.182837959725425690842769990419' ;
20+ '1.3.6.1.4.1.14519.5.2.1.7009.2403.226151125820845824875394858561' ;
21+
2122const searchInstanceOptions = {
2223 studyInstanceUID,
2324} ;
You can’t perform that action at this time.
0 commit comments