OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmdata
include
dcmtk
dcmdata
dcvm.h
1
/*
2
*
3
* Copyright (C) 1994-2010, OFFIS e.V.
4
* All rights reserved. See COPYRIGHT file for details.
5
*
6
* This software and supporting documentation were developed by
7
*
8
* OFFIS e.V.
9
* R&D Division Health
10
* Escherweg 2
11
* D-26121 Oldenburg, Germany
12
*
13
*
14
* Module: dcmdata
15
*
16
* Author: Andreas Barth
17
*
18
* Purpose: functions to derive VM from string
19
*
20
* Last Update: $Author: joergr $
21
* Update Date: $Date: 2010-10-14 13:15:42 $
22
* CVS/RCS Revision: $Revision: 1.9 $
23
* Status: $State: Exp $
24
*
25
* CVS/RCS Log at end of file
26
*
27
*/
28
29
#ifndef DCVM_H
30
#define DCVM_H
31
32
#include "dcmtk/config/osconfig.h"
/* make sure OS specific configuration is included first */
33
38
unsigned
long
getVMFromString(
const
char
* val);
39
47
char
* getFirstValueFromString(
const
char
* & s);
48
49
50
#endif
51
52
/*
53
** CVS/RCS Log:
54
** $Log: dcvm.h,v $
55
** Revision 1.9 2010-10-14 13:15:42 joergr
56
** Updated copyright header. Added reference to COPYRIGHT file.
57
**
58
** Revision 1.8 2009-11-04 09:58:07 uli
59
** Switched to logging mechanism provided by the "new" oflog module
60
**
61
** Revision 1.7 2007-11-29 14:30:35 meichel
62
** Updated doxygen API documentation
63
**
64
** Revision 1.6 2005/12/08 16:28:49 meichel
65
** Changed include path schema for all DCMTK header files
66
**
67
** Revision 1.5 2001/06/01 15:48:47 meichel
68
** Updated copyright header
69
**
70
** Revision 1.4 2000/03/08 16:26:20 meichel
71
** Updated copyright header.
72
**
73
** Revision 1.3 1999/03/31 09:24:53 meichel
74
** Updated copyright header in module dcmdata
75
**
76
** Revision 1.2 1996/03/26 09:59:20 meichel
77
** corrected bug (deletion of const char *) which prevented compilation on NeXT
78
**
79
** Revision 1.1 1996/01/29 13:38:15 andreas
80
** - new put method for every VR to put value as a string
81
** - better and unique print methods
82
**
83
*/
84
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2