←Select platform
In This Topic ▼

QueryRetrieveScu Class Members

Summary

The following tables list the members exposed by QueryRetrieveScu.

Public Constructors

Name Description
Public Constructor
DicomConnection Initializes a new instance of the DicomConnection class. (Inherited from DicomConnection)
Public Constructor QueryRetrieveScu Initializes a new instance of the QueryRetrieveScu class.

Public Methods

Name Description
Public Method
AbortRequest Aborts the current connection. (Inherited from DicomConnection)
Public Method CancelRequest Cancels the current action. (Inherited from DicomConnection)
Public Method Find Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ dataset is provided by Template.
Public Method Find<TQuery,TResult> Sends a C-FIND-REQ message to a peer member of a connection defined by Scp. The C-FIND-REQ is defined by the Query parameter.
Public Method Get Sends an IMAGE-level C-GET-REQ message to a peer member of a connection defined by Scp.
Public Method
static  | Shared in VB</div>
GetCompatiblePresentationContext Returns a Leadtools.Dicom.Scu.Common.PresentationContext that contains the abstract syntax and transfer syntax of a Leadtools.Dicom.DicomDataSet
Public Method Move Sends a C-MOVE-REQ message to a peer member of a connection defined by Scp.
Public Method Release Sends a release request to the peer member of a DICOM connection. (Inherited from DicomConnection)
Public Method Verify Verifies the specified SCP. (Inherited from DicomConnection)

Protected Methods

Name Description
Protected Method
BuildAssociation Builds the association.
Protected Method Connect Connects the specified SCP. (Inherited from DicomConnection)
Protected Method Dispose Releases unmanaged and - optionally - managed resources (Inherited from DicomConnection)
Protected Method Finalize Releases unmanaged resources and performs other cleanup operations before the QueryRetrieveScu is reclaimed by garbage collection.
Protected Method GetPresentationContexts Gets the presentation contexts. Should be overridden in derived classes.
Protected Method Log(DicomDataSet,string,object[]) Logs the specified message to a text file and saves the dataset. (Inherited from DicomConnection)
Protected Method Log(string,object[]) Logs the specified message to a text file. (Inherited from DicomConnection)
Protected Method LogSendAssociateRequest Logs the SendAssociateRequest message. (Inherited from DicomConnection)
Protected Method LogSendCGetRequest Logs the C-GET-REQ message (Inherited from DicomConnection)
Protected Method LogSendCMoveRequest Logs the C-MOVE-REQ message. (Inherited from DicomConnection)
Protected Method OnAfterAssociateRequest Fires the AfterAssociateRequest event. (Inherited from DicomConnection)
Protected Method OnAfterCGet Raises the AfterCGet event.
Protected Method OnAfterClose Fires the AfterClose event. (Inherited from DicomConnection)
Protected Method OnAfterCMove Raises the AfterCMove event.
Protected Method OnBeforeAssociateAccept Called before an associate accept is accepted by the SCU. (Inherited from DicomConnection)
Protected Method OnBeforeAssociateRequest Fires the BeforeAssociateRequest event. (Inherited from DicomConnection)
Protected Method OnBeforeCGet Raises the BeforeCGet event.
Protected Method OnBeforeClose Fires the BeforeClose event. (Inherited from DicomConnection)
Protected Method OnBeforeCMove Raises the BeforeCMove event.
Protected Method OnClose Notifies a member of a connection that the connection was closed. (Inherited from DicomConnection)
Protected Method OnConnect Notifies the SCU that the connection attempt is complete. (Inherited from DicomConnection)
Protected Method OnPrivateKeyPassword Invokes the private PrivateKeyPassword event. (Inherited from DicomConnection)
Protected Method OnReceive Notifies a connection that data was received. (Inherited from DicomConnection)
Protected Method OnReceiveAssociateAccept Called when an associate accept is received.
Protected Method OnReceiveAssociateReject Notifies a connection that an Associate Reject message was received. (Inherited from DicomConnection)
Protected Method OnReceiveAssociateRequest Called when an associate request is received.
Protected Method OnReceiveCEchoResponse Notifies a connection that a C-ECHO-RSP command was received. (Inherited from DicomConnection)
Protected Method OnReceiveCFindResponse Called when C-FIND-RSP is received.
Protected Method OnReceiveCGetResponse Called when a C-GET-RSP received.
Protected Method OnReceiveCMoveResponse Called when C-MOVE-RSP is received.
Protected Method OnReceiveCStoreRequest Called when a C-STORE-REQ is received from the internal storage server.
Protected Method OnReceiveData Notifies a connection when a Data message was received. (Inherited from DicomConnection)
Protected Method OnReceiveReleaseRequest Notifies a connection that a Release Request message was received.
Protected Method OnReceiveReleaseResponse Notifies a connection that a Release Response message was received. (Inherited from DicomConnection)
Protected Method OnSecureLinkReady This method is called when an ISCL or TLS secured connection is successfully established. (Inherited from DicomConnection)
Protected Method Wait Waits for the DICOM communication to finish. (Inherited from DicomConnection)

Public Properties

