DoValidateSopInstance Property

Summary
Gets or sets a value indicating whether to validate the Leadtools.Dicom.DicomTag.SOPInstanceUID of the dataset when DoExecute gets called.
Syntax
C#
C++/CLI
public bool DoValidateSopInstance { get; set; } 
public: 
property bool DoValidateSopInstance { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to validate the Leadtools.Dicom.DicomTag.SOPInstanceUID of the dataset when DoExecute gets called; otherwise, false.

Remarks

Several steps occur when DoExecute is called to store a Leadtools.Dicom.DicomDataSet.

If DoValidateSopInstance is false when DoExecute is called, then the first step of validating the Leadtools.Dicom.DicomTag.SOPInstanceUID is skipped. The default value for DoValidateSopInstance is true.

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.