]> Creatis software - gdcm.git/log
gdcm.git
19 years agoENH: update for JPEG cleanup and RLE cleanup toward a gdcmCompressor super class
malaterre [Mon, 31 Jan 2005 06:20:20 +0000 (06:20 +0000)]
ENH: update for JPEG cleanup and RLE cleanup toward a gdcmCompressor super class

19 years agoENH: Yet another pass to get RLE stuff similar to JPEG. I am still unhappy with the...
malaterre [Mon, 31 Jan 2005 06:17:22 +0000 (06:17 +0000)]
ENH: Yet another pass to get RLE stuff similar to JPEG. I am still unhappy with the increment of Raw. Ideally the compressor superclass should hold this pointer instead of passing around subRaw thingy

19 years agoENH: Getting toward a nice gdcmDecompressor. Now RLE and JPEG are getting similar...
malaterre [Mon, 31 Jan 2005 05:24:21 +0000 (05:24 +0000)]
ENH: Getting toward a nice gdcmDecompressor. Now RLE and JPEG are getting similar in behavior. Also patch vtkgdvmViewer since I couldnt see D_CLUNIE_RG2_RLE.dcm properly...

19 years agoSTYLE: remove GetNextttttt + minor Doc
malaterre [Mon, 31 Jan 2005 04:15:33 +0000 (04:15 +0000)]
STYLE: remove GetNextttttt + minor Doc

19 years agoENH: Pass 2 at cleaning the JPEG mess. Still some work to do, but things are getting...
malaterre [Mon, 31 Jan 2005 04:00:04 +0000 (04:00 +0000)]
ENH: Pass 2 at cleaning the JPEG mess. Still some work to do, but things are getting done

19 years agoBUG: Remove mem leak.
malaterre [Mon, 31 Jan 2005 03:36:59 +0000 (03:36 +0000)]
BUG: Remove mem leak.

19 years agoENH: Huge commit to remove the previous implementation for jpeg/fragments/multiframes...
malaterre [Mon, 31 Jan 2005 03:22:23 +0000 (03:22 +0000)]
ENH: Huge commit to remove the previous implementation for jpeg/fragments/multiframes. Use full potential of IJG, one of the best written io library. IJG rocks

19 years agoCorrect misstyping
jpr [Sun, 30 Jan 2005 17:52:50 +0000 (17:52 +0000)]
Correct misstyping

19 years ago Update ChangeLog :
jpr [Sun, 30 Jan 2005 17:33:13 +0000 (17:33 +0000)]
 Update ChangeLog :

   * SerieHeader::SetDirectory() allow recursive exploration of the Directory
* SerieHeader::AddFileName() creates as many Coherent Files lists
              (same Serie UID) as it founds different Serie UID
   amongst the files insead of discarting any file
that doesn't match with the first one he found.
* SerieHeader::OrderGdcmFileListhas now pne parameter :
               the Coherent Files list the user wants to sort
   * SerieHeader::GetFirstCoherentFileList()
   * SerieHeader::GetLastCoherentFileList() allows to parse
               the set of Coherent Files lists
   * const SerieHeader::GdcmFileList &GetGdcmFileList() is kept, for backwards
               compatibility (it returns the *first* Coherent Files list,
since there was only one before)
* Test/TestSerieHeader gets gdcmData as a default root directory

19 years agoCosmetics
jpr [Sun, 30 Jan 2005 17:30:57 +0000 (17:30 +0000)]
Cosmetics

19 years agoupdate CmakeLists.txt
jpr [Sun, 30 Jan 2005 17:27:45 +0000 (17:27 +0000)]
update CmakeLists.txt

19 years ago * SerieHeader::AddFileName() creates as many Coherent Files lists
jpr [Sun, 30 Jan 2005 17:22:55 +0000 (17:22 +0000)]
* SerieHeader::AddFileName() creates as many Coherent Files lists
              (same Serie UID) as it founds different Serie UID
   amongst the files insead of discarting any file
that doesn't match with the first one he found.
* SerieHeader::OrderGdcmFileListhas now pne parameter :
               the Coherent Files list the user wants to sort
   * SerieHeader::GetFirstCoherentFileList()
   * SerieHeader::GetLastCoherentFileList() allows to parse
               the set of Coherent Files lists
   * const SerieHeader::GdcmFileList &GetGdcmFileList() is kept, for backwards
               compatibility (it returns the *first* Coherent Files list,
since there was only one before)

