Leadtools.Dicom.Scp Assembly Changes (original) (raw)

Leadtools.Dicom.Scp.ARTimerExpiresHandler

- Represents the method that will handle the ARTimerExpires event.

Leadtools.Dicom.Scp.ClientSession.ARTimerExpires

Occurs when the Association Request, Reject or Release timer timeout expires.

Leadtools.Dicom.Scp.ClientSession.ARTimerExpiresHandler(ClientSession)

Represents the method that will handle the ARTimerExpires event.

Leadtools.Dicom.Scp.ClientSession.CFindResponse

Occurs before sending a C-FIND response to a client.

Leadtools.Dicom.Scp.ClientSession.CMoveResponse

Occurs before sending a C-MOVE response to a client.

Leadtools.Dicom.Scp.ClientSession.CMoveStoreSubOperation

Occurs before sending a C-Store request initiated by a C-MOVE request.

Leadtools.Dicom.Scp.ClientSession.CommunicationIdleTimeout

Occurs when the communication idle timer timeout expires.

Leadtools.Dicom.Scp.ClientSession.CommunicationIdleTimeoutHandler(ClientSession)

Represents the method that will handle the CommunicationIdleTimeout event.

Leadtools.Dicom.Scp.ClientSession.CStoreResponse

Occurs before sending a C-STORE response to a client.

Leadtools.Dicom.Scp.ClientSession.LogEvent(LogType,MessageDirection,string,DicomCommandType,DicomDataSet,SerializableDictionary)

Logs an event.

Leadtools.Dicom.Scp.ClientSession.NActionResponse

Occurs before sending an N-ACTION response to a client.

Leadtools.Dicom.Scp.ClientSession.NCreateResponse

Occurs before sending an N-CREATE to a client.

Leadtools.Dicom.Scp.ClientSession.NGetResponse

Occurs before sending an N-GET response to a client.

Leadtools.Dicom.Scp.ClientSession.NSetResponse

Occurs before sending an N-SET to a client.

Leadtools.Dicom.Scp.ClientSessionProxy.LogEvent(LogType,MessageDirection,string,DicomCommandType,DicomDataSet,SerializableDictionary)

Logs an event.

Leadtools.Dicom.Scp.Command.AbstractClassCommandType

- Contains information about the Leadtools.Dicom.Scp.Command.DicomCommand class type which handles a DICOM abstract class.

Leadtools.Dicom.Scp.Command.ChangePatientCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION change patient command request action.

Leadtools.Dicom.Scp.Command.ChangeSeriesCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION change series command request action.

Leadtools.Dicom.Scp.Command.ChangeStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION change study command request action.

Leadtools.Dicom.Scp.Command.CMoveCommand.SendCMoveResponsesToClientSession(MatchingParameterList,DicomDataSet,Int32@,Int32@,Int32@)

Move the matched results and send the C-MOVE responses.

Leadtools.Dicom.Scp.Command.CMoveCommandOperationCanceledException

- The exceptions thrown when a C-MOVE operation is canceled.

Leadtools.Dicom.Scp.Command.Configuration.DicomCommandsSettings.GetDicomCommandsSettings(IConfigurationSource)

Returns the DicomCommandsSettings section from the provided Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource.

Leadtools.Dicom.Scp.Command.CopyPatientCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION copy patient command request action

Leadtools.Dicom.Scp.Command.CopyStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION copy study command request action.

Leadtools.Dicom.Scp.Command.CStoreCommand.DataSetStored

Occurs after storing a DICOM DataSet.

Leadtools.Dicom.Scp.Command.CStoreCommand.DoStoreDataSet(DicomDataSet,String@,ReferencedImages,String@,String@)

Saves the Leadtools.Dicom.DicomDataSet and generates images.

Leadtools.Dicom.Scp.Command.CStoreCommand.DoUpdateDatabase

Gets or sets a value indicating whether to update the database when DoExecute gets called.

Leadtools.Dicom.Scp.Command.CStoreCommand.DoUseExternalStoreSettings

Gets or sets a value indicating whether to use the external store (cloud) settings to determine where the Leadtools.Dicom.DicomDataSet will be saved when DoExecute gets called.

Leadtools.Dicom.Scp.Command.CStoreCommand.DoValidateSopInstance

Gets or sets a value indicating whether to validate the Leadtools.Dicom.DicomTag.SOPInstanceUID of the dataset when DoExecute gets called.

Leadtools.Dicom.Scp.Command.CStoreCommand.ExternalStoreDataAccess

Gets or sets the Leadtools.Medical.ExternalStore.DataAccessLayer.IExternalStoreDataAccessAgent object used to perform queries for the external store database

Leadtools.Dicom.Scp.Command.CStoreCommand.GenerateImages(DicomDataSet,string,ReferencedImages)

