|
|
7 messages-Collapse all - Translate all to Translated (View all originals) |
Newsgroups:
comp.protocols.dicom
From:
Sri
Date:
Wed, 22 Dec 2010 18:07:12 -0800 (PST)
Local:
Thurs, Dec 23 2010 10:07am
Subject:
Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
Hello,
I have been using dcmtk for a while in C++ however am looking for open- I also came to know about about ClearCanvas - Could users share about Additionally, do you have experience porting dcmtk to .net using Sri
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Mahesh
Date:
Thu, 23 Dec 2010 05:37:05 -0800 (PST)
Local:
Thurs, Dec 23 2010 9:37pm
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
On Dec 23, 7:07am, Sri
> Hello,
Hello;
> I have been using dcmtk for a while in C++ however am looking for open- > I also came to know about about ClearCanvas - Could users share about > Additionally, do you have experience porting dcmtk to .net using > Sri dcmtk one of the best library for dicom. I had created managed wrapper some time back for dcmtk using swig http://www.swig.org/ and it works very well. There are also other open source library purely in .Net. mDCM - https://github.com/rcd/mdcm Regards
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Sri
Date:
Sat, 25 Dec 2010 09:38:54 -0800 (PST)
Local:
Sun, Dec 26 2010 1:38am
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
Hi Mahesh,
Thanks for your points, Looks like ClearCanvas tool uses mDCM lib Regards, On Dec 23, 8:37am, Mahesh
- Show quoted text -
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Mahesh
Date:
Sun, 26 Dec 2010 22:22:38 -0800 (PST)
Local:
Mon, Dec 27 2010 2:22pm
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
Hello;
mDCM is a dicom implementation in .Net. I am using this library from long time and it works very well :) There is no direct support for MPPS and SR , but it is not difficult to code these features using mDCM. For any specific question on mDCM you can post your query on mDCM group ( http://groups.google.com/group/mdcm ) Regards On Dec 25, 10:38pm, Sri
- Show quoted text -
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Mathieu Malaterre
Date:
Mon, 27 Dec 2010 00:59:07 -0800 (PST)
Local:
Mon, Dec 27 2010 4:59pm
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
On Dec 23, 3:07am, Sri
> Hello,
Try GDCM. It is wrapped to Python, Java and C# currently (using SWIG).
> I have been using dcmtk for a while in C++ however am looking for open- HTH
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Suresh Viswanathan
Date:
Sat, 1 Jan 2011 04:15:44 -0800 (PST)
Local:
Sat, Jan 1 2011 8:15pm
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
On Dec 23 2010, 7:07am, Sri
> Hello,
My company uses the Clear Canvas SDK for a lot of development work and
> I have been using dcmtk for a while in C++ however am looking for open- > I also came to know about about ClearCanvas - Could users share about > Additionally, do you have experience porting dcmtk to .net using > Sri it has turned out really well. I would recommend it as a very good open source alternative. Suresh
Forward
You must Sign in before you can post messages.
To post a message you must first join this group .
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
|
Newsgroups:
comp.protocols.dicom
From:
Rady
Date:
Sat, 1 Jan 2011 14:35:02 -0800 (PST)
Local:
Sun, Jan 2 2011 6:35am
Subject:
Re: Opensource DICOM toolkit in .NET
Forward | Print | Individual message | Show original | Report this message | Find messages by this author
We are also using Clearcanvas extensively for the last 2 years. It is
one of the best implementation of DICOM Standards in .Net and Open Source. Their support is also relatively fast, you can use their forums. There is no direct MPPS or MWL implementation, but building them should not be a problem. If you need any info please let us know. with regards On Jan 1, 5:15pm, Suresh Viswanathan
- Show quoted text -
|