bool ignore_shadow) {
enableSequences=enable_sequences;
ignoreShadow =ignore_shadow;
+ cout << "chou" << endl;
SetMaxSizeLoadEntry(MAX_SIZE_LOAD_ELEMENT_VALUE);
filename = InFilename;
*/
gdcmParser::gdcmParser(bool exception_on_error) {
enableSequences=0;
+ cout << "chou" << endl;
SetMaxSizeLoadEntry(MAX_SIZE_LOAD_ELEMENT_VALUE);
Initialise();
* @param element element of the Entry to modify
* @return 1 on success, 0 otherwise.
*/
-
bool gdcmParser::SetEntryLengthByNumber(guint32 length,
guint16 group,
guint16 element)
* and the taken VR. If they are different, the header entry is
* updated with the new VR.
* @param Entry
- * @param VR
+ * @param vr
* @return false if the VR is incorrect of if the VR isn't referenced
* otherwise, it returns true
*/
gdcmHeaderEntry *gdcmParser::ReadNextHeaderEntry(void) {
guint16 g,n;
gdcmHeaderEntry *NewEntry;
-
g = ReadInt16();
n = ReadInt16();
virtual bool SetEntryByName (std::string content, std::string tagName);
virtual bool SetEntryByNumber(std::string content, guint16 group, guint16 element);
- virtual bool SetEntryLengthByNumber(guint32 l, guint16 group, guint16 element);
+ virtual bool SetEntryLengthByNumber(guint32 length, guint16 group, guint16 element);
virtual size_t GetEntryOffsetByNumber (guint16 Group, guint16 Elem);
virtual void *GetEntryVoidAreaByNumber(guint16 Group, guint16 Elem);