Ouarzy
 New Member Posts:4
 |
| 2010-03-09 10:41 AM |
|
Hi Steve, All the rendering is performed client side (windowing, reconstruction and so on...). But we are not supported decompression of any DICOM transfer syntaxes, we totally need the uncompressed data. And it is actually a quite good question, because as you can see on the demo site, we need a few time to load all the images, that can become quite long in case of bad connection. I am currently working on this optimisation phase, first by using a unique DICOM lossless compressed format (from our PACS solution) that I will manage client side, and then by managing any DICOM formats. Thanks to this work, there will be less transfer between server and client to obtain the images. Emilien
|
|
|
|
|
steve
 Senior Member Posts:1884
 |
| 2010-03-09 10:56 AM |
|
Emilien, We've done some investigation of the possibilities with Silverlight, and really didn't see any support for decompression, so I was curious as to how you were doing things. Another final followup then, would be are you using the ClearCanvas libraries in any way for this project? Steve |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|
Ouarzy
 New Member Posts:4
 |
| 2010-03-09 11:13 AM |
|
Well, I just started the investigation to manage the decompression client side. If I found no way to do it properly in SL4, I will work on other solution to improve the data transfer.But note that in a first time, I will work on a unique compressed format, and it will very simplify my problem. We used the CC libraries when this project started, to simplify our first implementation. But since we have developed our own C# DICOM manager. This is why I still post on this forum to let you know how the project progress, without your great library, we were not able to have these results very quick. And also, even if I can not show the code, I hope to be able to help some people working on the same field. Thus, thank you. Emilien |
|
|
|
|
krhome
 New Member Posts:1
 |
| 2010-03-18 11:17 AM |
|
Bonjour Emilien.
Je me permet de t'écrire en français étant étudiant français et j'étudie actuellement les communications Client Leger / Serveur PACS. J'aurai voulu avoir une information sur la communication entre ton client et ton server pacs. En fait à la connection tu retourne une liste de patient sérialisée en binaire, ou alors tu les renvoie 1 à 1?
Pourrais-tu me montrer en cas l'architecture global de ton application?
Mon adresse est la suivante:
padodanle51@gmail.com
Merci
Yohann
|
|
|
|
|
Ouarzy
 New Member Posts:4
 |
| 2010-04-26 07:48 AM |
|
Sorry just seen your post, reply done on your email adress! Emilien |
|
|
|
|
gross320
 New Member Posts:1
 |
| 2010-12-29 10:23 AM |
|
LEADTOOLS has a Silverlight toolkit with native support for lots of formats so you don't have to use a conversion service to make the images JPEG or PNG first. It has full support for DICOM Data Sets so you can load and modify all of the tags as well as process and window-level the images. Here's a link for information on the toolkit (and a free eval download): http://www.leadtools.com/sdk/medical/dicom-silverlight.htm Here's a link for a live Silverlight demo: http://demo.leadtools.com/Silverlight/DicomDemo/DicomDemo.html |
|
|
|
|
ChristopherHorn
 New Member Posts:2
 |
| 2011-10-26 07:01 PM |
|
Hi all,
for those wanting an open source starting point for a silverlight viewer
check out https://github.com/cureos/mdcm this is a silverlight/WPF focused branch of the original mdcm project https://github.com/rcd/mdcm
from what I've seen CC uses a lot of the mcdm code. The author note's certain limitations on codecs. |
|
|
|
|
stewart
 Senior Member Posts:2032
 |
| 2011-10-31 09:45 AM |
|
Just an FYI for anyone following this thread who is not aware - CC has a complete Silverlight viewer as well that is currently part of the ImageServer. It has only been released as part of our Team Edition, but it is in the open source repository and is fully functional. |
|
| Real-time support available to Clinical Edition and Team Edition customers |
|
|