DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / MPPSEventArgs Class / ReturnMPPS Method
The full or sub set of the requested MPPS dataset identified by the MPPS UID. If is present, the server shall extrac such attributes from the targeted MPPS object and return the attributes in the Retrieve resposne



In This Topic
    ReturnMPPS Method
    In This Topic
    Return the requested MPPS dataset in response to MPPS Retrieve operation
    Syntax
    'Declaration
     
    
    Public Sub ReturnMPPS( _
       ByVal MPPS As DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As MPPSEventArgs
    Dim MPPS As DicomDataSet
     
    instance.ReturnMPPS(MPPS)
    public void ReturnMPPS( 
       DicomDataSet MPPS
    )
    public:
    void ReturnMPPS( 
       DicomDataSet^ MPPS
    ) 

    Parameters

    MPPS
    The full or sub set of the requested MPPS dataset identified by the MPPS UID. If is present, the server shall extrac such attributes from the targeted MPPS object and return the attributes in the Retrieve resposne
    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