Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.Scp.Command Namespace > CStoreCommand Class : DoValidateSopInstance Property |
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
true
to validate the Leadtools.Dicom.DicomTag.SOPInstanceUID of the dataset when DoExecute gets called; otherwise, false
.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
.