19 years agoUpdate News
jpr [Sat, 29 Jan 2005 12:18:30 +0000 (12:18 +0000)]
Update News

19 years agoHope TestDicomDir will be aware of DicomDir stuff errors ...
jpr [Sat, 29 Jan 2005 11:56:53 +0000 (11:56 +0000)]
Hope TestDicomDir will be aware of DicomDir stuff errors ...

19 years agoDicomDir was broken , but TestDicomDir was not aware about it ...
jpr [Sat, 29 Jan 2005 11:43:05 +0000 (11:43 +0000)]
DicomDir was broken , but TestDicomDir was not aware about it ...

19 years agoCOMP: Solve both problem of push_back missing in VS6 (already fixed) and no need...
malaterre [Fri, 28 Jan 2005 17:29:59 +0000 (17:29 +0000)]
COMP: Solve both problem of push_back missing in VS6 (already fixed) and no need to call reverse anymore

19 years agoCosmetics
jpr [Fri, 28 Jan 2005 17:01:29 +0000 (17:01 +0000)]
Cosmetics

19 years agoNow SerieHeader::SetDirectory() allow recursive exploration of the Directory
jpr [Fri, 28 Jan 2005 16:56:49 +0000 (16:56 +0000)]
Now SerieHeader::SetDirectory() allow recursive exploration of the Directory

19 years ago*** empty log message ***
regrain [Fri, 28 Jan 2005 15:58:40 +0000 (15:58 +0000)]
*** empty log message ***

19 years ago * Remove friend between PixelReadConverter and RLEFramesInfo,
regrain [Fri, 28 Jan 2005 15:42:21 +0000 (15:42 +0000)]
   * Remove friend between PixelReadConverter and RLEFramesInfo,
     JPEGFragmentsInfo
   -- BeNours

19 years ago * Remove friend classes between DocEntry and File
regrain [Fri, 28 Jan 2005 15:10:55 +0000 (15:10 +0000)]
   * Remove friend classes between DocEntry and File
   -- BeNours

19 years ago * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug on the group|element
regrain [Fri, 28 Jan 2005 10:34:27 +0000 (10:34 +0000)]
   * src/gdcmFile.cxx, gdcmDocument.cxx : fix the bug on the group|element
     0002|0000. The value was incorrect.
   -- BeNours

19 years ago * vtk/vtkGdcmWriter.[h|cxx] : add the gestion of UID
regrain [Fri, 28 Jan 2005 10:07:34 +0000 (10:07 +0000)]
   * vtk/vtkGdcmWriter.[h|cxx] : add the gestion of UID
   -- BeNours

19 years ago * src/gdcmUtil.cxx : compilation fix on Win32
regrain [Fri, 28 Jan 2005 09:37:28 +0000 (09:37 +0000)]
   * src/gdcmUtil.cxx : compilation fix on Win32
   * src/gdcmUtil.[h|cxx] : Set the default GDCM UID in a static constant
     variable, to be easy found. Add methods to change the default UID.
     Amelioration of the CreateUniqueUID to use the correct default UID.
   * src/gdcmFile.cxx : correct use of the CreateUniqueUID method to create
     a new file
   -- BeNours

19 years ago * Test/TestVR.cxx : fix memory leaks
regrain [Fri, 28 Jan 2005 09:31:50 +0000 (09:31 +0000)]
   * Test/TestVR.cxx : fix memory leaks
   -- BeNours

19 years agoENH: Rewrite the base conversion from base 256 to base 10 using string operation...
malaterre [Fri, 28 Jan 2005 00:02:15 +0000 (00:02 +0000)]
ENH: Rewrite the base conversion from base 256 to base 10 using string operation only, this allows us to get rid of the problem with 64bits integer

19 years agoUpdate ChangeLog
jpr [Thu, 27 Jan 2005 14:07:30 +0000 (14:07 +0000)]
Update ChangeLog

19 years agoAdd some more info in News
jpr [Thu, 27 Jan 2005 13:55:24 +0000 (13:55 +0000)]
Add some more info in News

