ValidateSOPInstance Method

Summary

Allows inherited classes to validate the parameters of the DICOM instance before storing it.

Syntax
C#
VB
C++
protected virtual void ValidateSOPInstance( 
   string patientID, 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopClassUID, 
   string sopInstanceUID 
) 
  
Protected Overridable Sub ValidateSOPInstance( _ 
   ByVal patientID As String, _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopClassUID As String, _ 
   ByVal sopInstanceUID As String _ 
)  
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 does not perform any validation. inherited classes should override this method to perform any validation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly