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
1
vote
1 answer

Defining Sequence Item for ECG Dicom by Using ClearCanvas Library

I am using clearcanvas library for dicomizing ecg image. I need to define channel information (channel source sequence and channel sensitivity unit sequence) for each channel which I extract. How do I define each channel in ClearCanvas? Sample code…
Ozan Deniz
  • 1,087
  • 7
  • 22
1
vote
1 answer

ClearCanvas SDK

I would like to experiment with the ClearCanvas SDK inside of another project. I am not looking to make any changes to the code whatsoever. So how do I get this code and include it in another project? Do I need to Build it via the Github…
physics90
  • 946
  • 3
  • 9
  • 24
1
vote
1 answer

Clear Canvas How to convert digitized ECG data to dicom file

I am trying to convert digitized ecg data to dicom file. My code looks like as below DateTime today = DateTime.Today; DicomFile dicomFile = new DicomFile(); dicomFile.TransferSyntax = TransferSyntax.ExplicitVrLittleEndian; …
Ozan Deniz
  • 1,087
  • 7
  • 22
1
vote
1 answer

How to get an image from a given dicom file using clearcanvas libraries in c#

Can you please help me in extracting image(binary data) from a dicom file.
Priya
  • 11
  • 1
  • 2
1
vote
1 answer

can i get dicom image from remote machine in ClearCanvas?

can i get dicom image from remote machine via EndpointAddress endpoint = new EndpointAddress("http://127.0.0.1:51124/ClearCanvas/ImageViewer/Automation?wsdl");" ????? for example : EndpointAddress endpoint = new…
loki
  • 2,926
  • 8
  • 62
  • 115
1
vote
1 answer

How can i use ClearCanvas in remote database?

How can i get data from REMOTE database using OnStart method? protected override int OnStart(StudyLoaderArgs studyLoaderArgs) { ApplicationEntity ae = studyLoaderArgs.Server as ApplicationEntity; _ae = ae; …
loki
  • 2,926
  • 8
  • 62
  • 115
1
vote
0 answers

How to use ClearCanvas.Server.ShredHost

How can i use ClearCanvas.Server.ShredHost to get all images on my servers?
loki
  • 2,926
  • 8
  • 62
  • 115
1
vote
1 answer

How can i change ClearCanvas DesktopForm application menu's visibility to false

i try to write a PACS application over ClearCanvas opensource sources. But i can everything over DestopForm only _mainmenu's visibility turn into false stage. // _mainMenu this._mainMenu.BackColor =…
loki
  • 2,926
  • 8
  • 62
  • 115
1
vote
1 answer

Dicom image window and level problems (sometimes)

I am making an image viewer using the c# ClearCanvas libraries, and I am trying to display images with their stored window center and window width values applied to the image. To do this, I read the window center, window width, and raw pixel data…
user2943464
  • 57
  • 1
  • 8
1
vote
1 answer

How to find the image plane of a dicom

I am creating a dicom viewer using clear canvas library. I need to find the image plane (axial, sagittal or coronal) of the dicom to implement triangulation. My only hope was the Image Orientation tag (0020,0037), but some of the dicoms doesn't have…
Rohith
  • 387
  • 1
  • 4
  • 20
1
vote
1 answer

ClearCanvas ImageServer 2.0

I have installed the ClearCanvas ImageServer 2.0 with IE8 on Windows 7 32 bits. I have also installed the Microsoft ASP.NET AJAX Extensions 1.0 and the ASP.NET. When doing //local../ImageServer it appears a blank page and a text saying: Version…
1
vote
1 answer

How to start with clearcanvas in .NET

I am brand new to clearcanvas and to DICOM files in general so right now I am just trying to get a simple desktop application working (.NET and C#). I have added the clearcanvas dll's to my project but I'm just not sure how I would go about actually…
Pompey
  • 616
  • 2
  • 9
  • 23
0
votes
1 answer

Reading Patient Name tag in DICOMDIR using clearcanvas in c#

I am new to CC as well as DICOM world, am trying out to read the patient name and study details in the DICOMDIR file and save it in database, here is my code, am doing it in console application in C# enter code here { DicomDirectory reader…
0
votes
1 answer

clear canvas dicom image viewer

Anybody know what is the base component used for viewing a DICOM image in the Clear Canvas image viewer? Let me add more info., Please refer to http://www.clearcanvas.ca/dnn/ Its a good DICOM Image Viewer, I think they used a user control.
Rauf
  • 12,326
  • 20
  • 77
  • 126
0
votes
1 answer

ClearCanvas DICOM - How to create a Tag with a 'VR' of 'OW'

Ok, so what i am doing is adding a new Overlay to an existing DICOM file & saving it(The DICOM file now has two overlays). Everything saves without errors & both DICOM viewers Sante & ClearCanvas-Workstation open the file, but only Sante displays…
zezba9000
  • 3,247
  • 1
  • 29
  • 51