]> Creatis software - gdcm.git/history - src
Display some more usefull Orientation/Position info
[gdcm.git] / src /
2005-10-13 jprAdd, as a 'Note to developpers' a very detailled post...
2005-10-12 malaterreCOMP: I am not joking gdcm wont compile otherwise on...
2005-10-11 jprRevert to initial code : TestWriteSimple hangs on Darwin
2005-10-11 jprComment out strangr code nad replace by simpler one.
2005-10-11 malaterreBUG: How in the world did it never show up before....
2005-10-11 jpr The way we dealt with 16 bits 'Pixel Data' on Big...
2005-10-11 jprWithin Print method, change the 'warning value' for...
2005-10-10 malaterreBUG: When reading 32bits data on BigEndian system you...
2005-10-10 jprDoxygenation
2005-10-07 jprDefault Pixel Spacing to 1.0\1.0 when writing an image...
2005-10-06 malaterreBUG: Have to remove assert since 00191113.dcm is off...
2005-10-06 malaterreENH: ReadAndSkip became ReadAndNotSkip, the basic offse...
2005-10-06 malaterreSTYLE: Remove old comments
2005-10-03 jprSome more precisions in the comments
2005-10-03 jprAdd some verbosity, to help tracking the trouble, when...
2005-10-03 malaterreCOMP: Try to fix compilation on VS7
2005-10-01 malaterreENH: Refactorize code, from PrintFile into the class...
2005-10-01 malaterreDOC: Adding comment by JPR, for non-medical user (=me)
2005-09-30 jprAdd the commented out XMedcon-like code.
2005-09-29 jprFix bug in Orientation::VerfCriterion
2005-09-22 jprComments
2005-09-21 malaterreSTYLE: Minor typo
2005-09-21 jprComments
2005-09-21 jpradd std::string Orientation::GetOrientation ( File...
2005-09-21 jprRemove useless extern declaration.
2005-09-21 jprFix typo
2005-09-21 jprAdd some comments
2005-09-21 jprLO generated VR for odd groups will be displayed at...
2005-09-20 jpr //DICOM PS 3-5 7.8.1 a) states that those
2005-09-20 jprTwo ;; at end of line can cause troubles
2005-09-20 jprremove useless extern declaration
2005-09-20 jpr%d vs %i in fprintf for unsigned int, to avoid warnings...
2005-09-20 jprremove useless assignation, to avoid warning
2005-09-20 jprREmove useless variable assignation
2005-09-20 jprDoxygen
2005-09-20 jprTo avoid warnings around 'catch'
2005-09-19 jprtypo
2005-09-16 jprTo avoid bcc 5.5 warnings
2005-09-16 jprInsert the original Python code, as a comment, to help...
2005-09-13 jprFix misstyping.
2005-09-08 jpravoid bcc5.5 warnings
2005-09-08 jprHope bcc5.5 will have no longer objections
2005-09-07 jprFix typo
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-09-07 jprAdd some verbosity when something wrong occurs
2005-09-07 jprNew 'quicker' code releases some BinEntries :-(
2005-09-07 jprMeta Elements group length (follows previous commit)
2005-09-07 jprFix bug when Writing Meta Elements Group (0x0002) on...
2005-09-07 jprEnglish mistakes
2005-09-07 jprRemove extra ';'
2005-09-06 jprAdd comment
2005-09-06 malaterreBUG: Come'on this script does not work
2005-09-06 malaterreENH: Try to commit conflicts (again)
2005-09-06 jprFix conflict while cvs merging
2005-09-06 jprInline some methods, to speed gdcm up.
2005-09-06 jprImprove Print method
2005-09-06 jprComments
2005-09-06 jprOops. I forgot this one
2005-09-06 jprAdd the GetEntryForcedAsciiValue method to deal with...
2005-09-05 jprPrint output fixed for level==1
2005-09-05 jprFor Doxygen
2005-09-05 jprCoding style
2005-09-05 jprAddsome comments about Patient Position :
2005-09-04 malaterreCOMP: Fix some more problem with cstring vs char*
2005-09-04 malaterreCOMP: People really don't know what is the difference...
2005-09-03 malaterreCOMP: Add include file
2005-09-02 jprCoding style : remove useless trailing ';' from inline...
2005-09-02 jprAdd the methods Dict:AddDict(fullPathPrivateDictionaryF...
2005-08-31 jprSolve other minor Doxygen pb
2005-08-31 jprMinor Doxygen problems
2005-08-31 jprReplace stupid method names :
2005-08-30 jprUse the result of GetVersion better than hard coded...
2005-08-30 jprClosing the file even when something wrong happens...
2005-08-30 regrain * Remove #define and replace then by the call to...
2005-08-30 regrain * Rename the NO_SEQ, NO_SHADOW, NO_SHADOWSEQ to
2005-08-30 jprReverse order sorting now works, even with user supplie...
2005-08-30 jprAccording to some requierements, if user knows more...
2005-08-30 jprEnglish typo
2005-08-29 jprFinish (?) a cleaning out session, while time consuming...
2005-08-29 jprAdd
2005-08-29 regrain * Fix bug while wrapping python. The DicomDir SetSta...
2005-08-29 regrain * Bug fix for python use
2005-08-28 jprmodif in DocEntry::Print() method (for 'long' values)
2005-08-28 jprBug fix in command line argument manager
2005-08-25 jprNow Print displays the BinEntry Content (if it's printa...
2005-08-25 jprAdd methods to check the 'printability' of a bin area
2005-08-25 jprAccording to Mathieu's suggestion, Print now display...
2005-08-25 jprAccording to Mathieu's suggestion, *all* the elements...
2005-08-24 jprRemove printf
2005-08-24 jprRemoval of QD patch for Private Sequence + Immplicit VR.
2005-08-24 malaterreCOMP: Fix compilation for VS6
2005-08-23 jprTo avoid spuroius warning messages when debug is ON
2005-08-23 jprImprove 'Print' methods
2005-08-23 jpr Brutal patch, waiting till we find a clever way to...
2005-08-22 malaterreCOMP: Fix compilation with SWIG, GDCM_LEGACY* options...
2005-08-22 jprSave a *few* microseconds at run time : inline method...
2005-08-22 malaterreCOMP: Remove problem with static being define in a...
2005-08-20 jprFileHelper::Initialize() doesn't call GrabInformationFr...
2005-08-19 malaterreENH: Provide a GetVersion function, apparently need...
2005-08-19 jprSome never comitted before comments.
next