DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / QueryReceivedArgs Class
Properties Methods


In This Topic
    QueryReceivedArgs Class Members
    In This Topic

    The following tables list the members exposed by QueryReceivedArgs.

    Public Properties
     NameDescription
    Public PropertyThe incoming command (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public Property The Application Entity Name to which images should be sent by a C-MOVE request  
    Public PropertyList of errors found in an incoming request (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public PropertyThe Association to which to send instances using SendInstances  
    Public PropertyThe Query Level  
    Public Property Property to inform DicomObjects whether frame extraction (as per Supplement 119) has been performed  
    Public PropertyNumbers of completed C-STORE sub-operations in a C-GET or C_MOVE operation  
    Public PropertyNumbers of failed C-STORE sub-operations in a C-GET or C_MOVE operation  
    Public PropertyNumbers of remaining C-STORE sub-operations in a C-GET or C_MOVE operation  
    Public PropertyNumbers of warning C-STORE sub-operations in a C-GET or C_MOVE operation  
    Public PropertyThe normalised operation currently requested (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public Property The Presentation Context ID used to transmit this operation (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public PropertyThe incoming request (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public PropertyThe Association which contains the Query (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public Property Specifies the result DicomDataSet to be sent back for Normalised operations operations for for failures for retrieval operations (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Public Property The type of retrieval requested  
    Public PropertyThe Query Root  
    Public PropertyThe status to be sent back as a C-Echo response (Inherited from DicomObjects.EventArguments.OperationBaseArgs)
    Top
    Public Methods
     NameDescription
    Public Method Return a pending response  
    Public MethodOverloaded.  Send response back as DicomDataSetCollection to the request association  
    Top
    See Also