DicomObjects.NET.V8
DicomObjects Namespace / DicomAssociation Class
Properties Methods Events

DicomAssociation Class Members

The following tables list the members exposed by DicomAssociation.

Public Constructors
 NameDescription
Public ConstructorCreates a new DicomAssociation object.  
Top
Public Properties
 NameDescription
Public PropertyThe Presentation Contexts associated with this DicomAssociation  
Public PropertyReturns the association number of current connection.  
Public PropertyApproximate Measures of Network Input  
Public PropertyApproximate measures of Network Output  
Public PropertyProvides information about the remote application entity  
Public PropertyProvides information about the calling application entity  
Public PropertyIndicates that the remote AE has issued a C-CANCEL request.  
Public Property Control whether to check for incoming C-CANCEL asynchronous messages  
Public Property SOP Class to which images should be coerced if peer does not accept true SOP class  
Public Propertystatic (Shared in Visual Basic)The value intially assigned for the ThrowStatusException of new DicomAssociation objects.  
Public Property The user identity to use for an association  
Public Property Returns the Implementation Version Name of the Connecting AE  
Public Property Returns the Implementation Class UID of the Connecting AE  
Public PropertyIndicates whether a DicomAssociation is open  
Public PropertyReturns the last command in the current association.  
Public Property

Returns the last error status from LastCommand.

 
Public PropertyHolds the InstanceUID created or used by the last normalised operation.  
Public PropertyReturns the last operation in the current association.  
Public PropertyShortcut for the first element of the Status property  
Public Property Provide information about which local interface the remote application entity called  
Public Property Provide information about which local port the remote application entity called  
Public Property Controls the level of logging for this particular Association.  
Public PropertyDetermines the Abstract Syntax used for normalised operations  
Public Property The DicomAssociation object which initiated the C-MOVE resulting in the current C-STORE  
Public PropertyProvides guidance for the choice of presentation context  
Public PropertyProvides guidance for the choice of presentation context  
Public PropertyProvides guidance for the choice of presentation context  
Public Property Specific behaviours to use when receiving data on this association.  
Public PropertyProvides information about the remote application entity  
Public Property This contains the list of attributes to be matched, as specified in the DICOM standard  
Public PropertyThe Presentation Contexts associated with this DicomAssociation  
Public PropertyProvides a linkage to the primary C-MOVE request.  
Public PropertyThe command datasets returned in response to the last operation  
Public PropertyHold data returned from outgoing operations  
Public PropertyHold data returned from outgoing operations  
Public PropertyHold instances returned from outgoing C-GET operations  
Public PropertyReturns the secure Stream object  
Public PropertyArray containing the status codes returned by the last SendInstances or Echo action  
Public PropertyA general purpose Tag for developer use  
Public Property Controls whether an exception is generated when a non-zero status is received.  
Public Property Specific behaviours to use when sending data on this association.  
Top
Public Methods
 NameDescription
Public MethodAborts an association  
Public Method Causes a C-CANCEL request to be sent to the remote AE asking it to terminate any outstanding image transfers  
Public MethodCloses the association represented by a "stand-alone" DicomAssociation  
Public MethodReleases the resources used by the DicomAssociation object  
Public MethodSends a verification request (C-ECHO) over a "stand-alone" DicomAssociation and returns the result  
Public MethodOverloaded. Sends a C-FIND request  
Public MethodOverloaded. Sends a C-GET request  
Public MethodOverloaded. Sends a C-MOVE request  
Public MethodSends an N-ACTION request  
Public MethodSends an N-CREATE request  
Public MethodSends an N-DELETE request  
Public MethodSend an N-EVENT-REPORT over an established DicomAssociation  
Public MethodSends an N-GET request  
Public MethodSends an N-SET request  
Public MethodOverloaded.  Negotiate an association with a remote application.  
Public Method Indicates the presentaiton context ID which would be used to send an instance of the given SOP class  
Public MethodOverloaded. Sends data over a DicomAssociation  
Public MethodSet the quality factor for lossy compression  
Top
Public Events
 NameDescription
Public Event Routine to use to generate encrypted stream when TLS is to be used for outgoing associations.  
Public Event This event handler is fired when an N-EVENT-REPORT notification is received.  
Public Event Event fires when a response is received on an out-going operation  
Top
See Also