]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
* Bug fix on field having a VR = 'UI'. Assume that is a string field
[gdcm.git] / src / gdcmHeader.h
index 1ddff5a0b1de7542a642716a93228ce19240fbb8..d5cc86b642209219860cba93749775404821a87a 100644 (file)
@@ -38,6 +38,7 @@ public:
    virtual ~gdcmHeader();
 
 // Standard values and informations contained in the header
+   virtual bool IsReadable(void);
    bool IsJPEGBaseLineProcess1TransferSyntax(void);
    bool IsJPEGExtendedProcess2_4TransferSyntax(void); 
    bool IsJPEGExtendedProcess3_5TransferSyntax(void);
@@ -93,6 +94,8 @@ public:
    inline virtual bool SetEntryByNumber(std::string content,guint16 group, guint16 element)
       { return(gdcmParser::SetEntryByNumber(content,group,element)); }
 
+   inline virtual void UpdateShaEntries(void)
+      { gdcmParser::UpdateShaEntries(); }
 
 // Read (used in gdcmFile)
    void SetImageDataSize(size_t ExpectedSize);