ValidateSOPInstance Method

Summary
Allows inherited classes to validate the parameters of the DICOM instance before storing it.
Syntax
C#
C++/CLI
protected virtual void ValidateSOPInstance( 
   string patientID, 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopClassUID, 
   string sopInstanceUID 
) 
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 22.0.2022.12.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.