LEADTOOLS Support
Medical
Medical SDK Questions
Can I estimate if all of the Images has been received???
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 21, 2006 8:15:06 PM(UTC)
Groups: Registered
Posts: 11
I wish i can get a message when the images of a patient has all been recevied during C-Store.Can i do by using your toolkit?
#2
Posted
:
Friday, March 24, 2006 12:25:12 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
When you send a CStore request, the server should respond with a SendCStoreResponse. This is done in our SDK using the SendCStoreResponse method. When this is received, the NetReceiveCStoreResponse event is generated. Please refer to our help files for more information or sample code using these methods.
#3
Posted
:
Sunday, March 26, 2006 3:22:46 PM(UTC)
Groups: Registered
Posts: 11
What i talk about is the Image Series!You can estimate one image end by "SendCStoreResponse".But how to estimate a series of one study has been all recieved??
#4
Posted
:
Tuesday, March 28, 2006 1:04:18 AM(UTC)
Groups: Registered
Posts: 2
No you cannot.
There isn't any attribute in General Series Module that contains image count.
Regards, Alexander.
#5
Posted
:
Tuesday, March 28, 2006 9:34:31 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
C-Store can only operate on 1 image at a time. You can not use C-Store on the series level. If you are storing the images in your code, you should know how many images you sent. Knowing this, you would know how many CStoreResponse Events to expect.
LEADTOOLS Support
Medical
Medical SDK Questions
Can I estimate if all of the Images has been received???
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.