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 : DeletePatient Method |
public DicomCommandStatusType DeletePatient( DicomScp scp, DeletePatient data )
'Declaration Public Function DeletePatient( _ ByVal scp As DicomScp, _ ByVal data As DeletePatient _ ) As DicomCommandStatusType
'Usage Dim instance As PatientUpdaterScu Dim scp As DicomScp Dim data As DeletePatient Dim value As DicomCommandStatusType value = instance.DeletePatient(scp, data)
public: DicomCommandStatusType DeletePatient( DicomScp^ scp, DeletePatient^ data )