Struct google_genomics1::ClinicalCondition [] [src]

pub struct ClinicalCondition {
    pub concept_id: Option<String>,
    pub omim_id: Option<String>,
    pub external_ids: Option<Vec<ExternalId>>,
    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 MedGen concept id associated with this gene. Search for these IDs at http://www.ncbi.nlm.nih.gov/medgen/

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

The set of external IDs for this condition.

A set of names for the condition.

Trait Implementations

impl Debug for ClinicalCondition
[src]

Formats the value using the given formatter.

impl Clone for ClinicalCondition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ClinicalCondition
[src]

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

impl Part for ClinicalCondition
[src]