LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ValidateSOPInstance Method
See Also 
Leadtools.Dicom.Scp.Command Namespace > CStoreCommand Class : ValidateSOPInstance Method



patientID
The Patient ID form the request Leadtools.Dicom.DicomDataSet
studyInstanceUID
The Study Instance UID form the request Leadtools.Dicom.DicomDataSet
seriesInstanceUID
The Series Instance UID form the request Leadtools.Dicom.DicomDataSet
sopClassUID
The abstract class UID sent in the request.
sopInstanceUID
The affected SOP Instance UID sent in the request.
patientID
The Patient ID form the request Leadtools.Dicom.DicomDataSet
studyInstanceUID
The Study Instance UID form the request Leadtools.Dicom.DicomDataSet
seriesInstanceUID
The Series Instance UID form the request Leadtools.Dicom.DicomDataSet
sopClassUID
The abstract class UID sent in the request.
sopInstanceUID
The affected SOP Instance UID sent in the request.
Allows inherited classes to validate the parameters of the DICOM instance before storing it.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ValidateSOPInstance( _
   ByVal patientID As String, _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopClassUID As String, _
   ByVal sopInstanceUID As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As CStoreCommand
Dim patientID As String
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopClassUID As String
Dim sopInstanceUID As String
 
instance.ValidateSOPInstance(patientID, studyInstanceUID, seriesInstanceUID, sopClassUID, sopInstanceUID)
C# 
protected virtual void ValidateSOPInstance( 
   string patientID,
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopClassUID,
   string sopInstanceUID
)
C++/CLI 
protected:
virtual void ValidateSOPInstance( 
   String^ patientID,
   String^ studyInstanceUID,
   String^ seriesInstanceUID,
   String^ sopClassUID,
   String^ sopInstanceUID
) 

Parameters

patientID
The Patient ID form the request Leadtools.Dicom.DicomDataSet
studyInstanceUID
The Study Instance UID form the request Leadtools.Dicom.DicomDataSet
seriesInstanceUID
The Series Instance UID form the request Leadtools.Dicom.DicomDataSet
sopClassUID
The abstract class UID sent in the request.
sopInstanceUID
The affected SOP Instance UID sent in the request.

Remarks

The CStoreCommand doesn't perform any validation. inherited classes should override this method to perform any validation.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features