<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi,<BR>
<BR>
I got GDCM 1.3.2 compiled and I have linked everything up in Visual C++ .NET 2003. But now when I went to the user manual and added <BR>
<BR>
<BR>
gdcm::File *f = new gdcm::File();<BR> f->SetLoadMode(LD_NOSEQ); | depending on what<BR> f->SetLoadMode(LD_NOSHADOW); | you want *not* <BR> f->SetLoadMode(LD_NOSEQ | LD_NOSHADOW);| to load from the<BR> f->SetLoadMode(LD_NOSHADOWSEQ); | target file<BR> f->SetFileName(fileName);<BR> f->Load( );<BR>
<BR>
It comes up with errors. All I want to do is get the raw byte array of the dicom image?<BR>
<BR>
Does anyone have some sample code that will allow me to do this. The dicom image is a ultrasound image.<BR>
<BR>
Any help would be greatly appreciated.<BR>
<BR>
Neerav Patel<BR>
<BR><BR><br /><hr />R U Ready for Windows Live Messenger Beta 8.5? <a href='http://entertainment.sympatico.msn.ca/WindowsLiveMessenger' target='_new'>Try it today!</a></body>
</html>