Program: gdcm
Module: $RCSfile: gdcmDict.cxx,v $
Language: C++
- Date: $Date: 2006/04/12 10:55:49 $
- Version: $Revision: 1.85 $
+ Date: $Date: 2007/04/12 13:22:49 $
+ Version: $Revision: 1.86 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
return it->second;
}
/**
- * \brief Get the dictionary entry identified by it's "group" and "element")
+ * \brief Get the dictionary entry identified by its "group" and "element")
* @param group Group number of the searched entry.
* @param elem Element number of the searched entry.
* @return the corresponding dictionary entry when existing, NULL otherwise
Program: gdcm
Module: $RCSfile: gdcmDocEntrySet.cxx,v $
Language: C++
- Date: $Date: 2006/04/11 16:03:26 $
- Version: $Revision: 1.72 $
+ Date: $Date: 2007/04/12 13:22:49 $
+ Version: $Revision: 1.73 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Accesses an existing DocEntry (i.e. a Dicom Element)
- * through it's (group, element) and modifies it's content with
+ * through its (group, element) and modifies its content with
* the given value.
* @param content new value (string) to substitute with
* @param group group number of the Dicom Element to modify
/**
* \brief Accesses an existing DocEntry (i.e. a Dicom Element)
- * through it's (group, element) and modifies it's content with
+ * through its (group, element) and modifies its content with
* the given value.
* @param content new value (void* -> uint8_t*) to substitute with
* @param lgth new value length
/**
* \brief Accesses an existing DocEntry (i.e. a Dicom Element)
- * and modifies it's content with the given value.
+ * and modifies its content with the given value.
* @param content new value (string) to substitute with
* @param entry Entry to be modified
*/
/**
* \brief Accesses an existing DataEntry (i.e. a Dicom Element)
- * and modifies it's content with the given value.
+ * and modifies its content with the given value.
* @param content new value (void* -> uint8_t*) to substitute with
* @param entry Entry to be modified
* @param lgth new value length
Program: gdcm
Module: $RCSfile: gdcmDocument.cxx,v $
Language: C++
- Date: $Date: 2006/11/08 17:06:36 $
- Version: $Revision: 1.356 $
+ Date: $Date: 2007/04/12 13:22:49 $
+ Version: $Revision: 1.357 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// When we have some semantics on the element we just read, and if we
// a priori know we are dealing with an integer, then we shall be
- // able to swap it's element value properly.
+ // able to swap its element value properly.
if ( elem == 0 ) // This is the group length of the group
{
if ( length == 4 )
Program: gdcm
Module: $RCSfile: gdcmFile.cxx,v $
Language: C++
- Date: $Date: 2007/03/23 15:05:11 $
- Version: $Revision: 1.328 $
+ Date: $Date: 2007/04/12 13:22:49 $
+ Version: $Revision: 1.329 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
* is modified to point after the tag.
* On failure (i.e. when the tag wasn't the expected tag
* (TestGroup, TestElem) the internal file pointer
- * \ref Document::Fp is restored to it's original position.
+ * \ref Document::Fp is restored to its original position.
* @param testGroup The expected group of the tag.
* @param testElem The expected Element of the tag.
* @return True on success, false otherwise.
* is placed at the beginning of a tag (TestGroup, TestElement),
* read the length associated to the Tag.
* \warning On success the internal file pointer \ref Document::Fp
- * is modified to point after the tag and it's length.
+ * is modified to point after the tag and its length.
* On failure (i.e. when the tag wasn't the expected tag
* (TestGroup, TestElement) the internal file pointer
- * \ref Document::Fp is restored to it's original position.
+ * \ref Document::Fp is restored to its original position.
* @param testGroup The expected Group of the tag.
* @param testElem The expected Element of the tag.
* @return On success returns the length associated to the tag. On failure
// When present, read the basic offset table itself.
// Notes: - since the presence of this basic offset table is optional
// we can't rely on it for the implementation, and we will simply
- // trash it's content (when present).
+ // trash its content (when present).
// - still, when present, we could add some further checks on the
// lengths, but we won't bother with such fuses for the time being.
if ( itemLength != 0 )
Module: $RCSfile: gdcmFileHelper.cxx,v $
Language: C++
- Date: $Date: 2006/10/18 13:40:18 $
- Version: $Revision: 1.110 $
+ Date: $Date: 2007/04/12 13:22:49 $
+ Version: $Revision: 1.111 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
}
/**
- * \brief Accesses an existing DataEntry through it's (group, element)
- * and modifies it's content with the given value.
+ * \brief Accesses an existing DataEntry through its (group, element)
+ * and modifies its content with the given value.
* @param content new value (string) to substitute with
* @param group group number of the Dicom Element to modify
* @param elem element number of the Dicom Element to modify
/**
- * \brief Accesses an existing DataEntry through it's (group, element)
- * and modifies it's content with the given value.
+ * \brief Accesses an existing DataEntry through its (group, element)
+ * and modifies its content with the given value.
* @param content new value (void* -> uint8_t*) to substitute with
* @param lgth new value length
* @param group group number of the Dicom Element to modify