Allows inherited classes to validate the parameters of the DICOM instance before storing it.
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)
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.
The CStoreCommand does not perform any validation. inherited classes should override this method to perform any validation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
