←Select platform

DeletePatientStudies Method

Summary

Deletes the specified list of studies for a specified patient.

Syntax
C#
VB
C++
protected virtual void DeletePatientStudies( 
   string patientID, 
   List<StudyInstanceReference> referencedStudySequence 
) 
Protected Overridable Sub DeletePatientStudies( 
   ByVal patientID As String, 
   ByVal referencedStudySequence As List(Of StudyInstanceReference 
)) 
protected:  
   virtual void DeletePatientStudies( 
      String^ patientID, 
      List<StudyInstanceReference^>^ referencedStudySequence 
   ) 

Parameters

patientID

The patient ID.

referencedStudySequence

A list of StudyInstanceReference that corresponds to studies to be deleted.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.