BioInt  1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
BioSwissProtRx.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                           BioSwissProtRx.h  -  description
00003                              -------------------
00004     begin                : Fri May 21 2004
00005     copyright            : (C) 2004 by Helix Team
00006     email                : parisodhana@helixgenomics.com
00007  ***************************************************************************/
00008 
00009 #ifndef BIOSWISSPROTRX_H
00010 #define BIOSWISSPROTRX_H
00011 
00012 using namespace std;
00013 #include <string>
00014 #include <iostream>
00015 
00016 class BioSwissProtRx
00017 {
00018   long pubmedId_,medlineId_;
00019         string doi_;  
00020 public:
00021   BioSwissProtRx();
00022   BioSwissProtRx(const string&);
00023 
00024   void setRx(const string& );
00025   string getPmid();
00026   long getMedLineId();
00027   string getDoi();  
00028   void showRx(ostream& = cout);
00029 
00030 };
00031 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines