can i get dicom image from remote machine in ClearCanvas?
Posted
by programmerist
on Stack Overflow
See other posts from Stack Overflow
or by programmerist
Published on 2010-05-01T15:31:37Z
Indexed on
2010/05/01
15:37 UTC
Read the original article
Hit count: 325
can i get dicom image from remote machine via
EndpointAddress endpoint = new EndpointAddress("http://127.0.0.1:51124/ClearCanvas/ImageViewer/Automation?wsdl");" ?????
for example :
EndpointAddress endpoint = new EndpointAddress("http://MYIP:myport/ClearCanvas/ImageViewer/Automation?wsdl");
© Stack Overflow or respective owner