Generates thumbnail raster images out of a DICOM dataset.

Leadtools.Dicom.Scp.Command.CStoreCommand.GetStorageFullPath(CStoreCommandConfiguration,DicomDataSet)

Returns the full storage path for requestDataSet

Leadtools.Dicom.Scp.Command.CStoreCommand.GetStorageLocation(CStoreCommandConfiguration,DicomDataSet)

Returns the local storage location for requestDataSet

Leadtools.Dicom.Scp.Command.CStoreCommand.OnSettingInstancePath(object,SettingInstancePathEventArgs)

Raises the SettingInstancePath event.

Leadtools.Dicom.Scp.Command.CStoreCommand.SendMessageQueue

Posts a message to MS Message Queuing (MSMQ).

Leadtools.Dicom.Scp.Command.CStoreCommand.SettingInstancePath

Event that is raised when the DICOM instance's path is changed.

Leadtools.Dicom.Scp.Command.CStoreCommand.StoreToQueryModel(DicomDataSet,string,string,string,ReferencedImages[])

Allows inherited classes to process the request dataset and store it to the query model.

Leadtools.Dicom.Scp.Command.CStoreCommand.StoringDataSet

Occurs before storing a DICOM DataSet.

Leadtools.Dicom.Scp.Command.CStoreCommandConfiguration.HangingProtocolLocation

Gets or sets the storage location for the base hanging protocol files.

Leadtools.Dicom.Scp.Command.CustomCommandException

- Base class for exceptions thrown from Leadtools.Dicom.Scp.Command.DicomCommand objects with a Leadtools.Dicom.DicomCommandStatusType argument.

Leadtools.Dicom.Scp.Command.DataSetStoredEventArgs.#ctor(DicomDataSet,string,string,string,string)

Initializes a new instance of the DataSetStoredEventArgs class.

Leadtools.Dicom.Scp.Command.DataSetStoredEventArgs.Token

The token for the stored DataSet.

Leadtools.Dicom.Scp.Command.DeletePatientCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION delete patient command request action.

Leadtools.Dicom.Scp.Command.DeleteSeriesCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION delete series command request action.

Leadtools.Dicom.Scp.Command.DeleteStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION delete study command request action.

Leadtools.Dicom.Scp.Command.DICOMCommandException

- Base class for exceptions thrown from Leadtools.Dicom.Scp.Command.DicomCommand objects.

Leadtools.Dicom.Scp.Command.DicomCommandFactory.Create0ypedCommand1(IDicomCommandClientSessionProxy,DicomDataSet)

Generic method for creating a typed command with the provided parameters.

Leadtools.Dicom.Scp.Command.DicomCommandFactory.Create0ypedCommand1(IDicomCommandClientSessionProxy,long[])

Generic method for creating a typed command with the provided parameters.

Leadtools.Dicom.Scp.Command.DicomCommandFactory.GetInstance(IConfigurationSource)

Returns an instance of the DicomCommandFactory class.

Leadtools.Dicom.Scp.Command.DICOMCommandOperationCanceledException

- The exceptions thrown when a DICOM operation is canceled.

Leadtools.Dicom.Scp.Command.DicomCommandsSettings

- This section contains information for the DicomCommandFactory to create the Leadtools.Dicom.Scp.Command.DicomCommand objects.

Leadtools.Dicom.Scp.Command.DicomServiceElement

- Holds the configuration for creating Leadtools.Dicom.Scp.Command.DicomCommand objects using the DICOM Abstract Class UID.

Leadtools.Dicom.Scp.Command.DuplicateSOPInstanceException

- The exceptions thrown when the affected SOP Instance UID of a received C-STORE or N-CREATE message already created.

Leadtools.Dicom.Scp.Command.IInitializationService

- Configures a Leadtools.Dicom.Scp.Command.DicomCommand when created by the Leadtools.Dicom.Scp.Command.DicomCommandFactory.

Leadtools.Dicom.Scp.Command.InstanceCStoreCommand.CreateInstanceBackup(DataRow)

Creates a backup of the Leadtools.Dicom.DicomDataSet referenced in the Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSetInstanceRow.

Leadtools.Dicom.Scp.Command.InstanceCStoreCommand.StoreToQueryModel(DicomDataSet,string,string,string,ReferencedImages[])

Stores the Leadtools.Dicom.DicomDataSet information to the query model.

Leadtools.Dicom.Scp.Command.InvalidAttributeValueException

- The exceptions thrown when a received Leadtools.Dicom.DicomDataSet in a N-CREATE or N-SET message is received with invalid DICOM elements value.

Leadtools.Dicom.Scp.Command.InvalidRequestDatasetException

- The exceptions thrown when a Leadtools.Dicom.DicomDataSet received by client request is invalid.

