Struct google_genomics1::ClinicalCondition[][src]

pub struct ClinicalCondition {
    pub external_ids: Option<Vec<ExternalId>>,
    pub omim_id: Option<String>,
    pub concept_id: Option<String>,
    pub names: Option<Vec<String>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The set of external IDs for this condition.

The OMIM id for this condition. Search for these IDs at http://omim.org/

The MedGen concept id associated with this gene. Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/

A set of names for the condition.

Trait Implementations

impl Default for ClinicalCondition
[src]

Returns the "default value" for a type. Read more

impl Clone for ClinicalCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClinicalCondition
[src]

Formats the value using the given formatter. Read more

impl Part for ClinicalCondition
[src]

Auto Trait Implementations