Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > PatientUpdaterScu Class : DeleteSeries Method |
public DicomCommandStatusType DeleteSeries( DicomScp scp, DeleteSeries data )
'Declaration Public Function DeleteSeries( _ ByVal scp As DicomScp, _ ByVal data As DeleteSeries _ ) As DicomCommandStatusType
'Usage Dim instance As PatientUpdaterScu Dim scp As DicomScp Dim data As DeleteSeries Dim value As DicomCommandStatusType value = instance.DeleteSeries(scp, data)
public: DicomCommandStatusType DeleteSeries( DicomScp^ scp, DeleteSeries^ data )