DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / IMPPSWebClient Interface
Properties Methods

In This Topic
    IMPPSWebClient Interface Members
    In This Topic

    The following tables list the members exposed by IMPPSWebClient.

    Public Properties
     NameDescription
     Property Client certificate  
     Property Client certificate password  
     Property Controls whether to add includfield=all to the query strings of the MPPS Retrieve request to request all available fields  
     Property The weighting to use for the outgoing applicaiton/json+dicom accept header  
     Property UID of the MPPS object  
     Property Type of MPPS web request  
     Property The raw result of the last operation  
     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  
     Property The weighting to use for the outgoing applicaiton/xml+dicom accept header  
    Top
    Public Methods
     NameDescription
     Method Issue a MPPS Create request with the MPPS UID  
     Method Issue an Async MPPS Create request with the MPPS UID  
     Method Issue a MPPS Retrieve request with the MPPS UID  
     Method Issue an Async MPPS Retrieve request with the MPPS UID  
     Method Issue a MPPS Update request with the MPPS UID  
     Method Issue an Async MPPS Update request with the MPPS UID  
    Top
    See Also