←Select platform

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#
VB
C++
public bool DoValidateSopInstance {get; set;}
Public Property DoValidateSopInstance As Boolean
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Scp Assembly
Click or drag to resize