---
title: "Straight C-STORE SCU"
method: POST
path: "/modalities/{id}/store-straight"
tags: ["Networking"]
---

# Straight C-STORE SCU

`POST /modalities/{id}/store-straight`

Synchronously send the DICOM instance in the POST body to the remote DICOM modality whose identifier is provided in URL, without having to first store it locally within Orthanc. This is an alternative to command-line tools such as `storescu` from DCMTK or dcm4che.

## Path parameters

- `id` string, required

## Response `200`

- object
  - `SOPClassUID` string — SOP class UID of the DICOM instance, if the C-STORE SCU has succeeded
  - `SOPInstanceUID` string — SOP instance UID of the DICOM instance, if the C-STORE SCU has succeeded

---

[API](https://skmtc.net/orthancserver/apis/orthanc-server.md) · [All operations](https://skmtc.net/orthancserver/apis/orthanc-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orthancserver/orthanc-server/versions/af646f6f871b/schema)