19 years agoTest Coverage
jpr [Thu, 27 Jan 2005 12:02:26 +0000 (12:02 +0000)]
Test Coverage

19 years ago- Add construct and destructor to class gdcm::Debug to close the debug file
jpr [Thu, 27 Jan 2005 11:55:57 +0000 (11:55 +0000)]
- Add construct and destructor to class gdcm::Debug to close the debug file
automatically
- Don't let uset to open twice the same file

19 years ago * Test/TestAllEntryVerify.cxx, makeDicomDir.cxx : fix memory leaks
regrain [Thu, 27 Jan 2005 10:47:29 +0000 (10:47 +0000)]
   * Test/TestAllEntryVerify.cxx, makeDicomDir.cxx : fix memory leaks
   -- BeNours

19 years agoTest coverage
jpr [Thu, 27 Jan 2005 10:43:19 +0000 (10:43 +0000)]
Test coverage

19 years agogdcm has now an official UID prefix,
jpr [Thu, 27 Jan 2005 10:06:33 +0000 (10:06 +0000)]
gdcm has now an official UID prefix,
supplied by http://www.medicalconnections.co.uk
1.2.826.0.1.3680043.2.1143
(Thx to Mathieu for providing URL)

19 years ago * move RLEInfo & JPEGInfo from Document to File
regrain [Wed, 26 Jan 2005 17:17:30 +0000 (17:17 +0000)]
   * move RLEInfo & JPEGInfo from Document to File
   -- BeNours

19 years agoRenaming some local variables + test coverage improvement
jpr [Wed, 26 Jan 2005 16:43:10 +0000 (16:43 +0000)]
Renaming some local variables + test coverage improvement

19 years agoAdd a forty entries private Dicom Dictionary (Philips MR Intera)
jpr [Wed, 26 Jan 2005 16:38:24 +0000 (16:38 +0000)]
Add a forty entries private Dicom Dictionary (Philips MR Intera)
to be able to perform some more tests

19 years ago * FIX : remove so many friend between classes
regrain [Wed, 26 Jan 2005 16:28:58 +0000 (16:28 +0000)]
   * FIX : remove so many friend between classes
   -- BeNours

19 years ago * gdcmPython.i : add gdcmContentEntry
regrain [Wed, 26 Jan 2005 15:40:18 +0000 (15:40 +0000)]
   * gdcmPython.i : add gdcmContentEntry
   * Example/TestPapyrus.cxx : amelioration

19 years agoContructors and Destructor are now protected,
jpr [Wed, 26 Jan 2005 15:03:32 +0000 (15:03 +0000)]
Contructors and Destructor are now protected,
in order to be sure no user will try to use them.
(at user level, only the children classes are meaningfull)

19 years ago * remove ContentEntry::Write() code, yet the method is 'pure virtual'
jpr [Wed, 26 Jan 2005 14:56:38 +0000 (14:56 +0000)]
   * remove ContentEntry::Write() code, yet the method is 'pure virtual'
  (coverage will be better ;-)

19 years ago * gdcmPython/demo/vtkGdcmWriter.py.in : bug fix
regrain [Wed, 26 Jan 2005 11:52:19 +0000 (11:52 +0000)]
   * gdcmPython/demo/vtkGdcmWriter.py.in : bug fix

19 years ago * FIX : remove so many friend between classes
regrain [Wed, 26 Jan 2005 11:42:01 +0000 (11:42 +0000)]
   * FIX : remove so many friend between classes
   -- BeNours

19 years agoFriend hunting + typo
jpr [Wed, 26 Jan 2005 10:29:16 +0000 (10:29 +0000)]
Friend hunting + typo

19 years agoTypo
jpr [Wed, 26 Jan 2005 09:49:53 +0000 (09:49 +0000)]
Typo

19 years ago * src/gdcmDocEntrySet.cxx : Bug fix when getting the value
regrain [Tue, 25 Jan 2005 16:32:45 +0000 (16:32 +0000)]
   * src/gdcmDocEntrySet.cxx : Bug fix when getting the value
   * src/gdcmContentEntry.[h|cxx], gdcmValEntry.cxx : amelioration of code
   -- BeNours

