# Gateway User Manual

## Overview

Gateway is the world's finest **DICOM study forwarder**. It is a secure communication platform that allows the transfer of DICOM study between medical systems and Qure's cloud server. &#x20;

Medical systems communicate via the DICOM protocol, whereas the Gateway application talks through REST over HTTPS. Therefore, it being a **DICOM protocol interface** that is understood by the medical systems as well as the REST API of Qure services, acts as a link between the two.&#x20;

### Use Cases and Workflow

The Gateway software can be used in 2 ways - &#x20;

1. PACS to PACS - Sending DICOM from PACS to Qure Cloud Server and receiving secondary capture back to PACS. &#x20;
2. PACS to Qure App - Sending DICOM from PACS, and viewing the secondary captures on Qure App, instead of receiving it back to PACS.&#x20;

For necessary cases, DICOM files can also be sent without PACS through a folder on Device.&#x20;

All PACS to Gateway communications happen through DICOM Protocol&#x20;

All Gateway to Qure Cloud Communications happen through HTTPS Protocol – Port 443&#x20;

<figure><img src="/files/GQ9eL0u7Uf103db358fJ" alt=""><figcaption></figcaption></figure>

### Purpose and Scope&#x20;

The purpose of this document is to help the user install and configure the Gateway software. This SOP talks about the installation of the Gateway and configuration of the Gateway software with medical systems (Modality/PACS systems) and Qure's cloud server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.qure.ai/users-manual/gateway-user-manual.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
