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
7
votes
2 answers

Load Dicom image and display it - using ClearCanvas library

This is a very narrow and specific question, but I know there are someone else out there using this, so I'll keep my fingers crossed and hope anyone of you pics this question up. I'm working on a WPF application where one part of it is a Dicom…
stiank81
  • 25,418
  • 43
  • 131
  • 202
4
votes
1 answer

How to save image as DICOM

I need to save JPEG image as a DICOM using c# and some free library. I read a lot of topics where it was described how to do the opposite, but I couldn't find anywhere how to perform what I need. The best I could achieve is to save image using…
KorsaR
  • 536
  • 1
  • 10
  • 26
4
votes
1 answer

Should a C-MOVE success message only be received after the associated C-STORE completes?

We have a client issuing a C-MOVE request to a PACS server. My understanding is that the secondary association will be opened and the C-STORE operations completed prior to the C-MOVE association being closed and a status of success being…
denver
  • 2,863
  • 2
  • 31
  • 45
3
votes
1 answer

Error uploading Dicom files using Clear Canvas library

i am attempting to publish Dicom file to a remote PACS using the ClearCanvas dlls. I can use the ClearCanvas libraries to open the DICOM files, update tags in the file and save the file. When I try and publish the files…
3
votes
1 answer

function works correctly from MATLAB, but not when called from .NET

I'm using MATLAB Builder NE for interoperability to call MATLAB functions from a C# .NET program built as a plug-in for the open source application ClearCanvas. When I run the code normally from the .NET program, I usually (but not always) get the…
Matt
  • 2,339
  • 1
  • 21
  • 37
3
votes
1 answer

ClearCanvas DicomFile.DataSet -- How to add a new Tag?

im trying to add a new tag to my DicomFile.DataSet in ClearCanvas. I notice there is the method "DicomFile.DataSet.RemoveAttribute" but no "AddAtribute" method. So I have been looking at the method "LoadDicomFields" & "SaveDicomFields" but so far…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
3
votes
2 answers

Get ClearCanvas DicomTag from the dicom group and element numbers

I'm trying to read dicom tags from a text file as (####,####) and create the corresponding DicomTag from the clear canvas library //parsing txt string to find the corresponding dicomtag foreach (String elem in settings) { String tag =…
TCulos
  • 183
  • 3
  • 13
3
votes
1 answer

Sending dicom file to a remote AE using c# in visual studio 2010

My goal is to send a dicom file to a remote AE using c# in visual studio 2010, I plan to implement the clearcanvas library, I have divided the task into 5 parts: // //1 initiate tcp\ip connection // //2 negotiate the association parameters to…
Ester
  • 51
  • 4
2
votes
1 answer

setup ClearCanvas Library to use in C#

i want to use clearcanvas library in C# for DICOM image Viewer. I have searched much but Unfortunately i did not found how to setup this library to be used with my project in C#. There is no information of using this library with my project in VS…
waseemwk
  • 1,499
  • 3
  • 15
  • 44
2
votes
2 answers

How to add a private DICOM tag using ClearCanvas library?

Did anyone add a private DICOM tag to a DICOM file successfully using ClearCanvas library? The following code snippet is just what I am trying to add a private tag to the DICOM file dataset. But I can not find it when I open the saved DICOM file by…
2
votes
2 answers

Clearcanvas Connection string for ImageServer "EndpointAddress"

NOTE:: I have also asked this question on the Clearcanvas forums at:: http://www.clearcanvas.ca/dnn/tabid/69/afv/topic/aff/11/aft/15086/Default.aspx Hi, i'm making my own ImageViewer in WPF & now need to load DICOM files with the ImageServer. I'm…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
2
votes
0 answers

using clearcanvas for dicom browser

I'm a beginner in using clearcanvas. I'm downloading a source code from clearnanvas page. I want to make a dicom browser. Could you suggest me how can i use this tool? I'm also beginner in programing. Could you suggest me any forums, pages or…
user449921
  • 241
  • 1
  • 4
  • 14
2
votes
1 answer

How to change VR Tag of Dicom file with ClearCanvas

I am dicomizing digitized ECG data and I want to set the waveform tag's VR value as OW but in default clearcanvas set the tag's VR value to OB The VR value is readonly in clearcanvas library. Is there anyway to force clearcanvas library set the…
Ozan Deniz
  • 1,087
  • 7
  • 22
2
votes
2 answers

How to give reference lines dicom pic on Dicom pics in CLEARCANVAS?

i will do that if i open my dicom pics.i have a study . if you look below pic you can see study pic left corner. Big pic is one of series. How can i do that clearCanvas open source sdk?
loki
  • 2,926
  • 8
  • 62
  • 115
2
votes
3 answers

Encode JPG image file as DICOM PixelData using ClearCanvas

I have a set of JPG images that are actually slices of a CT scan, which I want to reconstruct into DICOM image files and import into a PACS. I am using ClearCanvas, and have set all of the requisite tags (and confirmed them by converting one of my…
Molloch
  • 2,261
  • 4
  • 29
  • 48
1
2 3 4