Name Description
Public Property
AETitle Gets or sets the AE title. (Inherited from DicomConnection)
Public Property CurrentScp Gets the current SCP this is connected to. (Inherited from DicomConnection)
Public Property DebugLogFilename Gets or sets the debug log filename. (Inherited from DicomConnection)
Public Property EnableDebugLog Gets or sets a value indicating whether to enable the DICOM debug log. (Inherited from DicomConnection)
Public Property EnableMoveToSelf Gets or sets a value indicating whether to enable the internal server on a C-MOVE operation.
Public Property HostAddress Gets or sets the host address. (Inherited from DicomConnection)
Public Property HostPort Gets or sets the host port. (Inherited from DicomConnection)
Public Property ImplementationClass Gets or sets the implementation class. (Inherited from DicomConnection)
Public Property ImplementationVersionName The Implementation Version Name. (Inherited from DicomConnection)
Public Property MaxLength The Maximum Length for data transfer. (Inherited from DicomConnection)
Public Property ProtocolVersion Gets or sets the protocol version. (Inherited from DicomConnection)
Public Property Rejected Gets a value indicating whether this DicomConnection connection association has been rejected. (Inherited from DicomConnection)
Public Property RejectReason Gets a descriptive string of the reason for associate rejection. (Inherited from DicomConnection)
Public Property SecureHostSettings Gets or sets the security (TLS) host settings when doing a C-MOVE to oneself.
Public Property Status Internal value to hold the status of the last DICOM operation associated with this connection. (Inherited from DicomConnection)
Public Property Tag Gets or sets the object that contains extra information about this connection. (Inherited from DicomConnection)
Public Property TemporaryDirectory Gets or sets the temporary directory. (Inherited from DicomConnection)
Public Property Timeout Gets or sets the connection timeout. (Inherited from DicomConnection)
Public Property UseSecureHost Gets or sets a value indicating whether a C-MOVE to oneself requires secure (TLS) communication.

Public Events

Name Description
Public Event
AfterAssociateRequest Occurs after receiving an associate response from the SCP. (Inherited from DicomConnection)
Public Event AfterCFind Occurs when a C-FIND-REQ has completed.
Public Event AfterCGet Occurs before a C-GET-REQ is sent to the scp.
Public Event AfterClose Occurs after a close response is received from the scp. (Inherited from DicomConnection)
Public Event AfterCMove Occurs when C-MOVE-REQ is finished.
Public Event AfterConnect Occurs after connecting to the SCP. (Inherited from DicomConnection)
Public Event AfterReleaseRequest Occurs after release response received from scp. (Inherited from DicomConnection)
Public Event AfterSecureLinkReady Occurs after TLS secured connection to SCP is established. (Inherited from DicomConnection)
Public Event BeforeAssociateAccept Occurs before an associate is accepted by the SCU. (Inherited from DicomConnection)
Public Event BeforeAssociateRequest Occurs when an associate request is sent to the SCP. (Inherited from DicomConnection)
Public Event BeforeCFind Occurs when C-FIND-REQ is sent to the SCP.
Public Event BeforeCGet Occurs before a C-GET-REQ is sent to the scp.
Public Event BeforeClose Occurs before a close request is sent to the scp. (Inherited from DicomConnection)
Public Event BeforeCMove Occurs before a C-MOVE-REQ is sent to the SCP.
Public Event BeforeConnect Occurs before connecting to the SCP. (Inherited from DicomConnection)
Public Event BeforeReleaseRequest Occurs before a release request is sent to the scp. (Inherited from DicomConnection)
Public Event HostReady Occurs during a C-MOVE to oneself (the host) after the destination AE connects back to the host.
Public Event MatchInstance Occurs when an instance has been matched.
Public Event MatchSeries Occurs when a series has been matched.
Public Event MatchStudy Occurs when a study has been matched.
Public Event Moved Occurs when a dataset has been successfully moved to the destination.
Public Event PrivateKeyPassword Occurs when a private key password is needed. (Inherited from DicomConnection)
Public Event ReceiveBuffer Occurs when connections received buffered data. (Inherited from DicomConnection)
Public Event ReceivedStoreRequest Occurs when C-STORE-REQ is received as a result of a C-GET request.

Public Fields

Name Description
Public Field
ActiveScp The current peer connection associated with this connection. (Inherited from DicomConnection)

Protected Fields

Name Description
Protected Field
cancelEvent Cancel event. (Inherited from DicomConnection)
Protected Field CurrentMessageId Current message id. (Inherited from DicomConnection)
Protected Field CurrentPid Current presentation context id. (Inherited from DicomConnection)
Protected Field dicomEventRequest DICOM message event used when receiving DICOM requests (i.e N-Report-REQ). (Inherited from DicomConnection)
Protected Field dicomEventResponse DICOM message event used when receiving DICOM responses (i.e. N-ECHO-RSP, C-Find-RSP, C-MOVE-RSP) (Inherited from DicomConnection)
Protected Field parameters Internal variable to hold that information associated with DICOM commands. (Inherited from DicomConnection)
Protected Field timeoutEvent Timeout event. (Inherited from DicomConnection)
Protected Field waitHandles Event wait handle. (Inherited from DicomConnection)

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly