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