Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Todo List

Member gdcm::Document::operator< (Document &document)
Find a trick to solve the pb (use RET fields ?)
Parameters:
document to compare with current one
Returns:
true if 'smaller'

Member gdcm::DocEntry::WriteContent (std::ofstream *fp, FileType filetype)
allow skipping Shadow groups

Member gdcm::File::GetModality ()
throw error return value ??? specified <> unknown in our database

Member gdcm::File::Write (std::string fileName, FileType filetype)
FIXME : Derma?.dcm does not have it...let's remove it ?!? JPRx

Member gdcm::FileHelper::CheckMandatoryElements ()

Member gdcm::FileHelper::Write (std::string const &fileName)
the best trick would be *change* the recognition code but pb expected if user deals with, e.g. COMPLEX images

Member gdcm::PixelReadConvert::ReadAndDecompress12BitsTo16Bits (std::ifstream *fp)
JPR Troubles expected on Big-Endian processors ?

Member gdcm::SerieHelper::AddFileName (std::string const &filename)
should return bool or throw error ?

Member gdcm::SerieHelper::AddGdcmFile (File *header)
: decide which one is wrong (the method, or the commentary)! the following comment doesn't match the method :-( User is supposed to know the files he want to deal with and consider them they belong to the same Serie (even if their Serie UID is different) user will probabely OrderFileList() this list (actually, ordering user choosen gdm::File is the sole interest of this method) Moreover, using vtkGdcmReader::SetCoherentFileList() will avoid vtkGdcmReader parsing twice the same files. *no* coherence check is performed, but those specified by SerieHelper::AddRestriction()
Parameters:
header gdcm::File* of the file to deal with

Member gdcm::SerieHelper::AddRestriction (uint16_t group, uint16_t elem, std::string const &value, int op)
find a trick to allow user if he wants the Rectrictions to be *ored* (and not only *anded*)
Parameters:
group tag group number we want restrict on a given value
elem tag element number we want restrict on a given value
value value to be checked to exclude File
op operator we want to use to check

Member gdcm::SerieHelper::AddRestriction (TagKey const &key, std::string const &value, int op)
: find a trick to allow user to say the retrictetons are ored (not only anded) ex : keep the images whose SerieNumber is 101 or 102 or 103.

Member gdcm::SerieHelper::AddRestriction (TagKey const &key, std::string const &value, int op)
find a trick to allow user to say if he wants the Rectrictions to be *ored* (and not only *anded*)
Parameters:
key Target tag we want restrict on a given value
value value to be checked to exclude File
op operator we want to use to check

Member gdcm::SerieHelper::CreateUserDefinedFileIdentifier (File *inFile)
check the behaviour when there are >0 and <0 numbers

Member SetImageInformation
: Spacing Between Slices is meaningfull ONLY for CT an MR modality We should perform some checkings before forcing the Entry creation

Member SetImageInformation
: Image Position Patient is meaningfull ONLY for CT an MR modality We should perform some checkings before forcing the Entry creation

Generated on Fri Jan 20 10:15:00 2006 for gdcm by  doxygen 1.4.4