]> Creatis software - gdcm.git/log
gdcm.git
18 years agoTo please M$VC6
jpr [Thu, 19 Jan 2006 11:00:28 +0000 (11:00 +0000)]
To please M$VC6

18 years agoENH: Add support for broken JPEG implementation in DICOMObjects
malaterre [Wed, 18 Jan 2006 21:08:03 +0000 (21:08 +0000)]
ENH: Add support for broken JPEG implementation in DICOMObjects

18 years agoFix stupid syntax like :
jpr [Wed, 18 Jan 2006 15:45:20 +0000 (15:45 +0000)]
Fix stupid syntax like :
 fh->gdcm::FileHelper::Delete();
 to :
fh->Delete();
to please M$VC6

18 years agoTo please M$VC6 :
jpr [Wed, 18 Jan 2006 15:25:07 +0000 (15:25 +0000)]
To please M$VC6 :
Doesn't understand syntax as follow :
       std::sort(fileList->begin(), fileList->end(),
                                          SerieHelper::ImageNumberLessThan )
Add a method like:
Sort(fileList,SerieHelper::ImageNumberLessThan);

18 years agoFix comments
jpr [Wed, 18 Jan 2006 10:21:37 +0000 (10:21 +0000)]
Fix comments

18 years agoUser may choose the name of the generated dicomdir
jpr [Wed, 18 Jan 2006 10:20:56 +0000 (10:20 +0000)]
User may choose the name of the generated dicomdir

18 years agominor misstyping
jpr [Wed, 18 Jan 2006 10:18:30 +0000 (10:18 +0000)]
minor misstyping

18 years ago(try to) solve the trouble with leading / in filenames
jpr [Wed, 18 Jan 2006 10:17:40 +0000 (10:17 +0000)]
(try to) solve the trouble with leading / in filenames

18 years agoSTYLE: Minor doc
malaterre [Tue, 17 Jan 2006 20:03:46 +0000 (20:03 +0000)]
STYLE: Minor doc

18 years agoDeal with :
jpr [Tue, 17 Jan 2006 15:59:42 +0000 (15:59 +0000)]
Deal with :
PhilipsToBrucker
PhilipsToBrucker2

18 years agoPhilipsToBrucker2 allows splitting the files into a directory tree-like
jpr [Tue, 17 Jan 2006 15:58:30 +0000 (15:58 +0000)]
PhilipsToBrucker2 allows splitting the files into a directory tree-like
structure
   " - fills a tree-like structure of directories as :                        ",
   "        - Patient                                                         ",
   "        -- Serie                                                          ",
   "        --- Position                                                      ",
   "            Images are (sorted by Trigger Time /                          ",
   "                     Encoding Direction (Row, Column)                     ",
   "      use :                                                               ",
   "           0x0021, 0x1020 : 'SLICE INDEX'                                 ",
   "           0x0021, 0x1040 : 'FRAME INDEX'                                 ",
   "           0x0020, 0x0012 : 'SESSION INDEX'  (Acquisition Number)         ",

18 years agoDisplay some more informations
jpr [Tue, 17 Jan 2006 15:36:26 +0000 (15:36 +0000)]
Display some more informations

18 years agoForgot to commit this one!
jpr [Wed, 11 Jan 2006 10:44:24 +0000 (10:44 +0000)]
Forgot to commit this one!
(declaration of const char GDCM_FILESEPARATOR)

18 years agoAdd verbosity
jpr [Tue, 10 Jan 2006 16:10:02 +0000 (16:10 +0000)]
Add verbosity

18 years agoLast Version (hope so)
jpr [Tue, 10 Jan 2006 16:04:18 +0000 (16:04 +0000)]
Last Version (hope so)

18 years agoAdd
jpr [Tue, 10 Jan 2006 15:54:03 +0000 (15:54 +0000)]
Add
GDCM_EXPORT extern const char GDCM_FILESEPARATOR
to allow user to manage file names/directory names without using too much
#ifdef WIN32

