# GetDiagnosticTestResponse

Model ID: `GetDiagnosticTestResponse`

`GET /diagnostic-tests/{test_id}` — a test plus its dimension nodes.

`test.id` is the test's own business key; `dimensions` are the related
:Analyte / :TestSystem / :TestSpecialty / :Complexity nodes it points at
(each keyed by its own `id`, distinct from `test.id`), or null when absent.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `dimensions` | `object` | Yes |  |  |  | No | Related dimension nodes (analyte, test system, specialty, complexity), keyed by dimension name; null when a dimension is absent. |
| `test` | [`DiagnosticTest`](./DiagnosticTest.md) | Yes |  |  |  | No | The diagnostic test record. |

## Example

None declared in canonical OpenAPI.
