<!DOCTYPE HTML>
<html>
<head>
<title>PC-AssayPanelMember</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
  jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>PC-AssayPanelMember</h3><pre>Defined in file <a href="pcassay.asn.html">pcassay.asn</a>
C++ class: <a href="../doxyhtml/classCPC__AssayPanelMember.html">CPC_AssayPanelMember</a>


PC-AssayPanelMember ::= SEQUENCE {   
    mid        INTEGER,                                         -- ID for panel member 
                                                                -- if a kinase panel with 300 kinases, ID will range from 1 to 300  
                                                                -- TIDs of the same panel member to be grouped based on panel member ID
    name           VisibleString  OPTIONAL,                          -- short name for this panel member 
    description     VisibleString  OPTIONAL,                     -- description about specifics of this panel member
                                                                -- such as about cell line, or target information 
    protocol       SEQUENCE OF VisibleString    OPTIONAL,       -- Specific procedure used to generate results for the panel member
    comment        SEQUENCE OF VisibleString    OPTIONAL,       -- Comments or additional information
    target         SEQUENCE OF <a href="PC-AssayTargetInfo.html">PC-AssayTargetInfo</a>  OPTIONAL,    -- often provided for profiling assays across protein families
    xref           SEQUENCE OF <a href="PC-AnnotatedXRef.html">PC-AnnotatedXRef</a>    OPTIONAL,    -- annotated Cross-Reference Information
    activity-outcome-method  INTEGER  {                         -- <a href="Assay.html">Assay</a> Outcome Qualifier
                               other              (0),          --   All Other Type
                               screening          (1),          --   Primary Screen <a href="Assay.html">Assay</a>
                               confirmatory       (2),          --   Confirmatory <a href="Assay.html">Assay</a>
                               summary            (3)           --   Probe Summary <a href="Assay.html">Assay</a>
                             }                        OPTIONAL,
    dr                SEQUENCE OF <a href="PC-AssayDRAttr.html">PC-AssayDRAttr</a>      OPTIONAL,  -- Dose-Response Attribution within the panel member
    categorized-comment SEQUENCE OF <a href="PC-CategorizedComment.html">PC-CategorizedComment</a> OPTIONAL
                                                                -- to report categorized description/comment by associating with a category title 
} </pre>
</body>
</html>