Leadtools.Dicom.Scp.Command.InvalidSOPInstatnceValueException

- The exceptions thrown when a received N-CREATE or N-SET message has invalid SOP INSTANCE UID.

Leadtools.Dicom.Scp.Command.MergePatientCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION merge patient command request action.

Leadtools.Dicom.Scp.Command.MergeStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION merge study command request action.

Leadtools.Dicom.Scp.Command.MissingAttributeValueException

- The exceptions thrown when a received Leadtools.Dicom.DicomDataSet in a N-CREATE or N-SET message is received with a missing required DICOM element value.

Leadtools.Dicom.Scp.Command.MoveSeriesCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION move series command request action.

Leadtools.Dicom.Scp.Command.MoveStudyToNewPatientCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION move study to new patient command request action.

Leadtools.Dicom.Scp.Command.MppsNCreateCommand.MppsCreated

Occurs after creating a Modality performed procedure step instance.

Leadtools.Dicom.Scp.Command.MppsNCreateCommand.MppsCreating

Occurs before creating a new Modality performed procedure step instance.

Leadtools.Dicom.Scp.Command.MppsNSetCommand.MppsUpdated

Occurs after updating a Modality performed procedure step instance.

Leadtools.Dicom.Scp.Command.MppsNSetCommand.MppsUpdating

Occurs before updating a Modality performed procedure step instance.

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.ChangeSeriesCommand.ChangeTime(DateTime,int,int,int,int)

Changes the specified System.DateTime object and returns a new System.DateTime.

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.ChangeStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION change study command request action.

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.DeleteStudyCommand

- Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION delete study command request action.

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.PatientUpdaterCommand.DoStoreDataSet(DicomDataSet,String@,ReferencedImages)

Stores the DICOM dataset.

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.PatientUpdaterCommand.ExternalStoreDataAccess

Gets or sets the Leadtools.Medical.ExternalStore.DataAccessLayer.IExternalStoreDataAccessAgent object used to perform queries for the external store database

Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.PatientUpdaterCommand.GetStudyInstanceCount(string)

Gets the number of instances for the specified study.

Leadtools.Dicom.Scp.Command.NotExistSOPInstanceException

- The exceptions thrown when the affected SOP Instance UID of a received N-SET message does not exists.

Leadtools.Dicom.Scp.Command.PatientUpdaterCommand

- The base class for handling patient update command.

Leadtools.Dicom.Scp.Command.PatientUpdaterOptions

- Options specific to the patient update command.

Leadtools.Dicom.Scp.Command.ProcessingFailureException

- The exceptions thrown when a general processing error occurs.

Leadtools.Dicom.Scp.Command.RequiredAttributeMissingException

- The exceptions thrown when a received Leadtools.Dicom.DicomDataSet in a N-CREATE or N-SET message is received with a missing required DICOM elements.

Leadtools.Dicom.Scp.Command.SettingInstancePathEventArgs

- This class represents the event's argument of CStoreCommand.SettingInstancePath.

Leadtools.Dicom.Scp.Command.SOPInstanceInvalidUpdateStateExcpetion

- The exceptions thrown when a SOP Instance can't be updated in a N-SET message.

Leadtools.Dicom.Scp.Command.UnDefienedAttributeTagException

- The exceptions thrown when a received Leadtools.Dicom.DicomDataSet in a N-CREATE or N-SET message is received with invalid DICOM elements.

Leadtools.Dicom.Scp.CommandRequestDataSetValidator.#ctor

Initializes a new instance of the CommandRequestDataSetValidator class.

Leadtools.Dicom.Scp.CommandRequestDataSetValidator.Validate1(0,List)

Validates the specified media creation object.

Leadtools.Dicom.Scp.IClientSessionProxy.LogEvent(LogType,MessageDirection,string,DicomCommandType,DicomDataSet,SerializableDictionary)

Logs an event.

Leadtools.Dicom.Scp.ICommandRequestValidator.Validate1(0,List)

Validates the specified data.

Leadtools.Dicom.Scp.Media.MediaCreationEventBroker.MediaObjectCanceled

Occurs when a Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement is canceled.

Leadtools.Dicom.Scp.Media.MediaCreationEventBroker.MediaObjectCreated

Occurs when a Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement is created.

Leadtools.Dicom.Scp.Media.MediaCreationEventBroker.MediaObjectUpdated

Occurs when a Leadtools.Dicom.Common.DataTypes.MediaCreation.MediaCreationManagement is updated.

Leadtools.Dicom.Scp.Media.MediaCreationReferencedSopsValidator.Validate1(0,List)

Validates the specified media creation object.

Leadtools.Dicom.Scp.ProducerConsumerQueue

- This class represents a queue of actions/tasks that will be executed in order by background threads.