DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / MPPSWebClient Class
Properties Methods

In This Topic
    MPPSWebClient Class Members
    In This Topic

    The following tables list the members exposed by MPPSWebClient.

    Public Constructors
     NameDescription
    Public Constructor Create a new MPPSWebClient oject  
    Top
    Public Properties
     NameDescription
    Public Property Client certificate file (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Client certificate password (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Extra Http Headers should users wish to add to the Request (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Controls whether to add includfield=all to the query strings of the MPPS Retrieve request to request all available fields  
    Public Property The weighting to use for the outgoing applicaiton/json+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property UID of the MPPS object  
    Public Property Type of the outgoing request  
    Public Property The raw result of the last operation (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Web client server certificate validation callbcak (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Controls whether to use names (if true) or hexadecimal identifiers (if false) for includefield part of the query strings for the MPPS Retrieve request, e.g. STUDYDATE or 00080020  
    Public Property The weighting to use for the outgoing applicaiton/xml+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Top
    Public Methods
     NameDescription
    Public Method Issue a MPPS Create request with the MPPS UID  
    Public Method Issue an Async MPPS Create request with the MPPS UID  
    Public Method Issue a MPPS Retrieve request with the MPPS UID  
    Public Method Issue a MPPS Retrieve request with the MPPS UID  
    Public Method Issue a MPPS Update request with the MPPS UID  
    Public Method Issue an Async MPPS Update request with the MPPS UID  
    Top
    See Also