Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveData Method |
void OnReceiveData( byte presentationID, DicomDataSet cs, DicomDataSet ds, DicomNet net )
'Declaration Sub OnReceiveData( _ ByVal presentationID As Byte, _ ByVal cs As DicomDataSet, _ ByVal ds As DicomDataSet, _ ByVal net As DicomNet _ )
'Usage Dim instance As IDicomEvents Dim presentationID As Byte Dim cs As DicomDataSet Dim ds As DicomDataSet Dim net As DicomNet instance.OnReceiveData(presentationID, cs, ds, net)
void OnReceiveData( byte presentationID, DicomDataSet cs, DicomDataSet ds, DicomNet net )
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveData( presentationID , cs , ds , net )
void OnReceiveData( byte presentationID, DicomDataSet^ cs, DicomDataSet^ ds, DicomNet^ net )
This method is called for each DicomNet.SendCXXX or DicomNet.SendNXXX method provided by LEADTOOLS.
IDicomEvents Interface
IDicomEvents Members
SendCCancelRequest Method
SendCEchoRequest Method
SendCEchoResponse Method
SendCFindRequest Method
SendCFindResponse Method
SendCGetRequest Method
SendCGetResponse Method
SendCMoveRequest Method
SendCMoveResponse Method
SendCStoreRequest Method
SendCStoreResponse Method
SendNReportRequest Method
SendNReportResponse Method
SendNGetRequest Method
SendNGetResponse Method
SendNSetRequest Method
SendNSetResponse Method
SendNActionRequest Method
SendNActionResponse Method
SendNCreateRequest Method
SendNCreateResponse Method
SendNDeleteRequest Method
SendNDeleteResponse Method