Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

id

String

The interpretation ID.

uuid

String

A universally unique identifier for the interpretation.

description

String

The interpretation description.

clinicalAnalysisId

String

The clinical analysis ID.

methods

List<InterpretationMethod>

Interpretation methodList of interpretation methods.

Include Page
Interpretation Method Data Model Schema
Interpretation Method Data Model Schema


analyst

Analyst

Analyst.

name

String

Name.

email

String

E-mail.

company

String

Company.


primaryFindings

List<ClinicalVariant>

List of primary findings. See clinical variant data model schema.

secondaryFindings

List<ClinicalVariant>

List of secondary findings. See clinical variant data model schema.

comments

List<Comment>

List of comments.

Include Page
Comment Data Model Schema
Comment Data Model Schema

status

String

Status.

creationDate

String

Creation date.

modificationDate

String

Modification date.

version

int

Version.

attributes

Map<String, Object>

Map of attributes. Users can add custom information in this field. OpenCGA uses this field to store the ClinicalAnalysis object under the key OPENCGA_CLINICAL_ANALYSIS.

...