public InstanceReceivedEventArgs(
string sopInstanceUID,
string instanceDataSetPath,
DicomDataSet datasetInstance,
bool datasetLoaded
)
sopInstanceUID
The SOP Instance UID System.String value for the retrieved image.
instanceDataSetPath
The physical Leadtools.Dicom.DicomDataSet path for the retrieved image.
datasetInstance
The retrieved Leadtools.Dicom.DicomDataSet object.
datasetLoaded
System.Boolean value indicating whether the datasetInstance is loaded. true if loaded; otherwise it is false.