# Introduction

## DICOM4MICCAI: 21st Century DICOM for Quantitative Imaging Research: Why, What and How

**Materials for the MICCAI 2018 tutorial taking place on Sept 16, 2018**

**More info at** [**http://qiicr.org/dicom4miccai**](http://qiicr.org/dicom4miccai)

These materials were prepared to accompany the hands-on component of the [DICOM4MICCAI tutorial at the MICCAI 2018 conference](http://qiicr.org/dicom4miccai/).

The purpose of this tutorial is to introduce you to the basic concepts related to the use of the DICOM standard for storing quantitative image analysis results, and the tools that you may find helpful to work with the resulting datasets.

The tutorial is organized into the following sections:

1. [Prerequisites](/dicom4miccai-handson/prerequisites.md)
2. [Using DICOM for storing analysis results](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-slicer.md)
3. [DICOM Structured Reporting for  radiomics](/dicom4miccai-handson/using-dicom-to-store-your-analysis-results/dicom-structured-reporting-for-radiomics.md)
4. [Exploration of the analysis results stored in DICOM](/dicom4miccai-handson/dicom-explore.md)

## Feedback

Questions, comments, suggestions, corrections are welcomed!

Please email `andrey.fedorov@gmail.com`, or [join the discussion on gitter](https://gitter.im/QIICR/dcmqi)!


---

# 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://qiicr.gitbook.io/dicom4miccai-handson/master.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.
