Installation pre-requisite
System Requirements
Operating System (OS) | RAM | Processor | Storage Space |
---|---|---|---|
| 8 GB | CPU - Min 2 cores, 2.4 GHz base clock speed (Usually includes all processors above Intel i3 and AMD Ryzen 3 - 1st generation) | Min 250 GB of Free Space |
Network Requirements
Internet Speed – Minimum 10 Mbps
URL Whitelisting for Gateway Dockers - required for Linux Installation
URL Whitelisting for Data Transport -
For syncing Gateway Configurations - https://dcsm.qure.ai/
For collecting logs - http-intake.logs.datadoghq.eu/
Region Specific URLS in the order of -
Qure’s Cloud URL – for connecting Client Server to Qure.ai’s Cloud Services
Qure App URL – for connecting to Qure App
S3 Bucket URL – for data collection to PACS after processing
India | |
UK | |
Singapore | |
USA | |
EU |
Checklist for Ensuring Whitelisting
1. Proxy Settings
The configuration process is impeded if the device is already working on a proxy server.
Steps to check is a Windows device is working on a proxy server:
Settings > Networks & Internet > Proxy
If the Use a Proxy Server button is ON with the Address and Port details available, then the device is working on a Proxy Server. In that case, the button needs to be turned OFF.
2. Antivirus Settings
It needs to be ensured that the Antivirus Software on the device is allowing the Gateway software to run and is not blocking any network requests from gateway.
3. Firewall
It needs to be ensured that the device Firewall is not blocking the functioning of the Gateway software.
4. True Test
As a final check to see if the medical system has connected to the Gateway, a true test needs to be performed to see if Qure’s Cloud Servers are reachable.
Enter the command the following relevant command in the Command Prompt. It should return 200 OK status.
For India - curl -I https://platformapi.qure.ai/health_check/
For UK - curl -I https://platformapiuk.qure.ai/health_check/
For Singapore - curl -I https://platformapisg.qure.ai/health_check/
For US - curl -I https://platformapius.qure.ai/health_check/
For EU - curl -I https://platformapieu.qure.ai/health_check/
Example of successful prompt:
Last updated