# DiagnosticTestRelationship

Model ID: `DiagnosticTestRelationship`

One row of the flat 1-hop edge table for `GET /diagnostic-tests/{test_id}/relationships`.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `destination_id` | `string|null` | No |  |  |  | Yes | ID of the related node, optional. |
| `destination_label` | `string|null` | No |  |  |  | Yes | Neo4j label of the related node, e.g. Analyte, optional. |
| `destination_name` | `string|null` | No |  |  |  | Yes | Display name of the related node, optional. |
| `source_id` | `string|null` | No |  |  |  | Yes | ID of the source node (the queried test), optional. |
| `type` | `string|null` | No |  |  |  | Yes | Relationship type, e.g. MEASURES, USES_SYSTEM, optional. |

## Example

None declared in canonical OpenAPI.
