wiki
 Advanced Member Posts:33
 |
| 2009-10-31 02:14 AM |
|
Our Hospital Information System runs on server (asp.net apllication) i need to calls viewer and sends patiend number and accession number as reference. how can i load ccviewer in client's local machine and i need to retrive image from my PACS if studies not present in viewer please help me.
regards,
wiki. |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2009-11-03 02:02 PM |
|
Please see this post and this one. If you still have questions, please post back.
Best regards,
Stewart |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|
wiki
 Advanced Member Posts:33
 |
| 2009-11-04 05:06 AM |
|
Thanks stewart, I have read those posts it helps me lot and i have one question if the studies not present in the workstation i have used c-move, that needed retrieve AE, remote host and port but the viewer automation service client gives retrieve ae only how do i get workstation ae and remote ae details?. This one which struggles me please help me to get those details. one more thing i use clearcanvas dll as a reference in my project. regards, wiki |
|
|
|
|
wiki
 Advanced Member Posts:33
 |
| 2009-11-05 09:31 AM |
|
Hi, Is there any way to get local and remote AEInformation? regards, wiki. |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2009-11-10 10:25 AM |
|
Hi, not sure how well this will work from outside the CC application, but you need to use the CC.ImageViewer.Services.ServerTree class to find the correct server node based on the AE Title. There are several examples of how to do this in the CC code base - one is in the viewer automation code, here.
To get the local AE, you can try using ServerTree.OfflineAETitle, or you can connect to the viewer DICOM Server service (DicomServerServiceClient.GetServerConfiguration()).
If the ServerTree code doesn't work outside the CC app, it's fairly straightforward to parse the DicomAEServers.xml file directly.
The ServerTree code needs a bit of work ...
Hope this helps,
Stewart |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|
wiki
 Advanced Member Posts:33
 |
| 2009-11-11 05:29 AM |
|
Thanks stewart ,but i get the details from studylocator automation service by introducing properties in Identifier class and assigned in Query method i got it. thanks regards, Wiki. |
|
|
|
|
wiki
 Advanced Member Posts:33
 |
| 2009-11-11 05:35 AM |
|
Posted By wiki on 2009-11-11 05:29 AM
Thanks stewart ,but i get the details from studylocator automation service by introducing properties in Identifier class and assigned in Query method i got it.
thanks
regards,
Wiki.
|
|
|
|
|
rajeshiyer
 New Member Posts:4
 |
| 2010-07-30 03:59 AM |
|
Hi, Wiki
My Name is Rajesh Iyer. I need to integrate cc Dicom Viewer in one of my asp.net application.
Request Please help me out how to proceed.
Awaiting your response!
Regards
Rajesh Iyer
Email Id: rajesh.chelakar@roarsinc.com |
|
|
|
|
rajeshiyer
 New Member Posts:4
 |
| 2010-07-30 03:59 AM |
|
Hi, Stewart
My Name is Rajesh Iyer. I need to integrate cc Dicom Viewer in one of my asp.net application.
Request Please help me out how to proceed.
Awaiting your response!
Regards
Rajesh Iyer
Email Id: rajesh.chelakar@roarsinc.com |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2010-08-09 01:43 PM |
|
Hi, when you say integrate, do you mean launch the Workstation application from within a web browser, or do you mean actually view images inside the browser?
Either way, see these 2 posts: one, two. |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|
rajeshiyer
 New Member Posts:4
 |
| 2010-08-17 12:34 AM |
|
I want to view dicom images in web viewer. please help me on that.
Regards
Rajesh Iyer |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2010-08-27 12:14 AM |
|
We have recently written a web viewer in Silverlight, but it hasn't been released yet. Are you looking to develop a web viewer? I'm not really sure how to answer your post because you haven't provided much information about what you want to do. |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|
postb99
 Senior Member Posts:160
 |
| 2010-08-27 06:09 AM |
|
Hello, Well, I'm pretty sure he wants to develop a web viewer. I want it too (a project internal to my company) and may come back to the forum if I have questions. And finally come back when I have something done, to share something back (concepts or code, I don't know what can actually become public). To be able to do this, it's a matter of reading CC's code (ImageViewer solution) and grab pieces of relevant code, in fact, call right API methods and custom deal with content. Please Stewart can you point us out to the silverlight client code with some starting points ? I've downloaded trunk SVN but work with 2.0 SP1 SVN code for reference, since I code against 2.0SP1 precompiled dlls. But I think it's useful to read some silverlight-related code. Barbara |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2010-09-08 04:03 PM |
|
|
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|