Search found 8 matches

by youngn
Wed, 2007-05-30, 16:12
Forum: Third-Party DCMTK Applications
Topic: Open Source .NET Viewer
Replies: 0
Views: 33536

Open Source .NET Viewer

ClearCanvas Workstation is an open-source , DCMTK based DICOM viewer. Some feature highlights include: - Full bi-directional DICOM connectivity (i.e., C-STORE, C-FIND, C-MOVE as SCP/SCU) - A friendly, easy to use interface - A basic set of image manipulation tools (e.g., stack, window/level, zoom, ...
by youngn
Fri, 2006-02-10, 00:31
Forum: DCMTK - General
Topic: Using With /CLR in .NET
Replies: 7
Views: 12409

Tell you what, if you email me at

norman at clearcanvas dot ca

I'll see if I can get you (or anyone else who's interested) something earlier (no guarantees though) . Besides, we wouldn't mind someone trying it out and telling us what they think.

Norman
by youngn
Fri, 2006-02-03, 18:40
Forum: DCMTK - General
Topic: Using With /CLR in .NET
Replies: 7
Views: 12409

We've actually been working on an .NET viewer (to be made available as open source in April) and we've successfully managed to wrap parts of DCMTK in C# (in particular, parts of dcmdata and dcmnet). So far, we're able to load and view images, perform C-ECHOs and C-FINDs directly from managed code. W...
by youngn
Fri, 2006-02-03, 17:52
Forum: DCMTK - General
Topic: Older versions of DCMTK?
Replies: 1
Views: 3028

Older versions of DCMTK?

Hi,

I was wondering where I'd be able to find older versions of DCMTK, specifically, 3.5.3? If they are no longer available, then is ZLib 1.2.3 compatible with DCMTK 3.5.3?

Norman
by youngn
Thu, 2005-03-10, 17:10
Forum: DCMTK - General
Topic: Freeing pixel data memory
Replies: 1
Views: 4477

Freeing pixel data memory

Hi, I'm using DcmDataset::Load (with default parameters) to load an image file, then using DcmDataset::FindAndGetUint16Array to get the pixel data. When I'm done with the pixel data, I'd like to free the memory associated with it without destroying the DcmDataset object or removing the pixel data el...
by youngn
Fri, 2005-02-04, 18:59
Forum: DCMTK - Installation
Topic: Installation Problems On Microsoft Visual Studio .NET 2003
Replies: 1
Views: 7046

You probably already noticed this, but it appears that the /LIBPATH linker option and the macro $(INTDIR) is somehow being cut off. Not sure exactly why that is, but here are a few things you might want to try: 1) In Project Properties, go to Linker and check the Command Line entry. See if the /LIBP...
by youngn
Fri, 2005-01-28, 16:18
Forum: DCMTK - Installation
Topic: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003
Replies: 8
Views: 20024

I'm using CMake 2.0 Patch 5.
by youngn
Thu, 2005-01-27, 20:03
Forum: DCMTK - Installation
Topic: Problems linking DCMTK 3.5.3 with Visual Studio .NET 2003
Replies: 8
Views: 20024

After experiencing the same linking problem in VS2003, I was able to find a somewhat more permanent solution to the problem, so I thought I'd share it. Marcus' original post led me to wonder if there's a way to shorten the "Additional Library Directories" field in a programmatic way withou...