-
Notifications
You must be signed in to change notification settings - Fork 218
/
Copy pathOGlobalDicomFunc.h
executable file
·32 lines (28 loc) · 1.14 KB
/
OGlobalDicomFunc.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#ifndef OGlobalDicomFuncH
#define OGlobalDicomFuncH
// ***************************************************************************
// ***************************************************************************
//
// OGlobalDicomFunc
//
// ****************************************************************************
// ****************************************************************************
//
// FILENAME : OGlobalDicomFunc.h
//
// CLASSES : none
//
// DESCRIPTION : Utility routines for DICOM type conversion.
//
// HISTORY : 24-02-99 CHG creation
//
// Copyright 1999 by UIN/HCUG, All rights reserved.
// ****************************************************************************
// ****************************************************************************
// converts a DICOM stored date to a standard one
extern void DicomDateToDate (char *, char *);
// converts a DICOM stored time to a standard one
extern void DicomTimeToTime (char *, char *);
// converts a DICOM stored name to a standard one
extern void DicomNameToName (char *, char *);
#endif // ifndef OGlobalDicomFuncH