DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / IMPPSWebClient Interface / Update Method
The MPPS DataSet to update
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance
UID of the MPPS object



In This Topic
    Update Method (IMPPSWebClient)
    In This Topic
    Issue a MPPS Update request with the MPPS UID
    Syntax
    'Declaration
     
    
    Sub Update( _
       ByVal QueryDataSet As DicomDataSet, _
       ByVal Encoding As DicomDataEncoding, _
       ByVal TransferSyntax As String, _
       ByVal MPPSUID As String _
    ) 
    'Usage
     
    
    Dim instance As IMPPSWebClient
    Dim QueryDataSet As DicomDataSet
    Dim Encoding As DicomDataEncoding
    Dim TransferSyntax As String
    Dim MPPSUID As String
     
    instance.Update(QueryDataSet, Encoding, TransferSyntax, MPPSUID)

    Parameters

    QueryDataSet
    The MPPS DataSet to update
    Encoding
    The encoding to use (native/json/xml)
    TransferSyntax
    The transfer syntax to use to send the instance
    MPPSUID
    UID of the MPPS object

    Return Value

    A success response shall have no payload. A failure response payload may contain a Status Report describing any failures, warnings, or other useful information. All can be found in object
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also