←Select platform

DeletePatientStudies Method

Summary

Deletes the specified list of studies for a specified patient.

Syntax
C#
C++/CLI
protected virtual void DeletePatientStudies( 
   string patientID, 
   List<StudyInstanceReference> referencedStudySequence, 
   bool orphanCleanup 
) 
protected:  
   virtual void DeletePatientStudies( 
      String^ patientID, 
      List<StudyInstanceReference^>^ referencedStudySequence, 
      bool orphanCleanup 
   ) 

Parameters

patientID

The patient ID.

referencedStudySequence

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

orphanCleanup

Boolean to clean up orphans.

Requirements

Target Platforms

Help Version 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

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