18 years agoENH: Add some comment
malaterre [Tue, 3 Jan 2006 17:27:27 +0000 (17:27 +0000)]
ENH: Add some comment

18 years agoRefine message displaying. Now, we have :
jpr [Tue, 3 Jan 2006 14:28:53 +0000 (14:28 +0000)]
Refine message displaying. Now, we have :
 * Warning  : Warns the user when some oddity occured, and we used an heuristics
 *            to bypass the trouble.
 *            e.g.  : SamplesPerPixel missing, we assume it's a grey level image
 *            e.g   : Pixel Representation missing : we assume 'unsigned'
 *            (we hope our assumption is OK, but user may disagree.)
 * Log      : we display messages when anything is not Dicom Kosher
 *            e.g. : non even length field
 *            e.g  : file is declared as Explicit VR, but a DataElement
 *                 is Implicit
 *            e.g  : a file holds an illegal group (0x0005, ...)
 * Debug : We help developper to trace, at a glance, the execution.
           (before refining with a debugging tool)
 * Setting ON Debug leads to set ON Warning (but not Log)
 * Setting ON Log   leads to set ON Warning (but not Debug)

18 years agoENH: Cleanup
malaterre [Mon, 2 Jan 2006 22:02:50 +0000 (22:02 +0000)]
ENH: Cleanup

18 years agoENH: Adding a CT-PET matcher
malaterre [Mon, 2 Jan 2006 21:54:23 +0000 (21:54 +0000)]
ENH: Adding a CT-PET matcher

18 years agoENH: update doc
malaterre [Mon, 2 Jan 2006 20:15:30 +0000 (20:15 +0000)]
ENH: update doc

18 years agoSTYLE: minor
malaterre [Mon, 2 Jan 2006 20:11:22 +0000 (20:11 +0000)]
STYLE: minor

18 years agoSTYLE: Minor doc
malaterre [Mon, 2 Jan 2006 15:16:38 +0000 (15:16 +0000)]
STYLE: Minor doc

18 years agoCOMP: Fix comp, should still be DICOM valid
malaterre [Mon, 2 Jan 2006 14:46:09 +0000 (14:46 +0000)]
COMP: Fix comp, should still be DICOM valid

18 years agoENH: Add a small bug
malaterre [Fri, 30 Dec 2005 21:16:32 +0000 (21:16 +0000)]
ENH: Add a small bug

18 years agoENH: Add TODO + comment
malaterre [Fri, 30 Dec 2005 20:31:47 +0000 (20:31 +0000)]
ENH: Add TODO + comment

18 years agoENH: Hack to remove duplicate
malaterre [Fri, 30 Dec 2005 20:31:33 +0000 (20:31 +0000)]
ENH: Hack to remove duplicate

18 years agoENH: Add HOWTO for PET-CT
malaterre [Fri, 30 Dec 2005 20:31:00 +0000 (20:31 +0000)]
ENH: Add HOWTO for PET-CT

18 years agoENH: Proper spelling
malaterre [Fri, 30 Dec 2005 18:21:19 +0000 (18:21 +0000)]
ENH: Proper spelling

18 years agoENH: adding ref
malaterre [Fri, 30 Dec 2005 16:07:23 +0000 (16:07 +0000)]
ENH: adding ref

18 years agoENH: Adding some more private tags from GE
malaterre [Fri, 30 Dec 2005 16:06:31 +0000 (16:06 +0000)]
ENH: Adding some more private tags from GE

18 years agoAdd verbosity when something wrong occurs
jpr [Fri, 23 Dec 2005 10:26:41 +0000 (10:26 +0000)]
Add verbosity when something wrong occurs

18 years agoFix misstyping
jpr [Fri, 23 Dec 2005 10:25:23 +0000 (10:25 +0000)]
Fix misstyping

