DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / MPPSEventArgs Class
Properties Methods

In This Topic
    MPPSEventArgs Class Members
    In This Topic

    The following tables list the members exposed by MPPSEventArgs.

    Public Properties
     NameDescription
    Public PropertyHttp Request Headers for developers wishing to access in event  
    Public Property The DICOM MPPS data received (decoded from DICOM XML/JSON if necessary)  
    Public Property UID of the MPPS  
    Public Property Type of MPPS web request  
    Public Property Query parameters associated with the MPPS query request  
    Public Property The MPPS HTTP Request  
    Public Property The list of content types found in the accept header in the MPPS retrieve request  
    Public Property The transfer syntax to be used by origin server to return the data to user agent  
    Top
    Public Methods
     NameDescription
    Public Method Return HttpStatusCode.Created to web client  
    Public Method Return Custom HTTP Resposne to Web Client  
    Public Method Return the requested MPPS dataset in response to MPPS Retrieve operation  
    Public Method Return HttpStatusCode.OK to web client  
    Top
    See Also