| |
sevak
Posts: 1
Score: 0
Joined: 8/6/2008
Status: offline
|
Hi, Iam trying to get id and name from images which i have passed to client browser and adding to it I am using Third party control via DicomObjects I have coded like this, Sub Getdetails dim d,ds,img set img=CreateObject("DICOMobjects.DicomImage") set d=CreateObject("DICOMobjects.Dicomdataset") set ds=CreateObject("DICOMobjects.dicomdatasets") img=ds.readfile("c:\Document and settings\temp\pic1.dcm") alert img.patientid alert img.name end sub Thanks in advance seva
|
|