'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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2