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

In This Topic
    NPIEventArgs Class Members
    In This Topic

    The following tables list the members exposed by NPIEventArgs.

    Public Properties
     NameDescription
    Public Property The DICOM NPI data received (decoded from DICOM XML/JSON if necessary)  
    Public PropertyHttp Request Headers for developers wishing to access in event  
    Public Property Name of the NPI object  
    Public Property Type of NPI request  
    Public Property Query parameters associated with the NPI query request  
    Public Property The NPI HTTP Request  
    Public Property The list of content types found in the accept header in the NPI retrieve request  
    Public Property The transfer syntax to be used by origin server to return the data to user agent  
    Public Property UID of the NPI object  
    Top
    Public Methods
     NameDescription
    Public Method Create a DicomDataSet to mirror the QIDO request  
    Public Method Return the acquired data to the client  
    Public Method Return Custom HTTP Resposne to Web Client  
    Top
    See Also