NCBI C++ ToolKit
field_type_constants.cpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id: field_type_constants.cpp 46453 2021-05-20 21:11:55Z asztalos $
2  * ===========================================================================
3  *
4  * PUBLIC DOMAIN NOTICE
5  * National Center for Biotechnology Information
6  *
7  * This software/database is a "United States Government Work" under the
8  * terms of the United States Copyright Act. It was written as part of
9  * the author's official duties as a United States Government employee and
10  * thus cannot be copyrighted. This software/database is freely available
11  * to the public for use. The National Library of Medicine and the U.S.
12  * Government have not placed any restriction on its use or reproduction.
13  *
14  * Although all reasonable efforts have been taken to ensure the accuracy
15  * and reliability of the software and data, the NLM and the U.S.
16  * Government do not and cannot warrant the performance or results that
17  * may be obtained by using this software or data. The NLM and the U.S.
18  * Government disclaim all warranties, express or implied, including
19  * warranties of performance, merchantability or fitness for any particular
20  * purpose.
21  *
22  * Please cite the author in any work or product based on this material.
23  *
24  * ===========================================================================
25  *
26  * Authors: Andrea Asztalos
27  */
28 
29 
30 
31 #include <ncbi_pch.hpp>
33 
34 
36 
37 const char* kDefinitionLineLabel = "Definition Line";
38 const char* kCommentDescriptorLabel = "Comment Descriptor";
39 const char* kGenomeProjectID = "Genome Project ID";
40 const char* kGenbankBlockKeyword = "Keyword";
41 
42 const char* kGenProjIDUserType = "GenomeProjectsDB";
43 
44 const char* kFieldTypeSeqId = "SeqId";
45 const char* kFileSeqId = "File ID";
46 const char* kGeneralId = "General ID";
47 const char* kLocalId = "Local ID";
48 const char* kFlatFile = "GenBank FlatFile";
49 const char* kBankITComment = "BankIT Comment";
50 const char* kComment = "Comment";
51 const char* kTaxnameAfterBinomial = "Taxname after Binomial";
52 
53 const char* kFieldTypeTaxname = "Taxname";
54 const char* kStructCommFieldValuePair = "Structured Comment Field";
55 const char* kStructCommDBName = "Structured Comment Database Name";
56 const char* kStructCommFieldName = "Structured Comment Field Name";
57 
58 const char* kSubSourceNote = "note-subsource";
59 const char* kOrgModNote = "note-orgmod";
60 const char* kHost = "host";
61 const char* kNatHost = "nat-host";
62 const char* kAllNotes = "All notes";
63 const char* kAllPrimers = "All primers";
64 const char* kDbXref = "dbxref";
65 
66 const char* kFwdPrimerName ="fwd-primer-name";
67 const char* kFwdPrimerSeq = "fwd-primer-seq";
68 const char* kRevPrimerName = "rev-primer-name";
69 const char* kRevPrimerSeq = "rev-primer-seq";
70 
71 const char* kNewId = "New Sequence ID";
72 const char* kMoleculeType = "Molecule Type";
73 const char* kDefaultMoleculeType = "Genomic DNA";
74 const char* kTopology = "Topology";
75 const char* kLocation = "Location";
76 const char* kSequenceIdColLabel = "Seq-ID";
77 
79 
80 
const char * kDefinitionLineLabel
const char * kFileSeqId
const char * kOrgModNote
const char * kLocation
const char * kStructCommFieldName
const char * kFwdPrimerSeq
const char * kFieldTypeSeqId
const char * kTopology
const char * kGenomeProjectID
const char * kFwdPrimerName
const char * kStructCommDBName
const char * kComment
const char * kDbXref
const char * kAllNotes
const char * kNewId
const char * kMoleculeType
const char * kAllPrimers
const char * kLocalId
const char * kSubSourceNote
const char * kNatHost
const char * kStructCommFieldValuePair
const char * kTaxnameAfterBinomial
const char * kCommentDescriptorLabel
const char * kDefaultMoleculeType
const char * kHost
const char * kRevPrimerName
const char * kFlatFile
const char * kGeneralId
const char * kBankITComment
const char * kGenbankBlockKeyword
const char * kGenProjIDUserType
const char * kSequenceIdColLabel
const char * kRevPrimerSeq
const char * kFieldTypeTaxname
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
Modified on Fri Sep 20 14:57:51 2024 by modify_doxy.py rev. 669887