Program: gdcm
Module: $RCSfile: PcpdenseToDicom.cxx,v $
Language: C++
- Date: $Date: 2008/09/15 15:49:20 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2008/09/19 09:33:16 $
+ Version: $Revision: 1.4 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* Hope they don't change soon!
*/
-void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName,
- const char * patientname, int nbFrames, std::string studyUID, std::string serieUID, std::string studyUID, int imgNum,bool m );
+void MakeDicomImage(unsigned short int *tabVal, int X, int Y, std::string dcmImageName, const char * patientName, int nbFrames,
+ std::string studyUID, std::string serieUID, std::string SerieDescr, int imgNum, bool m );
void LoadImage(std::ifstream &from, unsigned short int * );
Program: gdcm
Module: $RCSfile: TestInline.cxx,v $
Language: C++
- Date: $Date: 2008/09/15 15:49:21 $
- Version: $Revision: 1.20 $
+ Date: $Date: 2008/09/19 09:33:17 $
+ Version: $Revision: 1.21 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// Which CXX_FLAGS, LINKER_FLAGS, ..., must we set to see the difference?
#include "gdcmUtil.h"
-
+#include <string.h> // Needed under Suse?!?
#include <stdlib.h> // atoi
#if defined(__BORLANDC__) || defined (_MSC_VER)
#include <time.h>