[This is preliminary documentation and is subject to change.]
Summary description for HliScp.
| C# | Visual Basic | Visual C++ |
public class HliScp : MessageIterator
Public Class HliScp _ Inherits MessageIterator
public ref class HliScp : public MessageIterator
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| HliScp()()() |
Class constructor.
| |
| AddToBack(MessageHandler) |
Add a MessageHandler to the back. When a MessageHandler is at the back,
all MessageHandlers in front may try to handle a received messages first.
(Inherited from MessageIterator.) | |
| AddToBack(OutboundDicomMessageFilter) |
Under construction.
(Inherited from DicomThread.) | |
| AddToBack(InboundDicomMessageFilter) |
Under construction.
(Inherited from DicomThread.) | |
| AddToFront(MessageHandler) |
Add a MessageHandler to the front. When a MessageHandler is at the front,
this MessageHandlers may try to handle a received messages first.
(Inherited from MessageIterator.) | |
| AddToFront(OutboundDicomMessageFilter) |
Under construction.
(Inherited from DicomThread.) | |
| AddToFront(InboundDicomMessageFilter) |
Under construction.
(Inherited from DicomThread.) | |
| AddTransferSyntax(String) |
Add a single transfer syntax to the list.
| |
| AfterHandlingAbort(Abort) |
Method to handle the workflow after receiving an Abort Request.
(Overrides MessageIterator.AfterHandlingAbort(Abort).) | |
| AfterHandlingAssociateAccept(AssociateAc) |
This method is called after an A-ASSOCIATE-AC has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingAssociateReject(AssociateRj) |
This method is called after an A-ASSOCIATE-RJ has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingAssociateRequest(AssociateRq) |
Method to handle the workflow after receiving an Associate Request.
(Overrides MessageIterator.AfterHandlingAssociateRequest(AssociateRq).) | |
| AfterHandlingCCancelRequest(DicomMessage) |
This method is called after a C-CANCEL-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCEchoRequest(DicomMessage) |
Method to handle the workflow after receiving a C-EHO-RQ.
(Overrides MessageIterator.AfterHandlingCEchoRequest(DicomMessage).) | |
| AfterHandlingCEchoResponse(DicomMessage) |
This method is called after a C-ECHO-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCFindRequest(DicomMessage) |
This method is called after a C-FIND-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCFindResponse(DicomMessage) |
This method is called after a C-FIND-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCGetRequest(DicomMessage) |
This method is called after a C-GET-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCGetResponse(DicomMessage) |
This method is called after a C-GET-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCMoveRequest(DicomMessage) |
This method is called after a C-MOVE-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCMoveResponse(DicomMessage) |
This method is called after a C-MOVE-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCStoreRequest(DicomMessage) |
This method is called after a C-STORE-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingCStoreResponse(DicomMessage) |
This method is called after a C-STORE-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingException(Exception) |
Called after the HandleException method in the base Thread class has been called.
(Inherited from DicomThread.) | |
| AfterHandlingHandleNGetRequest(DicomMessage) |
This method is called after a N-GET-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingHandleNGetResponse(DicomMessage) |
This method is called after a N-GET-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNActionRequest(DicomMessage) |
This method is called after a N-ACTION-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNActionResponse(DicomMessage) |
This method is called after a N-ACTION-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNCreateRequest(DicomMessage) |
This method is called after a N-CREATE-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNCreateResponse(DicomMessage) |
This method is called after a N-CREATE-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNDeleteRequest(DicomMessage) |
This method is called after a N-DELETE-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNDeleteResponse(DicomMessage) |
This method is called after a N-DELETE-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNEventReportRequest(DicomMessage) |
This method is called after a N-EVENT-REPORT-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNEventReportResponse(DicomMessage) |
This method is called after a N-EVENT-REPORT-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNSetRequest(DicomMessage) |
This method is called after a N-SET-RQ message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingNSetResponse(DicomMessage) |
This method is called after a N-SET-RSP message has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AfterHandlingReleaseRequest(ReleaseRq) |
Method to handle the workflow after receiving a Release Request.
(Overrides MessageIterator.AfterHandlingReleaseRequest(ReleaseRq).) | |
| AfterHandlingReleaseResponse(ReleaseRp) |
This method is called after an A-RELEASE-RP has been received and has
(possibly) been handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| AssociationReleasedEvent | Obsolete.
Event is fired when an A-RELEASE-RQ has been sent or received.
(Inherited from DicomThread.) | |
| BeforeHandlingAbort(Abort) |
This method is called after an A-ABORT has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingAssociateAccept(AssociateAc) |
This method is called after an A-ASSOCIATE-AC has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingAssociateReject(AssociateRj) |
This method is called after an A-ASSOCIATE-RJ has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingAssociateRequest(AssociateRq) |
This method is called after an A-ASSOCIATE-RQ has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCCancelRequest(DicomMessage) |
This method is called after a C-CANCEL-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCEchoRequest(DicomMessage) |
This method is called after a C-ECHO-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCEchoResponse(DicomMessage) |
This method is called after a C-ECHO-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCFindRequest(DicomMessage) |
This method is called after a C-FIND-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCFindResponse(DicomMessage) |
This method is called after a C-FIND-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCGetRequest(DicomMessage) |
This method is called after a C-GET-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCGetResponse(DicomMessage) |
This method is called after a C-GET-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCMoveRequest(DicomMessage) |
This method is called after a C-MOVE-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCMoveResponse(DicomMessage) |
This method is called after a C-MOVE-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCStoreRequest(DicomMessage) |
This method is called after a C-STORE-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingCStoreResponse(DicomMessage) |
This method is called after a C-STORE-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingException(Exception) |
Called before the HandleException method will be called.
(Inherited from Thread.) | |
| BeforeHandlingHandleNGetRequest(DicomMessage) |
This method is called after a N-GET-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingHandleNGetResponse(DicomMessage) |
This method is called after a N-GET-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNActionRequest(DicomMessage) |
This method is called after a N-ACTION-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNActionResponse(DicomMessage) |
This method is called after a N-ACTION-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNCreateRequest(DicomMessage) |
This method is called after a N-CREATE-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNCreateResponse(DicomMessage) |
This method is called after a N-CREATE-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNDeleteRequest(DicomMessage) |
This method is called after a N-DELETE-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNDeleteResponse(DicomMessage) |
This method is called after a N-DELETE-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNEventReportRequest(DicomMessage) |
This method is called after a N-EVENT-REPORT-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNEventReportResponse(DicomMessage) |
This method is called after a N-EVENT-REPORT-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNSetRequest(DicomMessage) |
This method is called after a N-SET-RQ message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingNSetResponse(DicomMessage) |
This method is called after a N-SET-RSP message has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingReleaseRequest(ReleaseRq) |
This method is called after an A-RELEASE-RQ has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| BeforeHandlingReleaseResponse(ReleaseRp) |
This method is called after an A-RELEASE-RP has been received but before it
(possibly) will be handled by the (zero or more) MessageHandler objects that
are attached to this object.
Default, nothing is done in this method. Override if needed.
(Inherited from MessageIterator.) | |
| childs |
The child Threads.
(Inherited from Thread.) | |
| ClearMessages()()() |
Clears the list of received and send messages.
(Inherited from Thread.) | |
| ClearTransferSyntaxes()()() |
Clear the current transfer syntax list - reset contents to empty.
| |
| ComparePixelData(DicomMessage, DicomMessage) |
compares pixel data in two DICOM messages.
(Inherited from DicomThread.) | |
| DetermineIdentifier()()() |
Determines the Identifier (property of the Options of this Thread).
(Inherited from Thread.) | |
| DetermineName()()() |
Determines the Name of the instance.
(Inherited from Thread.) | |
| DetermineResultsFileNameOnlyWithoutExtension()()() | (Inherited from Thread.) | |
| DisplayException(Exception) |
Displays information about an unhandled exception occuring in this instance.
(Inherited from Thread.) | |
| dotNetThread |
The .Net thread that performs the actual execution in a seperate thread.
(Inherited from Thread.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Execute()()() |
Implements the loop that loops through the received messages and tries to
handle them with the implementation of a descendant of this class and
attached MessageHandlers.
This method will be executed in a seperate thread when the Start method is called on
an instance of this class.
(Inherited from MessageIterator.) | |
| EXPLICIT_VR_BIG_ENDIAN | ||
| EXPLICIT_VR_LITTLE_ENDIAN | ||
| 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.) | |
| GetIodNameFromDefinition(DicomMessage) |
Gets the IOD Name for the supplied DicomMessage using the loaded definition files.
(Inherited from DicomThread.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HandleExeption(Exception) |
Handles an unhandled exception in the Execute method.
When the Stop method (which also indirectly causes an exception) was not called,
information about the exception will be logged in the results.
(Inherited from Thread.) | |
| HasBeenStarted |
Indicates if this Thread has been started.
(Inherited from Thread.) | |
| hasExceptionOccured |
See property HasExceptionOccured.
(Inherited from Thread.) | |
| HasExceptionOccured |
Indicates if an unhandled exception has occured during execution of the Thread.
(Inherited from Thread.) | |
| IMPLICIT_VR_LITTLE_ENDIAN |
Transfer Syntax definitions
| |
| InitialAction()()() |
An descendant of this class may override this method to perform some extra
actions before the main loop is entered.
A reason for putting code in this place instead of the constructor is that all Write... methods
work (if results are gathered).
Default, nothing is done in this method.
(Inherited from MessageIterator.) | |
| Initialize(ThreadManager) |
Initializes this instance as a DicomThread with no parent thread.
(Inherited from DicomThread.) | |
| Initialize(Thread) |
Initializes this instance as a DicomThread with a parent thread.
(Inherited from DicomThread.) | |
| initialMillisecondsToWait |
Initial number of milliseconds to wait before executing code in the thread.
(Inherited from Thread.) | |
| isInitialized |
Boolean indicating if one of the Initialize methods has already been called.
(Inherited from Thread.) | |
| IsMessageHandled |
Indicates if the last received message has already been handled by this
object or by its attached MessageHandlers. If a descendant of this class overrides
an AfterHandling... or BeforeHandling... method and handles the received Message, it
should set this property to true.
(Inherited from MessageIterator.) | |
| IsStopCalled |
Indicates if the Stop method of this object has been called.
(Inherited from Thread.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessageReceivedEvent |
This event is triggered when this instance has received a message.
(Inherited from DicomThread.) | |
| messages |
All messages that have been send or received. When needed, messages may be removed
using the RemoveMessage or ClearMessages methods.
When using this private field within this class, always lock the MessageLock of the
ThreadManager first.
(Inherited from Thread.) | |
| Messages |
Gets the collection of received and send messages by this instance.
Note that messages may have been removed from this collection using the RemoveMessage or
ClearMessages methods.
(Inherited from DicomThread.) | |
| NrOfErrors |
Gets the number of errors found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfGeneralErrors |
Gets or sets the number of general errors found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfGeneralWarnings |
Gets or sets the number of general warnings found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfUserErrors |
Gets or sets the number of user errors found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfUserWarnings |
Gets or sets the number of user warnings found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfValidationErrors |
Gets or sets the number of validation errors found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfValidationWarnings |
Gets or sets the number of validation warnings found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| NrOfWarnings |
Gets the number of warnings found during execution of this thread and all child threads.
(Inherited from DicomThread.) | |
| Options |
Gets the options for this instance.
(Inherited from DicomThread.) | |
| parent |
The parent thread if existing. Otherwise null.
(Inherited from Thread.) | |
| Parent |
Gets the parent Thread.
(Inherited from Thread.) | |
| ReceiveAssociateAc()()() |
Receives a An-ASSOCIATE-AC.
(Inherited from DicomThread.) | |
| ReceiveAssociateRj()()() |
Receives an A-ASSOCIATE-RJ
(Inherited from DicomThread.) | |
| ReceiveAssociateRp()()() |
Receives an A-ASSOCIATE-AC or A-ASSOCIATE-RJ.
(Inherited from DicomThread.) | |
| ReceiveAssociateRq()()() |
Receives a A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| ReceiveDicomMessage()()() |
Receives a Dicom Message.
(Inherited from DicomThread.) | |
| ReceiveMessage()()() |
Receives a messages (can be a Dicom or Dul message).
(Inherited from DicomThread.) | |
| receiveMessages | (Inherited from MessageIterator.) | |
| ReceiveReleaseRp()()() |
Receives a A-RELEASE-RP.
(Inherited from DicomThread.) | |
| ReceiveReleaseRq()()() |
Receives a A-RELEASE-RQ.
(Inherited from DicomThread.) | |
| RemoveMessage(Message) |
Removes this message from the list of received and send messages.
(Inherited from Thread.) | |
| RespondToAssociateRequest |
Property - define how to RespondToAssociateRequest.
| |
| RespondToReleaseRequest |
Property - define how to RespondToReleaseRequest
| |
| ResultsFilePerAssociation |
Property - ResultsFilePerAssociation
| |
| ResultsGatheringStarted |
Indicates if results gathering has started.
(Inherited from Thread.) | |
| Send(DicomMessage) |
Sends a Dicom Message.
(Inherited from DicomThread.) | |
| SendAbort(Byte, Byte) |
Sends a Dicom A_ABORT.
(Inherited from DicomThread.) | |
| SendAssociateAc()()() |
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateAc(PresentationContextCollection) |
Sends an A-ASSOCIATE-AC based on the supplied presentation contexts.
(Inherited from DicomThread.) | |
| SendAssociateAc(array<PresentationContext>[]()[]) |
Sends an A-ASSOCIATE-AC based on the supplied presentation contexts.
(Inherited from DicomThread.) | |
| SendAssociateAc(SopClasses) |
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateAc(SopClasses, array<TransferSyntaxes>[]()[]) |
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateAc(array<TransferSyntaxes>[]()[]) |
Sends an A-ASSOCIATE-AC based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateRj()()() |
Sends a Dicom A_ASSOCIATE_RJ.
(Inherited from DicomThread.) | |
| SendAssociateRj(Byte, Byte, Byte) |
Sends a Dicom A_ASSOCIATE_RJ.
(Inherited from DicomThread.) | |
| SendAssociateRp()()() |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateRp(PresentationContextCollection) |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the supplied presentation contexts.
(Inherited from DicomThread.) | |
| SendAssociateRp(array<PresentationContext>[]()[]) |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the supplied presentation contexts.
(Inherited from DicomThread.) | |
| SendAssociateRp(SopClasses) |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateRp(SopClasses, array<TransferSyntaxes>[]()[]) |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateRp(array<TransferSyntaxes>[]()[]) |
Sends an A-ASSOCIATE-AC or A-ASSOCIATE-RJ based on the previously received A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociateRq(array<PresentationContext>[]()[]) |
Sends an A-ASSOCIATE-RQ.
(Inherited from DicomThread.) | |
| SendAssociation(DicomMessage, array<PresentationContext>[]()[]) |
Sends a single Dicom Message while taking care of setting up and releasing an
association for it.
(Inherited from DicomThread.) | |
| SendAssociation(DicomMessageCollection, array<PresentationContext>[]()[]) |
Sends a Dicom Messages while taking care of setting up and releasing an
association for it.
(Inherited from DicomThread.) | |
| SendingMessageEvent |
This event is triggered just before this instance is going to send a message.
(Inherited from DicomThread.) | |
| SendReleaseRp()()() |
Sends a Dicom A_RELEASE_RP.
(Inherited from DicomThread.) | |
| SendReleaseRq()()() |
Sends an A-RELEASE-RQ.
(Inherited from DicomThread.) | |
| SetAbortParameters(Byte, Byte) |
Set the Abort Request parameters.
| |
| SetRejectParameters(Byte, Byte, Byte) |
Set Associate Reject parameters.
| |
| Sleep(Int32) |
Makes the thread sleep for a specified number of milliseconds.
(Inherited from Thread.) | |
| Start()()() |
Starts the Thread without an initial number of milliseconds to wait.
(Inherited from Thread.) | |
| Start(Int32) |
Start the Thread and wait an initial number of milleseconds before
executing the code that is defined in the overriden Execute method.
(Inherited from Thread.) | |
| StartResultsGathering()()() |
Starts the results gathering.
(Inherited from DicomThread.) | |
| Stop()()() |
Stops this object and all child threads.
(Inherited from Thread.) | |
| StopCurrentThread()()() |
Stops the current thread only:
- Terminate any open TCP/IP connection
- If that doesn't work, Abort the .netThread associated with this object.
This method will indirectly be called in a seperate .Net thread (not in the .Net thread of
this object) when the Stop method of this instance is called. A seperate thread is used to
make sure that other threads are not waiting on the Stop method while this code is executed.
(Inherited from DicomThread.) | |
| StopResultsGathering()()() |
Stops the results gathering.
(Inherited from DicomThread.) | |
| threadLock |
Use this object to lock fields that may be accessed simultaniously by multiple .Net threads.
(Inherited from Thread.) | |
| ThreadManager |
Gets the ThreadManager that manages this Thread.
(Inherited from Thread.) | |
| threadOptions |
This field must be set by a descendant of this class,
(Inherited from Thread.) | |
| ThreadState |
Gets the current ThreadState of this object.
(Inherited from Thread.) | |
| ThreadStateChangeEvent |
This event is triggered whenever the ThreadState changes for this object.
(Inherited from Thread.) | |
| TopmostThread |
Gets the topmost Thread, considering the parent relation.
If this thread does not have a parent, this object itself is the topmost thread.
(Inherited from Thread.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| TriggerAssociationReleasedEvent(DicomThread) | Obsolete.
Used to trigger the AssociationReleasedEvent.
(Inherited from DicomThread.) | |
| TriggerErrorOutputEvent(String) |
Call this method when this object should output an error.
Must be called by a descendant of this class when some error output is available.
(Inherited from Thread.) | |
| TriggerInformationOutputEvent(String) |
Call this method when this object should output information.
Must be called by a descendant of this class when some information output is available.
(Inherited from Thread.) | |
| TriggerWarningOutputEvent(String) |
Call this method when this object should output a warning.
Must be called by a descendant of this class when some warning output is available.
(Inherited from Thread.) | |
| Validate(DicomProtocolMessage) |
Validates a message.
(Inherited from DicomThread.) | |
| Validate(DicomMessage) |
Validates a Dicom Message.
(Inherited from DicomThread.) | |
| Validate(DicomMessage, DicomMessage) |
Validates a Dicom Message against a reference Dicom Message.
(Inherited from DicomThread.) | |
| Validate(DicomMessage, DicomMessage, String) |
Validates a Dicom Message against a reference Dicom Message.
(Inherited from DicomThread.) | |
| Validate(DicomMessage, String) |
Validates a Dicom Message.
(Inherited from DicomThread.) | |
| Validate(DulMessage) |
Validates a Dul Message.
(Inherited from DicomThread.) | |
| VERIFICATION_SOP_CLASS_UID |
Verification SOP Class UID definition
| |
| WaitForCompletion()()() |
Waits until this object has the ThreadState UnStarted or Stopped.
(Inherited from Thread.) | |
| WaitForCompletionChildThreads()()() |
Waits until all child Threads are either unstarted or stopped.
(Inherited from Thread.) | |
| WriteError(String) |
Writes an error text to the results and triggers an ErrorOutputEvent.
(Inherited from DicomThread.) | |
| WriteHtmlInformation(String) |
Writes a HTML text to the results.
(Inherited from DicomThread.) | |
| WriteInformation(String) |
Writes an information text to the results and triggers an InformationOutputEvent.
(Inherited from DicomThread.) | |
| WriteWarning(String) |
Writes a warning text to the results and triggers a WarningOutputEvent.
(Inherited from DicomThread.) |