GDCM 3.0.24
gdcmEquipmentManufacturer.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: GDCM (Grassroots DICOM). A DICOM library
4
5 Copyright (c) 2006-2011 Mathieu Malaterre
6 All rights reserved.
7 See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the above copyright notice for more information.
12
13=========================================================================*/
14#ifndef GDCMEQUIPMENTMANUFACTURER_H
15#define GDCMEQUIPMENTMANUFACTURER_H
16
17#include "gdcmTypes.h"
18
19namespace gdcm {
20
21class DataSet;
29 public:
44
45 static Type Compute(DataSet const &ds);
46
47 static const char *TypeToString(Type type);
48
49 private:
50 static EquipmentManufacturer::Type GuessFromPrivateAttributes(
51 DataSet const &ds);
52};
53
54} // end namespace gdcm
55
56#endif // GDCMEQUIPMENTMANUFACTURER_H
Class to represent a Data Set (which contains Data Elements)
Definition gdcmDataSet.h:56
Definition gdcmEquipmentManufacturer.h:28
static Type Compute(DataSet const &ds)
static const char * TypeToString(Type type)
Type
Definition gdcmEquipmentManufacturer.h:30
@ HITACHI
Definition gdcmEquipmentManufacturer.h:34
@ FUJI
Definition gdcmEquipmentManufacturer.h:32
@ GEMS
Definition gdcmEquipmentManufacturer.h:33
@ PMS
Definition gdcmEquipmentManufacturer.h:37
@ TOSHIBA
Definition gdcmEquipmentManufacturer.h:39
@ AGFA
Definition gdcmEquipmentManufacturer.h:40
@ SAMSUNG
Definition gdcmEquipmentManufacturer.h:41
@ KODAK
Definition gdcmEquipmentManufacturer.h:35
@ SIEMENS
Definition gdcmEquipmentManufacturer.h:38
@ MARCONI
Definition gdcmEquipmentManufacturer.h:36
Type.
Definition gdcmType.h:42
#define GDCM_EXPORT
Definition gdcmWin32.h:34
Definition gdcmASN1.h:21