Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

DataTypes.h

Go to the documentation of this file.
00001 
00003 //
00004 // This file is part of the MADELINE 2 program
00005 // written by Edward H. Trager and Ritu Khanna
00006 // Copyright (c) 2005 by the
00007 // Regents of the University of Michigan.
00008 // All Rights Reserved.
00009 //
00010 // The latest version of this program is available from:
00011 //
00012 //   http://eyegene.ophthy.med.umich.edu/madeline/
00013 //
00014 // Released under the GNU General Public License.
00015 // A copy of the GPL is included in the distribution
00016 // package of this software, or see:
00017 //
00018 //   http://www.gnu.org/copyleft/
00019 //
00020 // ... for licensing details.
00021 //
00023 //
00024 // ColumnTypes.h
00025 //
00026 // 2005.04.15.ET.RK
00027 //
00028 
00029 #ifndef DATAYTYPES_INCLUDED
00030 #define DATAYTYPES_INCLUDED
00031 
00032 enum DATATYPE {
00033         
00034         ANY=0x0000,
00035         BOOLEAN=0x0001,
00036         DATE=0x0002,
00037         GENDER=0x0004,
00038         ALLELE=0x0008,
00039         GENOTYPE=0x0010,
00040         HAPLOTYPE=0x0020,
00041         NUMBER=0x0040,
00042         STRING=0x0080,
00043         AFFECTED=0x0100,
00044         SAMPLED=0x0200,
00045         PROBAND=0x0400,
00046         LIVINGDEAD=0x0800,
00047         TWIN=0x1000,
00048         UNCLASSIFIED=0x2000, // Column has not yet been scanned ...
00049         MISSING=0x4000,      // Column has been scanned and still found empty/missing ...
00050         // 2007.04.26.ET: Adding more types here:
00051         CONSULTAND=0x8000,
00052         CARRIER=0x10000,
00053         RELATIONSHIPENDED=0x20000,
00054         INFERTILITY=0x40000,
00055         STERILITY=0x80000
00056         
00057 };
00058 
00059 #endif

Generated on Fri Nov 18 16:24:39 2011 for MADELINE by  doxygen 1.4.4