<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 have a dicom image with a (x,y,z) parameter sitting at 0x0018, 0x5212 and it looks like the following when I open it up with a dicom viewer<BR>
 <BR>
How does one grab that,  I tried using <BR>
 <BR>
float * temp = new float[3];<BR>
temp = (float * ) f->GetEntryBinArea( 0x0018, 0x5212 );  <BR>
 <BR>
but the data is all garbage in there.  what am I doing wrong?<BR>
 <BR>
Thanks for the help in advance.<BR>
 <BR>
Neerav Patel<BR>
 <BR>
0002,0000,File Meta Elements Group Len=156<BR>0002,0001,File Meta Info Version=256<BR>0002,0002,Media Storage SOP Class UID=1.2.840.10008.5.1.4.1.1.6.1.<BR>0002,0003,Media Storage SOP Inst UID=1.2.246.352.91.0004141.20061121092559304644.<BR>0002,0010,Transfer Syntax UID=1.2.840.10008.1.2.<BR>0002,0012,Implementation Class UID=1.2.246.352.70.2.1.7<BR>0008,0008,Image Type=ENDORECTAL<BR>0008,0016,SOP Class UID=1.2.840.10008.5.1.4.1.1.6.1.<BR>0008,0018,SOP Instance UID=1.2.246.352.91.0004141.20061121092559304644.<BR>0008,0020,Study Date=20060918<BR>0008,0030,Study Time=<BR>0008,0050,Accession Number=<BR>0008,0060,Modality=US<BR>0008,0070,Manufacturer=Varian Medical Systems. Inc.<BR>0008,0090,Referring Physician's Name=<BR>0008,1048,?=Mackenzie.Michael <BR>0008,1090,Manufacturer's Model Name=VariSeed<BR>0010,0010,Patient's Name=..0523749.t <BR>0010,0020,Patient ID=..0523749.t <BR>0010,0030,Patient Date of Birth=<BR>0010,0040,Patient Sex=<BR>0018,1020,Software Version=7.1 <BR>0018,5210,?=1.00000000\.000000000\.000000000\.000000000\-1.00000000\.000000000<BR>0018,5212,?=.000000000\.000000000\.000000000<BR>0018,6018,?=0<BR>0018,601A,?=0<BR>0018,601C,?=800<BR>0018,601E,?=600<BR>0018,6020,?=0<BR>0018,6022,?=0<BR>0018,6024,?=3<BR>0018,6026,?=3<BR>0018,602C,?=4333.-..<BR>0018,602E,?=........<BR>0020,000D,Study Instance UID=1.2.246.352.91.0004141.20061121092559.<BR>0020,000E,Series Instance UID=1.2.246.352.91.0004141.20061121092559.1.<BR>0020,0010,Study ID=4141<BR>0020,0011,Series Number=<BR>0020,0013,Image Number=1<BR>0020,0020,Patient Orientation=<BR>0020,0052,Frame of Reference UID=1.2.246.352.91.0004141.20061121092559.1.1.<BR>0020,1040,Position Reference=<BR>0028,0002,Samples Per Pixel=1<BR>0028,0004,Photometric Interpretation=MONOCHROME2<BR>0028,0010,Rows=600<BR>0028,0011,Columns=800<BR>0028,0034,Pixel Aspect Ratio=145\147 <BR>0028,0100,Bits Allocated=8<BR>0028,0101,Bits Stored=8<BR>0028,0102,High Bit=7<BR>0028,0103,Pixel Representation=0<BR>0028,1050,Window Center=128.000000<BR>0028,1051,Window Width=370.000000<BR>7FE0,0010,Pixel Data=480000<BR><BR><br /><hr /> <a href='' target='_new'></a></body>
</html>