]> Creatis software - gdcm.git/commitdiff
adding testDICICOMDIR.cxx to check DICOMDIR utilities
authorjpr <jpr>
Thu, 22 Jan 2004 10:23:05 +0000 (10:23 +0000)
committerjpr <jpr>
Thu, 22 Jan 2004 10:23:05 +0000 (10:23 +0000)
Testing/TestChangeHeader.cxx

index 6e640b0397359fdf173504bfc360c1e72ea74945..3f2d5b818c9cc9c3582a36d7930a240a3b11921e 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char* argv[]) {
        f1->SetImageData(imageData,dataSize);
        f1->GetHeader()->SetImageDataSize(dataSize);
        
-       f1->GetHeader()->PrintPubEntry();
+       f1->GetHeader()->PrintEntry();
        
        std::string s0 =f2->GetHeader()->GetEntryByNumber(0x7fe0, 0x0000);
        std::string s10=f2->GetHeader()->GetEntryByNumber(0x7fe0, 0x0010);