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 : Monday, April 22, 2013 6:06:25 AM(UTC)

akira32  
akira32

Groups: Registered
Posts: 17


Could you try the web address of "htttp://127.0.0.1/mohamed/"?
I had closed Norton firewall, but 127.0.0.1 stills appears the error message.
 

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 : Monday, April 22, 2013 9:27:11 PM(UTC)

akira32  
akira32

Groups: Registered
Posts: 17


I typewrite incorrect web address, it should be "htttp://127.0.0.1/mohamed/".

The attached file called SampleCode02.jpg is my screenshot for the PatientID=12341234. But it should be a foot, but it seem to be a splash.
akira32 attached the following image(s):
SampleCode02.jpg
 
#3 Posted : Tuesday, April 23, 2013 8:25:49 AM(UTC)

mohamed  
mohamed

Groups: Registered, Tech Support
Posts: 179


To run the page on another machine (not the same machine were the services installed on), you need to change the following:
1. In the "index.html" change the "baseUrl" to have the IP Address of the machine where the service is hosted instead of "localhost" like this
var baseUrl = "http://192.168.1.1/MedicalViewerService";

2. In the Scripts folder edit the "AuthenticationServiceProxy.js" by changing the
"var callUrl = "http://localhost/MedicalViewerService/AuthenticationService.svc/AuthenticateUser""
To be:
"var callUrl = "http://192.168.1.1/MedicalViewerService/AuthenticationService.svc/AuthenticateUser""

About the incorrect image, I am not sure what the problem is, it is most likely the web page or browser is loading it from the cache folder or the image with the patient ID "12341234" is not exists so the page displayed the previous loaded image.
Please open a new thread or new email ticket and explain what are the steps needed to reproduce it at our side.

Mohamed Abedallah
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
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.107 seconds.