19 years agoUpdate ChangeLog
jpr [Tue, 25 Jan 2005 16:01:11 +0000 (16:01 +0000)]
Update ChangeLog

19 years ago * Test/VTKTest*.cxx : bug fix under linux
regrain [Tue, 25 Jan 2005 15:45:48 +0000 (15:45 +0000)]
   * Test/VTKTest*.cxx : bug fix under linux
   -- BeNours

19 years ago * src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
regrain [Tue, 25 Jan 2005 15:44:21 +0000 (15:44 +0000)]
   * src/ : rename some methods on Entry (SetXxx, InsertXxx) to have a better
     use with python. Some methods ard moved from Document to ElementSet or
     DocEntrySet. The equivalent methods to ElementSet have been added to
     SQItem and are virtual in DocEntrySet. Methods that may have the same code
     in SQItem and ElementSet is directly placed in DocEntrySet
   -- BeNours

19 years agoDoxygen warnings : I forgot this one
jpr [Tue, 25 Jan 2005 15:37:51 +0000 (15:37 +0000)]
Doxygen warnings : I forgot this one

19 years agoFix Doxygen warning
jpr [Tue, 25 Jan 2005 15:35:15 +0000 (15:35 +0000)]
Fix Doxygen warning

19 years agoUpdate some comments
jpr [Tue, 25 Jan 2005 15:29:33 +0000 (15:29 +0000)]
Update some comments

19 years agoIn ordrer to avoid missbehaviour :
jpr [Tue, 25 Jan 2005 15:21:20 +0000 (15:21 +0000)]
In ordrer to avoid missbehaviour :
gdcm::DocEntry is now specialized in
- gdcm::SeqEntry (Dicom Sequence) as opposed to :
- gdcm::ContentEntry (Dicom entry with a 'content')

