DeleteStudy Class

Summary

Provides the necessary information delete a study via the Patient Updater DICOM Service.

Syntax
C#
VB
C++
[SerializableAttribute()] 
[InstanceAttribute(Leadtools.Dicom.DicomClassType, "1.2.840.114257.15.1.3")] 
public class DeleteStudy : PatientUpdate 
<InstanceAttribute(ClassType=DicomClassType.Undefined Or  _ 
    DicomClassType.SCMultiFrameGrayscaleByteImageStorage Or  _ 
    DicomClassType.PatientStudyQueryStudy Or  _ 
    DicomClassType.BasicGrayscalePrintMeta Or  _ 
    DicomClassType.BasicGrayscaleImageBox Or  _ 
    DicomClassType.DXIntraoralImageStorageProcessing Or  _ 
    DicomClassType.XABiplaneImageStorageRetired,  
   AbstractSyntax="1.2.840.114257.15.1.3")> 
<SerializableAttribute()> 
Public Class DeleteStudy  
   Inherits PatientUpdate 
[InstanceAttribute(ClassType=DicomClassType.Undefined |  
    DicomClassType.SCMultiFrameGrayscaleByteImageStorage |  
    DicomClassType.PatientStudyQueryStudy |  
    DicomClassType.BasicGrayscalePrintMeta |  
    DicomClassType.BasicGrayscaleImageBox |  
    DicomClassType.DXIntraoralImageStorageProcessing |  
    DicomClassType.XABiplaneImageStorageRetired,  
   AbstractSyntax="1.2.840.114257.15.1.3")] 
[SerializableAttribute()] 
public ref class DeleteStudy : public PatientUpdate  

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly