DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / RestfulRequest Class / PackDICOM Method
The DICOM data to be included in the request






    PackDICOM Method
    Includes the DICOM data into the HTTP content
    Syntax
    'Declaration
     
    
    Public Shared Function PackDICOM( _
       ByVal data As WebContent _
    ) As System.Net.Http.HttpContent
     
    'Usage
     
    
    Dim data As WebContent
    Dim value As System.Net.Http.HttpContent
     
    value = RestfulRequest.PackDICOM(data)

    Parameters

    data
    The DICOM data to be included in the request
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also