]> Creatis software - gdcm.git/log
gdcm.git
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

19 years agoFix bug on DicomDir utilities
jpr [Wed, 19 Jan 2005 15:24:28 +0000 (15:24 +0000)]
Fix bug on DicomDir utilities

19 years ago * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
regrain [Wed, 19 Jan 2005 14:56:09 +0000 (14:56 +0000)]
   * gdcmPython/ : change GDCM_DATA_PATH to GDCM_DATA_ROOT to be complient with
     all in gdcm
   * Remove some useless files in the Python part. Files now generated by CMake
   -- BeNours

19 years ago * Test/VTKTest*.cxx : one more bug stilled
regrain [Wed, 19 Jan 2005 14:45:40 +0000 (14:45 +0000)]
   * Test/VTKTest*.cxx : one more bug stilled
   -- BeNours

19 years ago * Test/VTKTest*.cxx : bug fix... tests don't generate VTK warning concerning
regrain [Wed, 19 Jan 2005 13:50:11 +0000 (13:50 +0000)]
   * Test/VTKTest*.cxx : bug fix... tests don't generate VTK warning concerning
     differences between the extents
   -- BeNours

19 years ago * Remove old MSVC projects
regrain [Wed, 19 Jan 2005 13:34:43 +0000 (13:34 +0000)]
   * Remove old MSVC projects
   -- BeNours

19 years ago * Test/VTKTest*.cxx : bug fix. Now the viewer is used only when the
regrain [Wed, 19 Jan 2005 10:49:47 +0000 (10:49 +0000)]
   * Test/VTKTest*.cxx : bug fix. Now the viewer is used only when the
     -V option is set

19 years ago * Test/ : rename VTK tests to have a best name for the tests
regrain [Wed, 19 Jan 2005 10:43:00 +0000 (10:43 +0000)]
   * Test/ : rename VTK tests to have a best name for the tests
   * gdcmPython/demo/*.py.in : Change the InitTraversal/GetNextEntry use to
     GetFirstEntry/GetNextEntry use
   -- BeNours

19 years agoGetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are now 'pure virtual' methods
jpr [Wed, 19 Jan 2005 10:30:51 +0000 (10:30 +0000)]
GetDocEntry,GetValEntry,GetBinEntry,GetSeqEntry are now 'pure virtual' methods
of DocEntrySet

19 years agoRemove now useless warning/comments
jpr [Wed, 19 Jan 2005 08:58:33 +0000 (08:58 +0000)]
Remove now useless warning/comments

19 years agoFix typo
jpr [Wed, 19 Jan 2005 08:57:14 +0000 (08:57 +0000)]
Fix typo

19 years agoAdd missing SQItem methods
jpr [Wed, 19 Jan 2005 08:55:09 +0000 (08:55 +0000)]
Add missing SQItem methods

19 years ago * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
regrain [Tue, 18 Jan 2005 18:24:06 +0000 (18:24 +0000)]
   * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
     test. Now it's on image content and not on the resulting visualisation...
     might solve the problem on linux when using the OpenGL drivers
   -- BeNours

19 years agoUnblacklist KODAK-12-MONO1-Odd_Terminated_Sequence.dcm
jpr [Tue, 18 Jan 2005 18:05:59 +0000 (18:05 +0000)]
Unblacklist KODAK-12-MONO1-Odd_Terminated_Sequence.dcm

19 years agoAdd missing Document::GetSeqEntry() method
jpr [Tue, 18 Jan 2005 18:03:16 +0000 (18:03 +0000)]
Add missing Document::GetSeqEntry() method

19 years agoUnblacklist of gdcm-JPEG-LossLessThoravision.dcm, since it doesn't breaks gdcm
jpr [Tue, 18 Jan 2005 16:57:44 +0000 (16:57 +0000)]
Unblacklist of gdcm-JPEG-LossLessThoravision.dcm, since it doesn't breaks gdcm
(Thank you, Jean-Michel !)

19 years agoCOMP: Fix warning on Big endian plateform
malaterre [Tue, 18 Jan 2005 16:44:46 +0000 (16:44 +0000)]
COMP: Fix warning on Big endian plateform

19 years agoTaking into account of 'Transfer Syntax' value
jpr [Tue, 18 Jan 2005 16:23:52 +0000 (16:23 +0000)]
Taking into account of 'Transfer Syntax' value
(for 'true' Dicom V3 files, the 'ACR-NEMA' heuristics sometimes gives unaccurate
result)

19 years agoCOMP: Fix compilation on Mingw
malaterre [Tue, 18 Jan 2005 16:19:57 +0000 (16:19 +0000)]
COMP: Fix compilation on Mingw

19 years agoBUG: Fix compilation on mingw
malaterre [Tue, 18 Jan 2005 15:52:22 +0000 (15:52 +0000)]
BUG: Fix compilation on mingw

19 years agoCOMP: Fix warnings about unused var on SunOS
malaterre [Tue, 18 Jan 2005 15:46:49 +0000 (15:46 +0000)]
COMP: Fix warnings about unused var on SunOS