Thursday, February 09, 2012
Google Custom Search

ClearCanvas Highlights

Download our Open Source software
Watch some Videos
Get the Source
Check out our Licensing
Join our  Forums
Some Research: OICR IPP-Trials

Our Community

Membership Membership:
Latest New User Latest: VMCCNY
New Today New Today: 18
New Yesterday New Yesterday: 26
User Count Overall: 20581

People Online People Online:
Visitors Visitors: 10
Members Members: 3
Total Total: 13

Online Now Online Now:
01: ednfran
02: nyeisin
03: sfrank

ClearCanvas Community Forums

storagescu question
Last Post 2009-11-24 02:49 PM by robertvanommen. 2 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
robertvanommen
Basic Member
Basic Member
Posts:26

--
2009-11-24 07:03 AM  

is it possible to directly add an in memory dicom file to the list of dicomfiles to send?

atm i first have to save the file to disk then do scu.addfile(dicomfilepath) and after sending i delete the file from disk.

 

regards,

Robert

steve
Senior Member
Senior Member
Posts:1885

--
2009-11-24 10:29 AM  
Robert,

Yes, you can use a file in memory. Its done like this:

DicomFile theFile;
StorageScu storageScu = new StorageScu("localAe", "remoteAe", "remoteHost", 1000);
storageScu.AddStorageInstance(new StorageInstance(theFile));

Steve
Real-time support available to Clinical Edition and Team Edition customers
robertvanommen
Basic Member
Basic Member
Posts:26

--
2009-11-24 02:49 PM  

Thanks! it works :)

You are not authorized to post a reply.

Active Forums 4.1
Copyright 2011 ClearCanvas Inc.