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

ClearCanvas DICOM Library - How to use Overlay Planes?

NOTE:: This may be a better question to answer:: Free DICOM files, with Multiple Overlays Hi, I have a question relating to tag DicomTags.OverlayData & Overlay Planes. As of now I can get back overlay data from a DICOM file in ClearCanvas and…
zezba9000
  • 3,247
  • 1
  • 29
  • 51
0
votes
1 answer

How to list DICOM studies from local server (local AETitle)?

I'm using DicomObjects Library for manipulations with DICOM files. I'm using just the base commands and so far this is my working code: var queryFind = new DicomObjects.DicomQuery { Node = "remoteIPaddress", Port =…
delux
  • 1,694
  • 10
  • 33
  • 64
0
votes
1 answer

How to remove added template from canvas in fabricjs?

I need to remove added template from canvas when I insert a layout. I use following code to clear canvas but it does not work. function clearCanvas() { canvas.clear(); canvas.renderAll.bind(canvas); $('#layer-list…
isuru
  • 3,385
  • 4
  • 27
  • 62
0
votes
1 answer

Rotate raw pixel data of an image 180 degrees

I'm trying to rotate raw pixel data from a DICOM file by 180 degrees (or flipped). I've successfully flipped the image correctly, however, upon writing the pixel data back to the file (in this case it's a DICOM file) and displaying it. The final…
Joshua H
  • 839
  • 11
  • 24
0
votes
0 answers

where to download the ClearCanvas Imageviewer StudyManagement dll file and how to import it

everyone, I have a project in C# using ClearCanvas SDK library. The dll file, i'm interested in is the ClearCanvas Imageviewer StudyManagement file. It is missing from the ClearCanvas Imageviewer dll file. The error I have implememnting using…
dirty_sanchez
  • 69
  • 1
  • 1
  • 12
0
votes
1 answer

Error from reading with ClearCanvas in DICOM file in C# and how to display the DICOM VCR tag

I'm receiving an error in runtime using the ClearCanvas libraries. Here is the error Could not find file 'C:\Users\Don jar\documents\visual studio 2010\Projects\DICOMCA\DICOMCA\bin\Debug\Fluro.dcm'. The error points to this section of the…
dirty_sanchez
  • 69
  • 1
  • 1
  • 12
0
votes
1 answer

Deploying a custom build of ClearCanvas

What exactly does the ClearCanvas installer do besides copying the executable and dlls to C:\Program Files\clearcanvas\clearcanvas workstation? I was able to deploy a custom build of ClearCanvas by installing SQL Server Compact Edition 4.0, running…
Matt
  • 2,339
  • 1
  • 21
  • 37
0
votes
1 answer

Application root class for ClearCanvas exe

I trying to execute ClearCanvas.Desktop.Executable exe from c# windows application but I am getting an error as "Unable to resolve application root class ClearCanvas.Desktop.Executable - no matches." below is my code in C# windows…
0
votes
1 answer

Calling ClearCanvas exe with arguments from c# windows application

I am trying to call the ClearCanvas exe with aruments from Windows application using C#, but I am not able to call it. Below is my code.. string[] args = new string[2]; args[0] = "ClearCanvas.Desktop"; Process pro = new…
0
votes
1 answer

ClearCanvas PixelData

I want to change a dicom file's pixeldata. Directly, that is change it in the image. But I can't find methods in CC(ClearCanvas) program what I can use! Also, I do not understand the property of "Rows" and "Colunms".
Nick
  • 1
  • 1
  • 3
-1
votes
1 answer

My application crashed when i click the clear option (code for clear is mpath.clear(); invalidates();)

The app is crashing without clearing the canvas. android studio 3.3.2 public void clearCanvas() {mPath.reset();invalidate();} I expect to clear the canvas. without crashing
-1
votes
1 answer

Unable to login to ClearCanvas, "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"

enter image description here Hi, We always encounter this error on every Clearcanvas Server on my company. We tried to restart both mssql and clearcanvas service on Services.msc, and yet the error is reccurring. Our last resort is to restart the…
1 2 3
4