gdcm::ValContent is now specialized in
 - gdcm::ValEntry (Dicom entry with a std::string representable value, i.e.
 characters value, or integers)
 - gdcm::BinEntry (Dicom entry with a non strig representable value

 (user hasn't any longer to thing about the precedence of his dynamic_casts)

19 years ago * Test/VTKTest*.cxx : remove the show variable in each test method because
regrain [Tue, 25 Jan 2005 11:25:31 +0000 (11:25 +0000)]
   * Test/VTKTest*.cxx : remove the show variable in each test method because
     it's useless (the viewer variable replace this variable)
   -- BeNours

19 years ago * src/gdcmDocument.cxx : bug fix on potential memory leak
regrain [Tue, 25 Jan 2005 11:11:57 +0000 (11:11 +0000)]
   * src/gdcmDocument.cxx : bug fix on potential memory leak
   * src/gdcmSQItem.cxx : initialize the SQItemNumber value in the constructor
   * src/gdcmSQItem.[h|cxx], gdcmElementSet.[h|cxx], gdcmDicomDir*.[h|cxx] :
     Add ClearXxx methods to remove all the content of the list or map
   * gdcmDocEntrySet.h : add GetFirst/NextEntry in pure virtual
   -- BeNours

19 years agoReplaceOrCreare renamed as Insert
jpr [Mon, 24 Jan 2005 16:51:01 +0000 (16:51 +0000)]
ReplaceOrCreare renamed as Insert

19 years agomethods ReplaceOrCreate renamed as Insert
jpr [Mon, 24 Jan 2005 16:44:53 +0000 (16:44 +0000)]
methods ReplaceOrCreate renamed as Insert
(nobody will be any longer confused by 'CreateOeReplace')

19 years agoFix compile warning
jpr [Mon, 24 Jan 2005 16:43:06 +0000 (16:43 +0000)]
Fix compile warning

19 years agoStage 3 of normalization :
jpr [Mon, 24 Jan 2005 16:10:49 +0000 (16:10 +0000)]
Stage 3 of normalization :
in order to avoid any missunderstanding while reading method names :
- All the methods xxxEntry now deal with dicom Entries
- Methods GetEntry splitted into
   GetEntryValue
GetEntryBinArea
 - Method SetEntry renamed as SetEntryValue
 - Method SetEntryBinArea let as it was

19 years ago - Add empty nutshell for JPEG-LS
jpr [Mon, 24 Jan 2005 16:03:58 +0000 (16:03 +0000)]
 - Add empty nutshell for JPEG-LS
 - Now Fragments info is get from the file, even for JPEG2000 and JPEG-LS

19 years agoENH: Grealty simplify the JPEg decompression, no need to differenciate based on the...
malaterre [Mon, 24 Jan 2005 14:52:49 +0000 (14:52 +0000)]
ENH: Grealty simplify the JPEg decompression, no need to differenciate based on the JPEG possible type (with/without fragment, with/without multiple frame). Everything is done throught the JPEG IO Suspension mechanism in IJG

19 years ago * src/gdcmDicomDirElement.h, gdcmDict.h : rename AddNewXxx methods to AddXxx.
regrain [Mon, 24 Jan 2005 14:14:07 +0000 (14:14 +0000)]
   * src/gdcmDicomDirElement.h, gdcmDict.h : rename AddNewXxx methods to AddXxx.
   * src/gdcmDict.h : rename GetDictEntry moethod to GetEntry, to be coherent
     with other method names
   * gdcmPython/gdcm.i : bug fix. Add the typemaps for the TagName type
   * Test/TestDicomDirElement.cxx : add new test
   -- BeNours

19 years agoCOMP: Fix compilation warnings on SGI and Visual Studio
malaterre [Sun, 23 Jan 2005 18:13:48 +0000 (18:13 +0000)]
COMP: Fix compilation warnings on SGI and Visual Studio

19 years agoSome normalizations :
jpr [Sun, 23 Jan 2005 10:12:31 +0000 (10:12 +0000)]
Some normalizations :
- Move some methods to parent class
- Position correctly the entry points for JPEG2000 and JPEG-LS
  (JPG-LS in NOT jpeg 'lossless')
- Remove deprecated and useless methods
- Update comments
- Update Doxygenation

19 years agoENH: update for CreateUniqueUID
malaterre [Sun, 23 Jan 2005 01:09:13 +0000 (01:09 +0000)]
ENH: update for CreateUniqueUID

19 years agoBUG: ostream opeartor << is only defined for __int?? but not unsigned __int??. Fallba...
malaterre [Sun, 23 Jan 2005 01:00:17 +0000 (01:00 +0000)]
BUG: ostream opeartor << is only defined for __int?? but not unsigned __int??. Fallback to previous implementation. According to implementation char/short/int have fixed lenght in Microsoft world. For more info look for /error C2679 __int64/

19 years agoSTYLE: Better approach to work around the timeval definition. Use type directly inste...
malaterre [Sat, 22 Jan 2005 23:29:16 +0000 (23:29 +0000)]
STYLE: Better approach to work around the timeval definition. Use type directly instead of pointer therefore we have implicit cast that works great

19 years agoBUG: provide a default implementation for GetcurrentThreadID.
malaterre [Sat, 22 Jan 2005 22:56:22 +0000 (22:56 +0000)]
BUG: provide a default implementation for GetcurrentThreadID.

19 years agoCOMP: Dont know what bool is used for
malaterre [Sat, 22 Jan 2005 22:51:40 +0000 (22:51 +0000)]
COMP: Dont know what bool is used for

19 years agoCOMP: MacOSX does not respect opengroup definition of timeval which has a time_t...
malaterre [Sat, 22 Jan 2005 22:50:12 +0000 (22:50 +0000)]
COMP: MacOSX does not respect opengroup definition of timeval which has a time_t tv_sec, but rather define tv_sec as a long

19 years agoBUG: there was a problem with uint64_t. C99 clearly specify that vendor compiler...
malaterre [Sat, 22 Jan 2005 22:21:19 +0000 (22:21 +0000)]
BUG: there was a problem with uint64_t. C99 clearly specify that vendor compiler should provide a stdint.h file. If not include inttypes (HPUX, SunOS). And on broekn platerform Win32 provide the proper typedef (it used to be broekn on Win64).

19 years ago * bug fix for compilation on MSVC6
regrain [Sat, 22 Jan 2005 12:39:10 +0000 (12:39 +0000)]
   * bug fix for compilation on MSVC6
   * gdcmPython/gdcm.i : rename of classes missed
   -- BeNours

19 years agoBUG: was leading zeroes in numeric components. This is illegal, according to PS 3...
malaterre [Sat, 22 Jan 2005 01:40:41 +0000 (01:40 +0000)]
BUG: was leading zeroes in numeric components. This is illegal, according to PS 3.8 Annex F and PS 3.5 Section 6.1 and ISO 8824. Also remove the union this is a bad idea when working on little and big endian machine, the result was not constitant across endianess

19 years agoENH: Add new test using dciodvfy from the dicom3tools package (David Clunie)
malaterre [Sat, 22 Jan 2005 00:39:50 +0000 (00:39 +0000)]
ENH: Add new test using dciodvfy from the dicom3tools package (David Clunie)

19 years agoBUG: On Win32 64bits integer are a pain to use
malaterre [Fri, 21 Jan 2005 20:49:37 +0000 (20:49 +0000)]
BUG: On Win32 64bits integer are a pain to use

19 years agoENH: Minor tweaks to synchronize with ITK
malaterre [Fri, 21 Jan 2005 20:02:46 +0000 (20:02 +0000)]
ENH: Minor tweaks to synchronize with ITK

19 years agoENH: Encode the MAC Adress only on 15bytes now
malaterre [Fri, 21 Jan 2005 19:51:12 +0000 (19:51 +0000)]
ENH: Encode the MAC Adress only on 15bytes now

19 years agoENH: Add test for GetCurrentDateTime. The two calls show a difference of one millisec...
malaterre [Fri, 21 Jan 2005 16:07:54 +0000 (16:07 +0000)]
ENH: Add test for GetCurrentDateTime. The two calls show a difference of one millisecond on my system

19 years agoENH: Add two new methods: GetCurrentThreadID and ProcessID. This could be usefull...
malaterre [Fri, 21 Jan 2005 16:06:21 +0000 (16:06 +0000)]
ENH: Add two new methods: GetCurrentThreadID and ProcessID. This could be usefull to generate the DICOM UID. Also reimplement GetCurrentDate / GetCurrentTime in only one call since we could be right at the edge of midnight and the two function call would not be consistent. Also this simplify the implementation of GetCurrentDateTime and add millisecond precision (yes we write DICOM quite fast)

19 years agoBegin of 'friend' classe hunting.
jpr [Fri, 21 Jan 2005 15:28:18 +0000 (15:28 +0000)]
Begin of 'friend' classe hunting.
We miss GetLastEntry and GetPriorEntry methods to be able to remove
 any direct reference to ElementSet::TagHT by DicomDir

19 years agoForget this one (forget to remove now useless gdcmHedaer)
jpr [Fri, 21 Jan 2005 13:31:03 +0000 (13:31 +0000)]
Forget this one (forget to remove now useless gdcmHedaer)

19 years agoStage 2 of names normalization
jpr [Fri, 21 Jan 2005 12:37:15 +0000 (12:37 +0000)]
Stage 2 of names normalization
Forgot to cvs add gdcmFile.* :-(

19 years agoStage 2 of names normalization :
jpr [Fri, 21 Jan 2005 11:40:52 +0000 (11:40 +0000)]
Stage 2 of names normalization :
- A gdcm::Document is now either a gdcm::DicomDir or a gdcm::File
     (easy to understand ...)
- gdcm::FileHelper replaces old class gdcm::File

19 years agoFirst stage.
jpr [Thu, 20 Jan 2005 17:17:12 +0000 (17:17 +0000)]
First stage.
Forget JPEG :-(

19 years ago * gdcmDicomDirElement.[h|cxx] : change the AddEntry method. Now, it gets a
regrain [Thu, 20 Jan 2005 17:15:53 +0000 (17:15 +0000)]
   * gdcmDicomDirElement.[h|cxx] : change the AddEntry method. Now, it gets a
     type and not a string. So, there remove problems on the format of the
     string.
   -- BeNours

19 years agoFirst stage :
jpr [Thu, 20 Jan 2005 16:35:10 +0000 (16:35 +0000)]
First stage :
This one should avoid further troubles

19 years agoFirst stage ...
jpr [Thu, 20 Jan 2005 16:31:42 +0000 (16:31 +0000)]
First stage ...
*actual* removal of old files shown some misstyping

19 years agoFirst stage :
jpr [Thu, 20 Jan 2005 16:22:52 +0000 (16:22 +0000)]
First stage :
Oops ! Forget to remove old files

19 years agoFirst stage of name normalisation : gdcm::File replace by gdcm::FileHelper
jpr [Thu, 20 Jan 2005 16:16:57 +0000 (16:16 +0000)]
First stage of name normalisation : gdcm::File replace by gdcm::FileHelper
in src, Examples, Test, vtk, gdcmPython

19 years ago * src/gdcmDicomDirObject.h : set the FillObject method in protected.
regrain [Thu, 20 Jan 2005 16:16:41 +0000 (16:16 +0000)]
   * src/gdcmDicomDirObject.h : set the FillObject method in protected.
     Thus, DicomDirXXX are created with a flad that indicates if the created
     object is empty or not (when not empty, the DicomDirElement is used to
     fill the object)
   -- BeNours

19 years agoFinal bugg fix.
jpr [Thu, 20 Jan 2005 13:28:23 +0000 (13:28 +0000)]
Final bugg fix.
TestPapyrus  - reads a Papyrus file (gdcm::Header compliant),
             - gets the pixels of all the images, using low level iterators
 - writes an multiframes Dicom image.
(Just to show it's *possible* to do that)
Uses SQItems accessors (we could use it as a 'Test' program, to improve test
coverage ...)

19 years ago*** empty log message ***
regrain [Thu, 20 Jan 2005 11:40:14 +0000 (11:40 +0000)]
*** empty log message ***

19 years agoGeneral .h typo unification
jpr [Thu, 20 Jan 2005 11:39:49 +0000 (11:39 +0000)]
General .h typo unification

19 years agoThe following methods
jpr [Thu, 20 Jan 2005 11:37:37 +0000 (11:37 +0000)]
The following methods
>    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
>    ValEntry *GetValEntry(uint16_t group, uint16_t elem);
>    BinEntry *GetBinEntry(uint16_t group, uint16_t elem);
>    SeqEntry *GetSeqEntry(uint16_t group, uint16_t elem);
now belong to gdcm:ElementSet class

19 years ago * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in
regrain [Thu, 20 Jan 2005 11:33:43 +0000 (11:33 +0000)]
   * src/gdcmDicomDir.cxx : simplify the NewPatient method, like made in
     gdcm::DicomDirPatient, gdcm::DicomDirStudy, gdcm::DicomDirSerie
   -- BeNours

19 years ago * src/gdcmSQItem[h|cxx] : rename some methods to have coherent names
regrain [Thu, 20 Jan 2005 11:26:17 +0000 (11:26 +0000)]
   * src/gdcmSQItem[h|cxx] : rename some methods to have coherent names
   -- BeNours

19 years ago * src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name.
regrain [Thu, 20 Jan 2005 11:09:21 +0000 (11:09 +0000)]
   * src/gdcmDicomDir*.[h|cxx] : rename methods to be logik in their name.
     Remove all access to the hash-tables or lists in the objects.
   -- BeNours

19 years ago * src/gdcmDebug.h : remove the Debug test in the gdcmErrorMacro
regrain [Thu, 20 Jan 2005 11:07:06 +0000 (11:07 +0000)]
   * src/gdcmDebug.h : remove the Debug test in the gdcmErrorMacro
   * src/gdcmDocument.[h|cxx] : rename the Initialise method to Initialize, to
     be complient with all the gdcm source code
   -- BeNours

19 years agoAdd a *very* simple test program to read the frames of a Papyrus image,
jpr [Wed, 19 Jan 2005 17:49:42 +0000 (17:49 +0000)]
Add a *very* simple test program to read the frames of a Papyrus image,
using low level accessors
(Not yet fully checked)

19 years ago * src/gdcmDocEntry.h : DocEntry is now secure. User can't change the
regrain [Wed, 19 Jan 2005 15:58:00 +0000 (15:58 +0000)]
   * src/gdcmDocEntry.h : DocEntry is now secure. User can't change the
     DictEntry or the VR.
   -- BeNours

19 years agotypo
jpr [Wed, 19 Jan 2005 15:26:42 +0000 (15:26 +0000)]
typo