'Usage Dim instance As DicomAssociation Dim Stream As Stream instance.SendInstances(Stream)
Parameters
- Stream
The Stream which contains the data to be transmitted
The Stream which contains the data to be transmitted
'Usage Dim instance As DicomAssociation Dim Stream As Stream instance.SendInstances(Stream)
The Stream which contains the data to be transmitted
For automatically generated DicomAssociation objects, this method is used in response to a C-GET or C-MOVE request, but it may also be used to send any images the client chooses over a "stand-alone" DicomAssociation.
Data sent by this method are sent either to the requesting application (C-GET) or to another (C-MOVE or stand-alone) as a series of C-STORE actions.
For C-MOVE operations, if this Association has been linked internally to the request (i.e. if it is the DicomObjects.EventArguments.QueryReceivedArgs.InstanceAssociation), then:
For C-MOVE requests, or "stand-alone" DicomAssociation objects, Open must be called before this method.