18 years agoPhilipsToBrucker --> last stage : image convertion
jpr [Thu, 22 Dec 2005 16:23:02 +0000 (16:23 +0000)]
PhilipsToBrucker --> last stage : image convertion

18 years agoPhilipsToBrucker -> second stage : deal with series selection
jpr [Thu, 22 Dec 2005 15:03:52 +0000 (15:03 +0000)]
PhilipsToBrucker -> second stage : deal with series selection

18 years agoMinor Typo
jpr [Thu, 22 Dec 2005 14:46:36 +0000 (14:46 +0000)]
Minor Typo

18 years agoFix pb of GetListOfXXX when nothing was found.
jpr [Thu, 22 Dec 2005 14:46:06 +0000 (14:46 +0000)]
Fix pb of GetListOfXXX when nothing was found.

18 years agoConvert MRI Philips images into 'Brucker style' images, to make them InTag
jpr [Wed, 21 Dec 2005 15:01:04 +0000 (15:01 +0000)]
Convert MRI Philips images into 'Brucker style' images, to make them InTag
processable.
-> First stage : deal with the filestore

18 years agoType 1C Conditional Element value cannot be empty!
jpr [Wed, 21 Dec 2005 14:54:04 +0000 (14:54 +0000)]
Type 1C Conditional Element value cannot be empty!
Try to make gdcm-made DICOMDIRs usable by more clinaical softwares.

18 years agominor typo
jpr [Wed, 21 Dec 2005 14:52:12 +0000 (14:52 +0000)]
minor typo

18 years agoAvoid polluting the witten DICOMDIR with unfound values.
jpr [Wed, 21 Dec 2005 14:50:59 +0000 (14:50 +0000)]
Avoid polluting the witten DICOMDIR with unfound values.
(and make gdcm_made DICOMDIRs usavle by more clinical softwares)

18 years ago - void AddSeriesDetail(uint16_t group, uint16_t elem, bool convert);
jpr [Wed, 21 Dec 2005 14:48:09 +0000 (14:48 +0000)]
 - void AddSeriesDetail(uint16_t group, uint16_t elem, bool convert);
   has a new bool param : convert, to tell wether we want 'convertion',
   to allow further ordering
   e.g : 100 would be *before* 20; 000020.00 vs 00100.00 : OK

 - std::string CreateUserDefinedFileIdentifier( File * inFile );
   allows user to build a Tokenizable and sortable File identifier of his own.
   (user knows more than we do about his files)

18 years ago At least with my gcc4.0.1, unfound char results in pos=4294967295 ...
jpr [Wed, 21 Dec 2005 14:41:34 +0000 (14:41 +0000)]
 At least with my gcc4.0.1, unfound char results in pos=4294967295 ...
 -> Fix Util::GetName().

18 years agoUser is allowed to give a "patient name"
jpr [Fri, 16 Dec 2005 16:38:24 +0000 (16:38 +0000)]
User is allowed to give a "patient name"

18 years agoMinor typo
jpr [Fri, 16 Dec 2005 15:42:54 +0000 (15:42 +0000)]
Minor typo

18 years agoAvoid warnings
jpr [Fri, 16 Dec 2005 15:42:23 +0000 (15:42 +0000)]
Avoid warnings

18 years agoNew method SerieHelper::AddSeriesDetail() to allow user to specifiy
jpr [Fri, 16 Dec 2005 13:48:46 +0000 (13:48 +0000)]
New method SerieHelper::AddSeriesDetail() to allow user to specifiy
his own Tags Of Interest,
that will be used in SerieHelper::CreateUniqueSeriesIdentifier.
Mathieu's default ones are not enought for 'Tagging' series.

18 years agoAvoid warnings
jpr [Thu, 15 Dec 2005 17:06:39 +0000 (17:06 +0000)]
Avoid warnings

