---
title: "Create DICOMDIR media"
method: GET
path: "/patients/{id}/media"
tags: ["Patients"]
---

# Create DICOMDIR media

`GET /patients/{id}/media`

Synchronously create a DICOMDIR media containing the DICOM patient whose Orthanc identifier is provided in the URL. This flavor is synchronous, which might *not* be desirable to archive large amount of data, as it might lead to network timeouts. Prefer the asynchronous version using `POST` method.

## Path parameters

- `id` string, required

## Query parameters

- `extended` string
- `filename` string
- `transcode` string

## Response `200`

---

[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)
