|
| 7 messages - Collapse all - Translate all to |
Newsgroups:
comp.protocols.dicom
From:
Sri <sridharr... @gmail.com>
Date:
Wed, 22 Dec 2010 18:07:12 -0800 (PST)
Local:
Thurs, Dec 23 2010 10:07 am
Subject:
Opensource DICOM toolkit in .NET
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
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 <mdube... @gmail.com>
Date:
Thu, 23 Dec 2010 05:37:05 -0800 (PST)
Local:
Thurs, Dec 23 2010 9:37 pm
Subject:
Re: Opensource DICOM toolkit in .NET
On Dec 23, 7:07 am, Sri <sridharr
... @gmail.com> wrote:
> 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
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 <sridharr... @gmail.com>
Date:
Sat, 25 Dec 2010 09:38:54 -0800 (PST)
Local:
Sun, Dec 26 2010 1:38 am
Subject:
Re: Opensource DICOM toolkit in .NET
Hi Mahesh,
Thanks for your points, Looks like ClearCanvas tool uses mDCM lib Regards, On Dec 23, 8:37 am, Mahesh <mdube... @gmail.com> wrote:
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 <mdube... @gmail.com>
Date:
Sun, 26 Dec 2010 22:22:38 -0800 (PST)
Local:
Mon, Dec 27 2010 2:22 pm
Subject:
Re: Opensource DICOM toolkit in .NET
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:38 pm, Sri <sridharr... @gmail.com> wrote:
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 <mathieu.malate... @gmail.com>
Date:
Mon, 27 Dec 2010 00:59:07 -0800 (PST)
Local:
Mon, Dec 27 2010 4:59 pm
Subject:
Re: Opensource DICOM toolkit in .NET
On Dec 23, 3:07 am, Sri <sridharr
... @gmail.com> wrote:
> 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
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 <sureshkuma... @gmail.com>
Date:
Sat, 1 Jan 2011 04:15:44 -0800 (PST)
Local:
Sat, Jan 1 2011 8:15 pm
Subject:
Re: Opensource DICOM toolkit in .NET
On Dec 23 2010, 7:07 am, Sri <sridharr
... @gmail.com> wrote:
> 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
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 <radywo... @gmail.com>
Date:
Sat, 1 Jan 2011 14:35:02 -0800 (PST)
Local:
Sun, Jan 2 2011 6:35 am
Subject:
Re: Opensource DICOM toolkit in .NET
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:15 pm, Suresh Viswanathan <sureshkuma... @gmail.com> wrote: |