Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Saturday, October 25, 2008 12:45:45 PM(UTC)
johnadvid

Groups: Registered
Posts: 8


protected void Page_Load(object sender, EventArgs e)

{

RasterCodecs.Startup();

WebImageViewer1.ImageUrl=("~\\Resources\\button.jpg");

}

I want to be able to display DICOM images.

Any help will be greatly appreciated.

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, October 26, 2008 4:41:31 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Have you tried the steps in the help topic "How to Run LEADTOOLS Web Demos"? If yes, what exactly is the problem? Can you provide more details?
 
#3 Posted : Monday, October 27, 2008 2:40:38 PM(UTC)
johnadvid

Groups: Registered
Posts: 8


I have ran the web demos.

 

I get a Error     Invalid File Format      When I run it.

 

Is it a Java Applet or a .Net conrol?

 

 
#4 Posted : Tuesday, October 28, 2008 4:21:14 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)


Did you include the DLLs for the file format that you are trying to load? For example, if you want to load JPEG images, you must include the Leadtools.Codecs.Cmp.dll.
The WebImageViewer Class is a .NET control.

 
#5 Posted : Wednesday, October 29, 2008 9:33:18 AM(UTC)
johnadvid

Groups: Registered
Posts: 8


I have include all the dll's. Do you have an example of displaying a DICOM image in the webimageviewer control using C# asp.net?
 
#6 Posted : Thursday, October 30, 2008 5:01:23 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Dozens of formats that can be loaded using our RasterCodecs class can also be passed to WebImageViewer.ImageUrl and should load correctly. This includes DICOM files that contain image pixel data, provided you add our DICOM DLLs to the project assembly references at the server.
This means the same demo project shipped with our toolkit can be used with DICOM images, and you don't need a special code sample for that.
 
#7 Posted : Thursday, October 30, 2008 5:53:49 AM(UTC)
johnadvid

Groups: Registered
Posts: 8


Which sample is that?
 
#8 Posted : Thursday, October 30, 2008 10:03:49 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


<LEADTOOLS>\Examples\DotNet\CS\WebFormsDemo
 
#9 Posted : Friday, October 31, 2008 3:46:15 AM(UTC)
johnadvid

Groups: Registered
Posts: 8


See that sample only shows single image display.

leadtools promotes the DICOM Web Viewer but never shows any sample code or help on developing such a thing.

I need to be able to play cine loops.

 
#10 Posted : Sunday, November 2, 2008 5:06:03 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)


Are you referring to the new LEADTOOLS Medical Web Viewer Framework Module?
If this is what you mean, did you download and install the Medical Web Viewer Framework Module?
If you have downloaded and installed the Medical Web Viewer Framework, you can find more information regarding this in the Cine mode in the MedicalWebViewer whitepaper.
 
#11 Posted : Friday, November 7, 2008 4:50:45 AM(UTC)
johnadvid

Groups: Registered
Posts: 8


I took a look at the white papers. But really doesn't show any information on how to integrate into asp.net.
 
#12 Posted : Sunday, November 9, 2008 5:18:35 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

We currently have documentation for the classes and there's also the source code of the demos shipped with the Viewer Framework.
To be able to use and configure the demo, please see the README.doc file shipped with the setup. Also, the demo itself runs with ASP.NET. Have you tried the pre-built demo?
You will find it in the following directory:
[LEADTOOLS Medical Web Viewer Framework 16]\Demo\Medical Web Viewer Welcome Page
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.097 seconds.