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

In This Topic
    PackDICOM Method
    In This Topic
    Includes the DICOM data into the HTTP content
    Syntax
    'Declaration
     
    
    Public Shared Function PackDICOM( _
       ByVal data As WebContent _
    ) As System.Net.Http.HttpContent
    public static System.Net.Http.HttpContent PackDICOM( 
       WebContent data
    )

    Parameters

    data
    The DICOM data to be included in the request
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also