]> Creatis software - gdcm.git/commit
NEW : gdcmDICOMDIR, gdcmPatient, gdcmStudy, gdcmSequence and gdcmImage objects.
authormanu <manu>
Mon, 19 Jan 2004 13:09:02 +0000 (13:09 +0000)
committermanu <manu>
Mon, 19 Jan 2004 13:09:02 +0000 (13:09 +0000)
commitb0ab0e6b1085cf01026671066bcfe47a886cc752
treed5a04d85ea5a90e29dd99f57e6a02c4164c90f2c
parent42ba89affb3421486df9842ba1b2c93432bfa968
NEW : gdcmDICOMDIR, gdcmPatient, gdcmStudy, gdcmSequence and gdcmImage objects.

These are following last friday's meeting.

This collection of objects is designed to represents a DICOMDIR file in memory.
These are only empty templates bound to be completed by JPR
src/gdcmImage.cxx [new file with mode: 0644]
src/gdcmImage.h [new file with mode: 0644]
src/gdcmObject.h [new file with mode: 0644]
src/gdcmPatient.cxx [new file with mode: 0644]
src/gdcmPatient.h [new file with mode: 0644]
src/gdcmSequence.cxx [new file with mode: 0644]
src/gdcmSequence.h [new file with mode: 0644]
src/gdcmStudy.cxx [new file with mode: 0644]
src/gdcmStudy.h [new file with mode: 0644]