Leadtools.Dicom Namespace > DicomNet Class : OnReceiveData Method |
protected virtual void OnReceiveData( byte presentationID, DicomDataSet cs, DicomDataSet ds )
'Declaration Protected Overridable Sub OnReceiveData( _ ByVal presentationID As Byte, _ ByVal cs As DicomDataSet, _ ByVal ds As DicomDataSet _ )
'Usage Dim instance As DicomNet Dim presentationID As Byte Dim cs As DicomDataSet Dim ds As DicomDataSet instance.OnReceiveData(presentationID, cs, ds)
protected virtual void OnReceiveData( byte presentationID, DicomDataSet cs, DicomDataSet ds )
function Leadtools.Dicom.DicomNet.OnReceiveData( presentationID , cs , ds )
protected: virtual void OnReceiveData( byte presentationID, DicomDataSet^ cs, DicomDataSet^ ds )
This method is called for each DicomNet.SendCXXX or DicomNet.SendNXXX method provided by LEADTOOLS.
DicomNet Class
DicomNet 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