Questions tagged [clearcanvas]

ClearCanvas is an SDK for developing medical imaging applications, primarily using the DICOM standard.

ClearCanvas has developed an SDK for developing medical imaging applications, primarily using the DICOM standard. This tag is intended for questions related to the use of the SDK.

57 questions
2
votes
1 answer

clearCanvas() with draggable layers

When I add normal objects or layers to the canvas (using jCanvas) I'm able to clear the canvas using the clearCanvas() function. But when I make my layers draggable the clearCanvas() function does not seem to work. It does clear the canvas when I…
Mirko
  • 131
  • 2
  • 8
2
votes
1 answer

how to access all of the contents of a DICOM sequence using clearcanvas

Currently I building a small desktop application that can handle DICOM files. I am coding in C# and .NET and using the ClearCanvas library. One thing that I need to do is to be able to display the full contents of the file including all of the…
Pompey
  • 616
  • 2
  • 9
  • 23
1
vote
1 answer

clearcanvas library c#

I call the following function to set an image rendered by ClearCanvas library to a picture box. But it gives an error *Unable to load bilinearinterpolation.dll the specified module could not be found * //// Code void OpenFile() { try …
y_zyx
  • 582
  • 4
  • 10
  • 28
1
vote
1 answer

Why is Configuration message appearing on jpeg images exported from DICOM file?

I am trying to make a web based dicom image viewer. I am using c# and asp.net. I am using Clear Canvas libraries found on www.clearcanvas.ca. The problem here is that when I try to export the jpeg images from dicom files the following message…
John
  • 11
  • 2
1
vote
1 answer

DICOM C-ECHO verification with ClearCanvas SDK

I am using ClearCanvas sdk to c-echo verifiy a remote dicom entity but the result I am always getting is 'Failed'. It seems that it is not even associating with the remote entity. below is my code to do this in vb.net. Am I doing it right? Dim…
1
vote
1 answer

ClearCanvas - How to reinventory studies moved to different drive letter?

I recently inherited managing a ClearCanvas server, and am coming up to speed on the application. The server has two FileSystems defined on two different drive letters: C:\ClearCanvasFS\Primary\ <-- Read, Write, Tier1 F:\ClearCanvasFS\Primary\ <--…
zimfar
  • 11
  • 2
1
vote
1 answer

Need Help to retrieve studies with image streaming in clearcanvas workstation

We need Help to retrieve studies with image streaming in ClearCanvas workstation. How to retrieve studies in ClearCanvas workstation from ClearCanvas servers with image streaming.
Clinic
  • 21
  • 1
1
vote
1 answer

clearcanvas if file is a dicomfile

How to check if file is a dicomfile?
user449921
  • 241
  • 1
  • 4
  • 14
1
vote
2 answers

Saving And Retrieving In Dicom Files With ClearCanvas?

Now I'm developing a small project concerned with medical imaging. I'm using C#.net 2008 and clearcanvas for saving and retrieving dicom files. I want to ask some questions about clearcanvas. For saving, sometimes it is saved with XML file,…
Chong
  • 604
  • 2
  • 11
  • 27
1
vote
2 answers

clearcanvas check if file is a dicomdir

I want to read dicom tags from dicomdir. How can i check if file is a dicomdir? Now, i'm trying like that, but i know that some files haven't dicomdir in name. if (fi_name.Contains("DICOMDIR")) { DicomDirectory…
user449921
  • 241
  • 1
  • 4
  • 14
1
vote
2 answers

does ClearCanvas RIS take DICOM MWL request?

I am looking for a free RIS which can take DICOM MWL request. I am wondering whether ClearCanvas open source RIS can do this or not? Thanks
peterboston
  • 877
  • 1
  • 12
  • 24
1
vote
1 answer

clearcanvas read dicomdir

I'm reading attributes from each dicom file in directory and it takes a lot of time. My code : var patient_id = k_di_.DataSet.GetAttribute(DicomTags.PatientId); How can i do the same, but reading only in dicomdir?
user449921
  • 241
  • 1
  • 4
  • 14
1
vote
1 answer

How to get image from dicom file using clearcanvas in c#?

I'm developing a small project concerned with dicom imaging. In my project, a user can choose the dicom file to view, that's all. I get byte[] from dicom, but i don't know how to get image and how i show. i'm using with clearcanvas in c#. so, if u…
Chong
  • 604
  • 2
  • 11
  • 27
1
vote
2 answers

Dicomize ECG Raw Signal Data

I have dicomized raw signal data by using clear canvas library.(ecg voltage values) But,I have faced a problem about seperating the ecg channels. When I display the dicomized data on PACS system all the channels append each other and are visualized…
Ozan Deniz
  • 1,087
  • 7
  • 22
1
vote
1 answer

Parse DICOMDIR to get image filepaths

I'm trying to locate DICOM filepaths by parsing a DICOMDIR. But can't seem to figure out how to locate them. I parse through the DICOMDIR as follows: DicomDirectory dir = new…
TCulos
  • 183
  • 3
  • 13