TAPs 0.7.7.3
TAPsDefineSurgicalInstruments.hpp
Go to the documentation of this file.
00001 /******************************************************************************
00002 TAPsDefineSurgicalInstruments.hpp
00003 
00004 Define things related to surgical instruments
00005 
00006 SUKITTI PUNAK   (12/16/2010)
00007 UPDATE          (12/16/2010)
00008 ******************************************************************************/
00009 #ifndef TAPs_DEFINE_SURGICAL_INSTRUMENTS_HPP
00010 #define TAPs_DEFINE_SURGICAL_INSTRUMENTS_HPP
00011 
00012 #include "../../../Core/TAPsDef.hpp"
00013 
00014 BEGIN_NAMESPACE_TAPs__Enum
00015 //=============================================================================
00018 enum SurgicalInstrumentUsage {
00019     SurgicalInstrumentUsage_ASPIRATING,     // 0
00020     SurgicalInstrumentUsage_CANNULATING,
00021     SurgicalInstrumentUsage_CLIPPING,
00022     SurgicalInstrumentUsage_CUTTING,
00023     SurgicalInstrumentUsage_DILATING,
00024     SurgicalInstrumentUsage_DRAINING,       // 5
00025     SurgicalInstrumentUsage_DRILLING,
00026     SurgicalInstrumentUsage_GRASPING,
00027     SurgicalInstrumentUsage_HOLDING,
00028     SurgicalInstrumentUsage_INCISING,
00029     SurgicalInstrumentUsage_INFUSING,       // 10
00030     SurgicalInstrumentUsage_INJECTING,
00031     SurgicalInstrumentUsage_LASERING,
00032     SurgicalInstrumentUsage_LIGATING,
00033     SurgicalInstrumentUsage_OCCLUDING,
00034     SurgicalInstrumentUsage_PROBING,        // 15
00035     SurgicalInstrumentUsage_RETRACTING,
00036     SurgicalInstrumentUsage_SCISSORING,
00037     SurgicalInstrumentUsage_SUCTION,
00038     SurgicalInstrumentUsage_SUTURING,
00039     SurgicalInstrumentUsage_SUTURING_TYCO_ENDO_STITCH,  // 20
00040     SurgicalInstrumentUsage_TROCARING,
00041 
00042     SurgicalInstrumentUsage_UNDEFINED
00043 };
00044 //=============================================================================
00045 END_NAMESPACE_TAPs__Enum
00046 //-----------------------------------------------------------------------------
00047 #endif
00048 //34567890123456789012345678901234567890123456789012345678901234567890123456789
00049 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines