X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FPcpdenseToDicom.cxx;h=af177af187ec9310a721297d22c3d0a41f297154;hb=447c45c3070a88e61e60097661c4ffc168dd5ea2;hp=b00c2091956d0b3238265f0f028ce56849d7338b;hpb=6278320cc85da00d2d56ffbf07806e84966892c3;p=gdcm.git diff --git a/Example/PcpdenseToDicom.cxx b/Example/PcpdenseToDicom.cxx index b00c2091..af177af1 100644 --- a/Example/PcpdenseToDicom.cxx +++ b/Example/PcpdenseToDicom.cxx @@ -3,8 +3,8 @@ 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 @@ -37,8 +37,8 @@ * 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 * );