DbsnpTooltipSection

Defined in file dbsnp_tooltip_service.asn
C++ class: CDbsnpTooltipSection


DbsnpTooltipSection ::= SEQUENCE {

    -- Section name.
    -- Some of section have predefined names
    -- for details please check https://confluence.ncbi.nlm.nih.gov/display/VAR/SViewer+Tooltips
    section VisibleString OPTIONAL,

    -- A list of values pertaining to this section.
    values SEQUENCE OF DbsnpTooltipSectionValue
}