18 years agoAdd RawToDicom
jpr [Thu, 15 Dec 2005 13:52:48 +0000 (13:52 +0000)]
Add RawToDicom

18 years agoAdd RawToDicom;
jpr [Thu, 15 Dec 2005 13:52:17 +0000 (13:52 +0000)]
Add RawToDicom;
Should help people to convert their images

18 years agoMinor Doxygen
jpr [Thu, 15 Dec 2005 13:36:55 +0000 (13:36 +0000)]
Minor Doxygen

18 years agoMake sure Pixel Spacing is always written
jpr [Thu, 15 Dec 2005 13:35:38 +0000 (13:35 +0000)]
Make sure Pixel Spacing is always written

18 years agoForget to Black list : MR_Philips_Intera_PrivateSequenceImplicitVR.dcm
jpr [Wed, 14 Dec 2005 10:57:25 +0000 (10:57 +0000)]
Forget to Black list : MR_Philips_Intera_PrivateSequenceImplicitVR.dcm

18 years ago*Default* Pixel Spacing with 1.0\1.0, don't *force* it!
jpr [Wed, 14 Dec 2005 10:02:13 +0000 (10:02 +0000)]
*Default* Pixel Spacing with 1.0\1.0, don't *force* it!

18 years agoLet's take into account (again) LoadMode !
jpr [Wed, 14 Dec 2005 10:00:28 +0000 (10:00 +0000)]
Let's take into account (again) LoadMode !
(Test suite was not strong enough to find the bug :-( )

18 years agoMinor typo
jpr [Wed, 14 Dec 2005 09:51:33 +0000 (09:51 +0000)]
Minor typo

18 years agoISO C++ forbids variable-size array ...
jpr [Wed, 14 Dec 2005 09:50:20 +0000 (09:50 +0000)]
ISO C++ forbids variable-size array ...

18 years agoThe first letter of each file name was missing.
jpr [Tue, 13 Dec 2005 16:32:20 +0000 (16:32 +0000)]
The first letter of each file name was missing.
--> Test suite is not strong enough
:-(

18 years agoFix Sequence Terminator length
jpr [Tue, 13 Dec 2005 15:08:17 +0000 (15:08 +0000)]
Fix Sequence Terminator length

18 years ago * Improve the error message
regrain [Tue, 13 Dec 2005 13:37:50 +0000 (13:37 +0000)]
   * Improve the error message
   -- BeNours

18 years agoFix length of Item Terminators 0 instead of 0xFFFFFFFF, at writting time.
jpr [Tue, 13 Dec 2005 09:22:05 +0000 (09:22 +0000)]
Fix length of Item Terminators 0 instead of 0xFFFFFFFF, at writting time.

18 years agoENH: Adding a batch convert for Jim (dicom newsgroup)
malaterre [Mon, 12 Dec 2005 23:46:52 +0000 (23:46 +0000)]
ENH: Adding a batch convert for Jim (dicom newsgroup)

18 years ago*** empty log message ***
regrain [Mon, 12 Dec 2005 15:48:44 +0000 (15:48 +0000)]
*** empty log message ***

18 years ago * Fix bug for the installed files
regrain [Mon, 12 Dec 2005 15:48:25 +0000 (15:48 +0000)]
   * Fix bug for the installed files
   -- BeNours

18 years agoFix bug (Thx, Manu)
jpr [Mon, 12 Dec 2005 15:47:47 +0000 (15:47 +0000)]
Fix bug (Thx, Manu)

18 years agoENH:add toshiba
malaterre [Sat, 10 Dec 2005 17:42:54 +0000 (17:42 +0000)]
ENH:add toshiba

18 years agoENH: Save some ELSCINT tags...very hard to find
malaterre [Sat, 10 Dec 2005 02:44:43 +0000 (02:44 +0000)]
ENH: Save some ELSCINT tags...very hard to find

18 years agoENH: New Siemens/Philips tag: 0029,xx03 Edge Enhancement
malaterre [Sat, 10 Dec 2005 02:02:57 +0000 (02:02 +0000)]
ENH: New Siemens/Philips tag: 0029,xx03 Edge Enhancement

18 years agoSince vtkImageViewer and vtkImageViewer2 don't behave the same way, I add
jpr [Fri, 9 Dec 2005 12:54:05 +0000 (12:54 +0000)]
Since vtkImageViewer and vtkImageViewer2 don't behave the same way, I add
vtkgdcmSerieViewer2 (I keep vtkgdcmSerieViewer, user will choose the one he
likes more !)

18 years agoMinor typo fixes
jpr [Fri, 9 Dec 2005 12:23:38 +0000 (12:23 +0000)]
Minor typo fixes

18 years agoFile::GetImageOrientationPatient now acts as follow :
jpr [Fri, 9 Dec 2005 12:22:49 +0000 (12:22 +0000)]
File::GetImageOrientationPatient now acts as follow :
/**
  * \brief gets the info from 0020,0037 : Image Orientation Patient
  *                   or from 0020 0035 : Image Orientation (RET)
  *
  * (needed to organize DICOM files based on their x,y,z position)
  *
  * @param iop adress of the (6)float array to receive values.
  *        (defaulted as 1.,0.,0.,0.,1.,0. if nothing -or inconsistent stuff-
  *        is found.
  * @return true when one of the tag -with consistent values- is found
  *         false when nothing or inconsistent stuff - is found
  */

18 years agoFirst check to extract overlays.
jpr [Fri, 9 Dec 2005 10:17:52 +0000 (10:17 +0000)]
First check to extract overlays.
(Necessary, to visualize Scout views and/or results of medical processings
performed on clinical consoles)

18 years agoUpdate Black List
jpr [Tue, 6 Dec 2005 11:26:02 +0000 (11:26 +0000)]
Update Black List

18 years agoENH: Quickly saving toshiba stuff from dicom newgroup
malaterre [Mon, 5 Dec 2005 17:08:49 +0000 (17:08 +0000)]
ENH: Quickly saving toshiba stuff from dicom newgroup

18 years ago * Update the version to 1.3.0 Version1.3
regrain [Mon, 5 Dec 2005 12:05:33 +0000 (12:05 +0000)]
   * Update the version to 1.3.0
   -- BeNours

18 years agoBug fix : Sequence Delimitor Items were written with a 0xffffffff instead of
jpr [Thu, 1 Dec 2005 09:12:21 +0000 (09:12 +0000)]
Bug fix : Sequence Delimitor Items were written with a 0xffffffff instead of
0x00000000.
Some dicom viewers don't care, some other ones *does* !

18 years agoFileHelper has CallProgressMethod and others
jpr [Wed, 30 Nov 2005 13:42:17 +0000 (13:42 +0000)]
FileHelper has CallProgressMethod and others
(works only on uncompressed files)

18 years agoUpdate progress bar counter
jpr [Wed, 30 Nov 2005 11:44:38 +0000 (11:44 +0000)]
Update progress bar counter

18 years agoDon't call fileList.size() inside a loop (time consuming)
jpr [Wed, 30 Nov 2005 11:41:35 +0000 (11:41 +0000)]
Don't call fileList.size() inside a loop (time consuming)

18 years agocosmetics
jpr [Wed, 30 Nov 2005 11:40:26 +0000 (11:40 +0000)]
cosmetics

18 years agoAvoid troubles with progress bar.
jpr [Wed, 30 Nov 2005 11:35:54 +0000 (11:35 +0000)]
Avoid troubles with progress bar.

18 years agoInline some methods
jpr [Wed, 30 Nov 2005 10:58:27 +0000 (10:58 +0000)]
Inline some methods

18 years ago * Fix compilation warnings
regrain [Wed, 30 Nov 2005 08:48:15 +0000 (08:48 +0000)]
   * Fix compilation warnings
   -- BeNours

18 years agoTo prepare use of progression bar in all types of Document
jpr [Tue, 29 Nov 2005 17:21:33 +0000 (17:21 +0000)]
To prepare use of progression bar in all types of Document
- move CallStartMethod, etc to Document
- begin frame by frame reading (not finished : only for uncompressed files,
right now)

18 years agoremove comments
jpr [Tue, 29 Nov 2005 17:14:17 +0000 (17:14 +0000)]
remove comments

18 years agoAvoid Doxygen Warnings
jpr [Tue, 29 Nov 2005 17:11:52 +0000 (17:11 +0000)]
Avoid Doxygen Warnings

18 years agoavoid Doxygen warnings
jpr [Tue, 29 Nov 2005 17:10:12 +0000 (17:10 +0000)]
avoid Doxygen warnings

18 years agomake output more readable
jpr [Tue, 29 Nov 2005 17:08:54 +0000 (17:08 +0000)]
make output more readable

18 years ago * Improvement of the TestInline
regrain [Tue, 29 Nov 2005 13:02:44 +0000 (13:02 +0000)]
   * Improvement of the TestInline
   -- BeNours

18 years ago * Add the Copy method in all datas
regrain [Tue, 29 Nov 2005 12:48:45 +0000 (12:48 +0000)]
   * Add the Copy method in all datas
   * Remove the MoveItem in the SQItem... that was a stuff for the DicomDir
   -- BeNours

18 years ago * Fix compilation errors
regrain [Tue, 29 Nov 2005 08:32:40 +0000 (08:32 +0000)]
   * Fix compilation errors
   -- BeNours

18 years agoComment out 'assert' (a library *never* have to decide to exit the application)
jpr [Mon, 28 Nov 2005 18:01:25 +0000 (18:01 +0000)]
Comment out 'assert' (a library *never* have to decide to exit the application)

18 years ago * Add the CommandPy and CommandManager to the python wrapping
regrain [Mon, 28 Nov 2005 17:47:38 +0000 (17:47 +0000)]
   * Add the CommandPy and CommandManager to the python wrapping
   -- BeNours

18 years agotestinfo instead of testinfo.h should avoid compile errors
jpr [Mon, 28 Nov 2005 17:28:58 +0000 (17:28 +0000)]
testinfo instead of testinfo.h should avoid compile errors

18 years ago * Fix compilation warnings on linux
regrain [Mon, 28 Nov 2005 17:24:21 +0000 (17:24 +0000)]
   * Fix compilation warnings on linux
   -- BeNours

18 years agoRestore previous state (double/float)
jpr [Mon, 28 Nov 2005 17:23:37 +0000 (17:23 +0000)]
Restore previous state (double/float)

18 years ago * Fix compilation error due to the introduction of the CommandManager
regrain [Mon, 28 Nov 2005 17:09:22 +0000 (17:09 +0000)]
   * Fix compilation error due to the introduction of the CommandManager
   -- BeNours

18 years ago * Remove all gdcmStaticXxxMacro with Xxx : Debug, Warning, Error or Assert when...
regrain [Mon, 28 Nov 2005 16:50:32 +0000 (16:50 +0000)]
   * Remove all gdcmStaticXxxMacro with Xxx : Debug, Warning, Error or Assert when the method isn't static
   -- BeNours

18 years ago * Improvement #2 : the CommandManager is now a static class so,
regrain [Mon, 28 Nov 2005 16:31:19 +0000 (16:31 +0000)]
   * Improvement #2 : the CommandManager is now a static class so,
     there is no inheritance from it. And thus, only one hash-table for all objects.
     This will gain some of memory
   -- BeNours

18 years agoTrack troubles on Big endian processors
jpr [Mon, 28 Nov 2005 16:29:13 +0000 (16:29 +0000)]
Track troubles on Big endian processors