]>
Creatis software - gdcm.git/log
jpr [Mon, 21 Nov 2005 09:43:43 +0000 (09:43 +0000)]
Add verbosity when something wrong occurs.
jpr [Mon, 21 Nov 2005 09:41:46 +0000 (09:41 +0000)]
To avoid futher confusion in Validator, when the VR found on disc missmatches
with the dicomV3.dic one, the virtual entry is now created with the original VM
(don't use any longer a strange default value)
jpr [Fri, 18 Nov 2005 14:49:15 +0000 (14:49 +0000)]
JPEGFragmentsInfo declares PixelReadConvert as friend.
All its members are private, in order not to confuse users.
jpr [Fri, 18 Nov 2005 14:40:36 +0000 (14:40 +0000)]
Update gdcm.h
jpr [Fri, 18 Nov 2005 14:33:24 +0000 (14:33 +0000)]
RLEFrame RLEFramesInfo declare File as friend.
All their members are private, in order not to confuse users.
jpr [Fri, 18 Nov 2005 11:54:01 +0000 (11:54 +0000)]
In order to avois user confusion, *all* members class DocEntryArchive are
private;
Class gdcm::DocEntryArchive declares as friend gdcm::FileHelper
jpr [Fri, 18 Nov 2005 11:46:37 +0000 (11:46 +0000)]
remove temp modif
jpr [Fri, 18 Nov 2005 11:42:48 +0000 (11:42 +0000)]
gdcm::Orientation uses RefCounter
jpr [Fri, 18 Nov 2005 11:09:06 +0000 (11:09 +0000)]
RefCounter
jpr [Fri, 18 Nov 2005 11:07:53 +0000 (11:07 +0000)]
Validator uses RefCounter.
jpr [Fri, 18 Nov 2005 10:31:22 +0000 (10:31 +0000)]
Delete() should avoid memory leaks
jpr [Fri, 18 Nov 2005 08:52:11 +0000 (08:52 +0000)]
comment out useless TestInline
jpr [Thu, 17 Nov 2005 18:01:59 +0000 (18:01 +0000)]
Forget to commit this one
CVS ----------------------------------------------------------------------
jpr [Thu, 17 Nov 2005 17:44:24 +0000 (17:44 +0000)]
Avoid warning with icc
malaterre [Wed, 16 Nov 2005 16:37:38 +0000 (16:37 +0000)]
ENH:Bye Bye Miss Jasper...
malaterre [Wed, 16 Nov 2005 16:35:50 +0000 (16:35 +0000)]
ENH: Ok since OJ warnings are not going to be fixed anytime soon remove them
malaterre [Wed, 16 Nov 2005 15:21:56 +0000 (15:21 +0000)]
ENH: Put back old Name, for once the pdf was correct (my mistake), thanks to JP for report
malaterre [Tue, 15 Nov 2005 20:48:36 +0000 (20:48 +0000)]
ENH: Still some more (minor) fixes
jpr [Tue, 15 Nov 2005 11:43:22 +0000 (11:43 +0000)]
Fix the test suite, when there is no mistake in the library ;-)
jpr [Tue, 15 Nov 2005 10:40:45 +0000 (10:40 +0000)]
Fix warnings on Readablity/Parsabiblity
jpr [Tue, 15 Nov 2005 10:30:46 +0000 (10:30 +0000)]
Add IsParsable() method, to avoid confusion with IsReadable()
malaterre [Mon, 14 Nov 2005 18:54:04 +0000 (18:54 +0000)]
ENH: Minor optimization
malaterre [Mon, 14 Nov 2005 18:40:46 +0000 (18:40 +0000)]
ENH: Cleanup, remove orig subdir...
jpr [Mon, 14 Nov 2005 17:40:48 +0000 (17:40 +0000)]
Oops.
I forgot this one.
jpr [Mon, 14 Nov 2005 15:56:55 +0000 (15:56 +0000)]
Use New(), Delete().
jpr [Mon, 14 Nov 2005 15:55:17 +0000 (15:55 +0000)]
Use New(), Delete();
jpr [Mon, 14 Nov 2005 15:50:33 +0000 (15:50 +0000)]
SerieHelper uses RefCounter.
jpr [Mon, 14 Nov 2005 14:23:43 +0000 (14:23 +0000)]
Move as private some methods, in order not to confuse the users
jpr [Mon, 14 Nov 2005 12:27:57 +0000 (12:27 +0000)]
Try to track Big Endian problems (are the in the library, or in the test
programs ?)
jpr [Mon, 14 Nov 2005 09:55:46 +0000 (09:55 +0000)]
Removing 'typedef' from enum declaration should avoid compile error with gcc4.
malaterre [Sat, 12 Nov 2005 20:39:37 +0000 (20:39 +0000)]
ENH: Move xml file to gdcm2
malaterre [Sat, 12 Nov 2005 18:36:50 +0000 (18:36 +0000)]
ENH: PDF contains a duplicate element: Blood Signal Nulling
malaterre [Sat, 12 Nov 2005 15:03:10 +0000 (15:03 +0000)]
ENH: update DICOM dict
malaterre [Sat, 12 Nov 2005 15:00:59 +0000 (15:00 +0000)]
ENH: Add 0020,1003/1005 see post of dicom newsgroup
malaterre [Fri, 11 Nov 2005 22:45:14 +0000 (22:45 +0000)]
ENH: Some more fixes... damn ny eyes are tired...
malaterre [Fri, 11 Nov 2005 22:31:39 +0000 (22:31 +0000)]
ENH: Tons of fix:
- SQ not declared as SQ
- Regular Element declared as SQ
- Element not retired
- Element missing
- Waveform problem rappear (I swear I clean them already)
the 50/60 needs to be update to propagate the RET thing... too lazy to do it.
- Update some name (missing s, missing Overlay...)
- DS declared as CS, vice versa...
malaterre [Thu, 10 Nov 2005 18:02:26 +0000 (18:02 +0000)]
COMP: Fix comp on bcc
malaterre [Thu, 10 Nov 2005 13:39:55 +0000 (13:39 +0000)]
ENH: Remove MPEG symbols too
malaterre [Thu, 10 Nov 2005 12:41:46 +0000 (12:41 +0000)]
COMP: Remove MPEG
malaterre [Wed, 9 Nov 2005 19:17:26 +0000 (19:17 +0000)]
ENH: Adding proof of concept to replace current implementation of string VR by an enum type
malaterre [Wed, 9 Nov 2005 14:49:14 +0000 (14:49 +0000)]
ENH: Saving initial problem
jpr [Wed, 9 Nov 2005 11:22:51 +0000 (11:22 +0000)]
Debug vs Warning
jpr [Wed, 9 Nov 2005 11:21:47 +0000 (11:21 +0000)]
Warning vs Error
(Not an "Error", since we go on anyway, and it works!)
jpr [Wed, 9 Nov 2005 11:04:20 +0000 (11:04 +0000)]
Debug vs Warning
jpr [Wed, 9 Nov 2005 10:52:37 +0000 (10:52 +0000)]
SetWarning on
jpr [Wed, 9 Nov 2005 10:28:33 +0000 (10:28 +0000)]
Indentation
jpr [Wed, 9 Nov 2005 10:18:43 +0000 (10:18 +0000)]
Debug vs Warning
jpr [Wed, 9 Nov 2005 08:37:45 +0000 (08:37 +0000)]
Forget to commit this indentation fix
jpr [Wed, 9 Nov 2005 08:36:47 +0000 (08:36 +0000)]
Try to track 'FIXME' VM problem
jpr [Wed, 9 Nov 2005 08:34:29 +0000 (08:34 +0000)]
Comments
jpr [Wed, 9 Nov 2005 08:32:50 +0000 (08:32 +0000)]
Try to track the "FIXME" problem for VM
jpr [Wed, 9 Nov 2005 08:14:08 +0000 (08:14 +0000)]
revert to old printf syntax (better warning on some compilers than error on some
others!)
malaterre [Tue, 8 Nov 2005 19:42:24 +0000 (19:42 +0000)]
STYLE: Remove personal comments...make patch more difficult
jpr [Tue, 8 Nov 2005 18:10:41 +0000 (18:10 +0000)]
Fix mouse slipping (derapage de mulot, in french language)
malaterre [Tue, 8 Nov 2005 16:40:02 +0000 (16:40 +0000)]
ENH: update comment to reflect API change
malaterre [Tue, 8 Nov 2005 16:37:07 +0000 (16:37 +0000)]
ENH: Adding Dart support in openjpeg
malaterre [Tue, 8 Nov 2005 16:35:54 +0000 (16:35 +0000)]
ENH: Ok dashboard looks clean enough turning MPEG on
malaterre [Tue, 8 Nov 2005 16:32:20 +0000 (16:32 +0000)]
ENH: Saving demo code
malaterre [Tue, 8 Nov 2005 16:31:21 +0000 (16:31 +0000)]
ENH: A user does not know (and should not) what we internally use for representing a dicom tag, let him use TagKey instead
jpr [Tue, 8 Nov 2005 15:46:01 +0000 (15:46 +0000)]
Some identation
jpr [Tue, 8 Nov 2005 15:23:52 +0000 (15:23 +0000)]
Some identation, to make the code reader friendly
jpr [Tue, 8 Nov 2005 13:42:32 +0000 (13:42 +0000)]
Avoid some warnings
jpr [Tue, 8 Nov 2005 09:54:42 +0000 (09:54 +0000)]
Try to track BinEndian troubles
jpr [Tue, 8 Nov 2005 09:35:44 +0000 (09:35 +0000)]
Apply Laurent Guigues' advice to avoid icc warnings.
jpr [Tue, 8 Nov 2005 09:13:22 +0000 (09:13 +0000)]
Try to track BigEndian troubles
jpr [Tue, 8 Nov 2005 08:31:42 +0000 (08:31 +0000)]
Avoid warning
jpr [Tue, 8 Nov 2005 08:26:33 +0000 (08:26 +0000)]
Avoid warnings on C/C++ syle comments
jpr [Mon, 7 Nov 2005 14:10:39 +0000 (14:10 +0000)]
WTF is cvs doing?
(Lost some lines in my source -> Seg fault on continuous buid.
I comment out the broken piece of code)
jpr [Mon, 7 Nov 2005 13:58:00 +0000 (13:58 +0000)]
Misstyping.
jpr [Mon, 7 Nov 2005 11:42:25 +0000 (11:42 +0000)]
Avoid poluting the output, right now
jpr [Mon, 7 Nov 2005 11:03:22 +0000 (11:03 +0000)]
Avoid warning
jpr [Mon, 7 Nov 2005 10:54:41 +0000 (10:54 +0000)]
Avoid warning
jpr [Mon, 7 Nov 2005 10:53:55 +0000 (10:53 +0000)]
Misstyping
jpr [Mon, 7 Nov 2005 10:38:56 +0000 (10:38 +0000)]
Avoid warning
jpr [Mon, 7 Nov 2005 10:33:47 +0000 (10:33 +0000)]
Avoid warning
jpr [Mon, 7 Nov 2005 10:30:21 +0000 (10:30 +0000)]
Avoid C/C++ comment style
jpr [Mon, 7 Nov 2005 10:18:20 +0000 (10:18 +0000)]
Avoid warning
jpr [Mon, 7 Nov 2005 10:14:44 +0000 (10:14 +0000)]
To avoid warnings
jpr [Mon, 7 Nov 2005 09:53:53 +0000 (09:53 +0000)]
Use fh->SetKeepMediaStorageSOPClassUID(true);
( Since we just Anonymized/ReWrited the file, we know no modification
was performed on the pixels.
We don't want this image appears as a 'Secondary Captured image'
)
jpr [Mon, 7 Nov 2005 09:51:35 +0000 (09:51 +0000)]
Comments.
jpr [Mon, 7 Nov 2005 09:50:52 +0000 (09:50 +0000)]
- Add Method void SetKeepMediaStorageSOPClassUID (bool v).
/// \brief if user knows he didn't modify the pixels (e.g. he just anonymized
/// or rewrite the file), he is allowed to ask to keep the original
/// 'Media Storage SOP Class UID' and 'Image Type'
- Enforce CheckMandatoryElements()
jpr [Mon, 7 Nov 2005 09:46:36 +0000 (09:46 +0000)]
Add Method ComputeFullLength(), to allow further computaion of element 0x0000
(Group length) of each 'zero level' group.
malaterre [Sun, 6 Nov 2005 01:38:02 +0000 (01:38 +0000)]
BUG: Report if getcwd did not succeed
jpr [Sat, 5 Nov 2005 13:26:19 +0000 (13:26 +0000)]
PrintFile uses debug and warning flags
jpr [Sat, 5 Nov 2005 13:25:26 +0000 (13:25 +0000)]
Comments
jpr [Sat, 5 Nov 2005 13:24:39 +0000 (13:24 +0000)]
Debug vs Warning
jpr [Sat, 5 Nov 2005 13:23:30 +0000 (13:23 +0000)]
Adding private variables CurrentGroup and CurrentElem allows inner methods to
know the Entry there are working on.
jpr [Sat, 5 Nov 2005 13:21:32 +0000 (13:21 +0000)]
Flags Debug and Warning may be used separately.
--> Setting on Debug sets also Warning
--> Setting off Warning is applied only if Debug is off.
Note :
Debug On : Developer wants to track a missbehaviour in gdcm
Warning on : User wants to be warned about oddities in the files.
jpr [Sat, 5 Nov 2005 13:16:34 +0000 (13:16 +0000)]
Fix bug in DicomDir MetaElements.
Thx to Chen Chen for providing data.
jpr [Fri, 4 Nov 2005 17:05:49 +0000 (17:05 +0000)]
Enforce TestValidate, and run it.
(Just to have an overwiew of oddities in the files.
Never breaks the test suite)
malaterre [Fri, 4 Nov 2005 16:36:42 +0000 (16:36 +0000)]
ENH: Cleanup the test
malaterre [Fri, 4 Nov 2005 16:27:37 +0000 (16:27 +0000)]
ENH: Adding TRY_RUN
malaterre [Fri, 4 Nov 2005 16:21:40 +0000 (16:21 +0000)]
ENH: Apparently some gcc version are seriously broken
jpr [Fri, 4 Nov 2005 16:08:08 +0000 (16:08 +0000)]
Avoid warnings
jpr [Fri, 4 Nov 2005 16:00:01 +0000 (16:00 +0000)]
Avoid bcc warnings
malaterre [Fri, 4 Nov 2005 15:46:52 +0000 (15:46 +0000)]
COMP: Fix warning
malaterre [Fri, 4 Nov 2005 15:46:03 +0000 (15:46 +0000)]
ENH: Rework the 1000 limit problem, the code is better but not perfect, at least we will get an error
jpr [Fri, 4 Nov 2005 15:33:35 +0000 (15:33 +0000)]
Comments
jpr [Fri, 4 Nov 2005 15:31:34 +0000 (15:31 +0000)]
Remove useless commented out code
jpr [Fri, 4 Nov 2005 15:29:59 +0000 (15:29 +0000)]
Dealing first with the most frequently used cases should speed up the process.