DVTk API
NSetHandler Class
DVTkDvtk.DvtkDicomEmulators.MppsMessageHandlersNSetHandler
DVTk API

[This is preliminary documentation and is subject to change.]

Summary description for CStoreHandler.
Declaration Syntax
C#Visual BasicVisual C++
public class NSetHandler : MessageHandler
Public Class NSetHandler _
	Inherits MessageHandler
public ref class NSetHandler : public MessageHandler
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
NSetHandler()()()
Initializes a new instance of the NSetHandler class

DicomThread
The DicomThread this object operates on. It is the responsibility of the MessageIterator class to set this to the correct DicomThread before using this object.
(Inherited from MessageHandler.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
HandleAbort(Abort)
Override this method to handle an A-ABORT.
(Inherited from MessageHandler.)
HandleAssociateAccept(AssociateAc)
Override this method to handle an A-ASSOCIATE-AC.
(Inherited from MessageHandler.)
HandleAssociateReject(AssociateRj)
Override this method to handle an A-ASSOCIATE-RJ.
(Inherited from MessageHandler.)
HandleAssociateRequest(AssociateRq)
Override this method to handle an A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
HandleCCancelRequest(DicomMessage)
Override this method to handle a C-CANCEL-RQ message.
(Inherited from MessageHandler.)
HandleCEchoRequest(DicomMessage)
Override this method to handle a C-ECHO-RQ message.
(Inherited from MessageHandler.)
HandleCEchoResponse(DicomMessage)
Override this method to handle a C-ECHO-RSP message.
(Inherited from MessageHandler.)
HandleCFindRequest(DicomMessage)
Override this method to handle a C-FIND-RQ message.
(Inherited from MessageHandler.)
HandleCFindResponse(DicomMessage)
Override this method to handle a C-FIND-RSP message.
(Inherited from MessageHandler.)
HandleCGetRequest(DicomMessage)
Override this method to handle a C-GET-RQ message.
(Inherited from MessageHandler.)
HandleCGetResponse(DicomMessage)
Override this method to handle a C-GET-RSP message.
(Inherited from MessageHandler.)
HandleCMoveRequest(DicomMessage)
Override this method to handle a C-MOVE-RQ message.
(Inherited from MessageHandler.)
HandleCMoveResponse(DicomMessage)
Override this method to handle a C-MOVE-RSP message.
(Inherited from MessageHandler.)
HandleCStoreRequest(DicomMessage)
Override this method to handle a C-STORE-RQ message.
(Inherited from MessageHandler.)
HandleCStoreResponse(DicomMessage)
Override this method to handle a C-STORE-RSP message.
(Inherited from MessageHandler.)
HandleNActionRequest(DicomMessage)
Override this method to handle a N-ACTION-RQ message.
(Inherited from MessageHandler.)
HandleNActionResponse(DicomMessage)
Override this method to handle a N-ACTION-RSP message.
(Inherited from MessageHandler.)
HandleNCreateRequest(DicomMessage)
Override this method to handle a N-CREATE-RQ message.
(Inherited from MessageHandler.)
HandleNCreateResponse(DicomMessage)
Override this method to handle a N-CREATE-RSP message.
(Inherited from MessageHandler.)
HandleNDeleteRequest(DicomMessage)
Override this method to handle a N-DELETE-RQ message.
(Inherited from MessageHandler.)
HandleNDeleteResponse(DicomMessage)
Override this method to handle a N-DELETE-RSP message.
(Inherited from MessageHandler.)
HandleNEventReportRequest(DicomMessage)
Override this method to handle a N-EVENT-REPORT-RQ message.
(Inherited from MessageHandler.)
HandleNEventReportResponse(DicomMessage)
Override this method to handle a N-EVENT-REPORT-RSP message.
(Inherited from MessageHandler.)
HandleNGetRequest(DicomMessage)
Override this method to handle a N-GET-RQ message.
(Inherited from MessageHandler.)
HandleNGetResponse(DicomMessage)
Override this method to handle a N-GET-RSP message.
(Inherited from MessageHandler.)
HandleNSetRequest(DicomMessage) (Overrides MessageHandler.HandleNSetRequest(DicomMessage).)
HandleNSetResponse(DicomMessage)
Override this method to handle a N-SET-RSP message.
(Inherited from MessageHandler.)
HandleReleaseRequest(ReleaseRq)
Override this method to handle an A-RELEASE-RQ.
(Inherited from MessageHandler.)
HandleReleaseResponse(ReleaseRp)
Override this method to handle an A-RELEASE-RP.
(Inherited from MessageHandler.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReceiveAssociateRj()()()
Receives an A-ASSOCIATE-RJ
(Inherited from MessageHandler.)
ReceiveAssociateRp()()()
Receives an A-ASSOCIATE-AC or A-ASSOCIATE-RJ.
(Inherited from MessageHandler.)
ReceiveAssociateRq()()()
Receives a A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
ReceiveDicomMessage()()()
Receives a Dicom Message.
(Inherited from MessageHandler.)
ReceiveMessage()()()
Receives a messages (can be a Dicom or Dul message).
(Inherited from MessageHandler.)
ReceiveReleaseRp()()()
Receives a A-RELEASE-RP.
(Inherited from MessageHandler.)
ReceiveReleaseRq()()()
Receives a A-RELEASE-RQ.
(Inherited from MessageHandler.)
Send(DicomMessage)
Sends a Dicom Message.
(Inherited from MessageHandler.)
SendAbort(Byte, Byte)
Sends a Dicom A_ABORT.
(Inherited from MessageHandler.)
SendAssociateAc()()()
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateAc(PresentationContextCollection)
Sends an A-ASSOCIATE-AC based on the supplied presentation contexts.
(Inherited from MessageHandler.)
SendAssociateAc(array<PresentationContext>[]()[])
Sends an A-ASSOCIATE-AC based on the supplied presentation contexts.
(Inherited from MessageHandler.)
SendAssociateAc(SopClasses)
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateAc(SopClasses, array<TransferSyntaxes>[]()[])
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateAc(array<TransferSyntaxes>[]()[])
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateRj()()()
Sends a Dicom A_ASSOCIATE_RJ.
(Inherited from MessageHandler.)
SendAssociateRj(Byte, Byte, Byte)
Sends a Dicom A_ASSOCIATE_RJ.
(Inherited from MessageHandler.)
SendAssociateRp()()()
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateRp(PresentationContextCollection)
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the supplied presentation contexts.
(Inherited from MessageHandler.)
SendAssociateRp(array<PresentationContext>[]()[])
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the supplied presentation contexts.
(Inherited from MessageHandler.)
SendAssociateRp(SopClasses)
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateRp(SopClasses, array<TransferSyntaxes>[]()[])
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateRp(array<TransferSyntaxes>[]()[])
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociateRq(array<PresentationContext>[]()[])
Sends an A-ASSOCIATE-RQ.
(Inherited from MessageHandler.)
SendAssociation(DicomMessage, array<PresentationContext>[]()[])
Sends a single Dicom Message while taking care of setting up and releasing an association for it.
(Inherited from MessageHandler.)
SendAssociation(DicomMessageCollection, array<PresentationContext>[]()[])
Sends a Dicom Messages while taking care of setting up and releasing an association for it.
(Inherited from MessageHandler.)
SendReleaseRp()()()
Sends a Dicom A_RELEASE_RP.
(Inherited from MessageHandler.)
SendReleaseRq()()()
Sends an A-RELEASE-RQ.
(Inherited from MessageHandler.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteError(String)
Write an error to the results.
(Inherited from MessageHandler.)
WriteInformation(String)
Write information to the results.
(Inherited from MessageHandler.)
WriteWarning(String)
Write a warning to the results.
(Inherited from MessageHandler.)
Inheritance Hierarchy
Object
MessageHandler
 NSetHandler

Assembly: DvtkDicomEmulators (Module: DvtkDicomEmulators) Version: 0.0.0.0