Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

Show in webframe

DoValidateSopInstance Property






Gets or sets a value indicating whether to validate the Leadtools.Dicom.DicomTag.SOPInstanceUID of the dataset when DoExecute gets called.
Syntax
public bool DoValidateSopInstance {get; set;}
'Declaration
 
Public Property DoValidateSopInstance As Boolean
'Usage
 
Dim instance As CStoreCommand
Dim value As Boolean
 
instance.DoValidateSopInstance = value
 
value = instance.DoValidateSopInstance

            

            
public:
property bool DoValidateSopInstance {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

CStoreCommand Class
CStoreCommand Members

Error processing SSI file
Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features