Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|---|
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.Create0ypedCommand 1(IDicomCommandClientSessionProxy,DicomDataSet) |
Generic method for creating a typed command with the provided parameters. |
Leadtools.Dicom.Scp.Command.DicomCommandFactory.Create0ypedCommand 1(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<string>) |
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<string>) |
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<string>) |
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. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Dicom.Scp.ClientSession.ARTimerExpires | Occurs when the Association Request, Reject or Release timer timeout expires. |
Leadtools.Dicom.Scp.ClientSession.ARTimerExpiresHandler | - Represents the method that will handle the Leadtools.Dicom.Scp.ClientSession.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.CStoreResponse | Occurs before sending a C-STORE response to a client. |
Leadtools.Dicom.Scp.ClientSession.LogEvent(LogType,MessageDirection,string,DicomCommandType,DicomDataSet,String,Object}) | 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,String,Object}) | Logs an event. |
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.Configuration.DicomCommandsSettings.GetDicomCommandsSettings(Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource) | Returns the Leadtools.Dicom.Scp.Command.Configuration.DicomCommandsSettings section from the provided Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource. |
Leadtools.Dicom.Scp.Command.CStoreCommand.DataSetStored | Occurs after storing a DICOM DataSet. |
Leadtools.Dicom.Scp.Command.CStoreCommand.DoStoreDataSet(DicomDataSet,String@,ReferencedImages[]@) | Saves the Leadtools.Dicom.DicomDataSet and generates images. |
Leadtools.Dicom.Scp.Command.CStoreCommand.StoringDataSet | Occurs before storing a DICOM DataSet. |
Leadtools.Dicom.Scp.Command.DicomCommandFactory.CreateTypedCommand<T>(IDicomCommandClientSessionProxy,DicomDataSet) | Generic method for creating a typed command with the provided parameters. |
Leadtools.Dicom.Scp.Command.DicomCommandFactory.CreateTypedCommand<T>(IDicomCommandClientSessionProxy,Int64[]) | Generic method for creating a typed command with the provided parameters. |
Leadtools.Dicom.Scp.Command.DicomCommandFactory.GetInstance(Microsoft.Practices.EnterpriseLibrary.Common.Configuration.IConfigurationSource) | Returns an instance of the Leadtools.Dicom.Scp.Command.DicomCommandFactory class. |
Leadtools.Dicom.Scp.Command.InstanceCStoreCommand.CreateInstanceBackup(InstanceRow) | Creates a backup of the Leadtools.Dicom.DicomDataSet referenced in the Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSetInstanceRow. |
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.PatientUpdaterCommand.DoStoreDataSet(DicomDataSet,String@,ReferencedImages[]@) | Stores the DICOM dataset. |
Leadtools.Dicom.Scp.CommandRequestDataSetValidator.Validate1( 0,String}) |
Validates the specified media creation object. |
Leadtools.Dicom.Scp.IClientSessionProxy.LogEvent(LogType,MessageDirection,string,DicomCommandType,DicomDataSet,String,Object}) | Logs an event. |
Leadtools.Dicom.Scp.ICommandRequestValidator.Validate1( 0,String}) |
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,String}) |
Validates the specified media creation object. |
Leadtools.Dicom.Scp.NGetClientSessionProxy.Leadtools#Dicom#Scp#INGetClientSessionProxy#SendNGetResponse(DicomCommandStatusType,DicomDataSet,string) | Sends a DICOM N-GET response to the underlying Leadtools.Dicom.Scp.ClientSession object. |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.PatientUpdaterCommand.LogAudit(String,String) | Logs the specified entry as an Audit level entry. |
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand | Leadtools.Dicom.Scp.Command.NActionCommand command implementation that handles the N-ACTION move series command request action. |
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand(Leadtools.Dicom.Scp.INActionClientSessionProxy,Leadtools.Dicom.DicomDataSet) (Constructor) | Initializes a new instance of the Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand class. |
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater.MoveSeriesCommand.DoExecute | Performs the actual processing of the client request. |
Leadtools.Dicom.Scp.Command.CFindCommand.CommandStatus | Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when Leadtools.Dicom.Scp.Command.QueryCFindCommand.LimitResponses is set to true . |
Leadtools.Dicom.Scp.Command.CMoveCommand.LoadDicomDataSet(Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet.InstanceRow) | Loads Leadtools.Dicom.DicomDataSet from file location referenced in Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSetInstanceRow. |
Leadtools.Dicom.Scp.Command.QueryCFindCommand.LimitResponses | Gets or sets a value indicating whether to limit the resulting number of CFind Responses. |
Leadtools.Dicom.Scp.Command.QueryCFindCommand.MaximumResponses | Gets or sets a value indicating the maximum number of resulting CFind Responses per CFind Request. |
Leadtools.Dicom.Scp.Command.QueryCFindCommand.ServiceStatus | Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when Leadtools.Dicom.Scp.Command.QueryCFindCommand.LimitResponses is set to true . |
Leadtools.Dicom.Scp.Command.QueryCFindCommandConfiguration.LimitResponses | Gets or sets a value indicating whether to limit the resulting number of CFind Responses. |
Leadtools.Dicom.Scp.Command.QueryCFindCommandConfiguration.MaximumResponses | Gets or sets a value indicating the maximum number of resulting CFind Responses per CFind Request. |
Leadtools.Dicom.Scp.Command.QueryCFindCommandConfiguration.ServiceStatus | Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when Leadtools.Dicom.Scp.Command.QueryCFindCommandConfiguration.LimitResponses is set to true . |
For more information, refer to New in 18.
The following namespace has been added to LEADTOOLS For .NET v17.5:
Namespace | Description |
---|---|
Leadtools.Dicom.Scp.Command.NAction.PatientUpdater | Outline and description of classes that provide a DICOM SCU client for the custom LEADTOOLS patient update message. |
The following members have been added to existing types in LEADTOOLS For .NET v17.5:
Members | Description |
---|---|
Leadtools.Dicom.Scp.Command.DicomCommand.Execute(System.Threading.EventWaitHandle) | Processes the client request. |
Leadtools.Dicom.Scp.ClientSession.ProcessCStoreRequestSync | Processes a DICOM C-STORE request received from client and sends C-STORE response to the client. |
Leadtools.Dicom.Scp.Command.DicomDirectoryStructure.SplitPatientId | Gets or sets a value indicating if the path where DICOM Datasets are stored should include subdirectories created by splitting the patient ID in the dataset. |
Leadtools.Dicom.Scp.Command.CStoreCommandConfiguration.OverwriteBackupLocation | Gets or sets where overwritten DICOM files will be backed up |
The following assembly has been added to LEADTOOLS For .NET v17:
Namespace | Description |
---|---|
Leadtools.Dicom.Scp | Includes classes, interfaces and delegates that provide the functionalities required for communicating with a client that initiated C-FIND, C-MOVE, C-STORE, N-CREATE, and N-SET requests; and hold the configuration for creating DicomCommand objects using the DICOM Abstract Class UID. |