nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/PC-AssayResults.html

50 lines
No EOL
3.4 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PC-AssayResults</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-AssayResults</h3><pre>Defined in file <a href="pcassay2.asn.html">pcassay2.asn</a>
C++ class: <a href="../doxyhtml/classCPC__AssayResults.html">CPC_AssayResults</a>
PC-AssayResults ::= SEQUENCE {
-- Internal/External Tracking Information
sid INTEGER, -- Tested Substance ID/Version [Either valid ID or,
-- if "sid-source" is used, this is a "0" value]
-- Note: A valid ID is greater than "0"
sid-source <a href="PC-Source.html">PC-Source</a> OPTIONAL, -- External Identifier for this Substance
-- Note: May be used in-lieu of "sid"
-- Note: This is non-optional if "sid" is "0"
version INTEGER OPTIONAL, -- Version identifier for this AID-SID Result
-- Note: Incoming data should set this to be "0"
-- Data Annotation/Qualifier and URL to further Depositor Information
comment UTF8String OPTIONAL, -- Annotation or qualifier for this Result
-- <a href="Assay.html">Assay</a> Result Data for this Sample
-- Note: Users need populate only those "tid"s, for which there is data, in any order.
outcome INTEGER { -- <a href="Assay.html">Assay</a> Outcome
inactive (1), -- Substance is considered Inactive
active (2), -- Substance is considered Active
inconclusive (3), -- Substance is Inconclusive
unspecified (4), -- Substance Outcome is Unspecified
probe (5) -- Substance Outcome is Unspecified
} DEFAULT unspecified,
rank INTEGER OPTIONAL, -- Rank of <a href="Assay.html">Assay</a> Outcome (for result ordering)
-- Note: Larger numbers are more active
data SEQUENCE OF <a href="PC-AssayData.html">PC-AssayData</a> OPTIONAL, -- <a href="Assay.html">Assay</a> Data Reported for this SID (vector)
url UTF8String OPTIONAL, -- Depositor provided URL for this Result
xref SEQUENCE OF <a href="PC-AnnotatedXRef.html">PC-AnnotatedXRef</a> OPTIONAL, -- annotated Cross-Reference Information
-- to be removed,
-- instead regulard TID will be generated
-- which are then annotated by xref type
date <a href="Date.html">Date</a> OPTIONAL -- Pubchem Release <a href="Date.html">Date</a>
}</pre>
</body>
</html>