DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSetCollection Class / ReadMint Method / ReadMint(Stream) Method
MINT input Stream

In This Topic
    ReadMint(Stream) Method
    In This Topic
    Read MINT Stream to reconstruct DICOM data from MINT data
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReadMint( _
       ByVal MintInputStream As System.IO.Stream _
    ) 
    public void ReadMint( 
       System.IO.Stream MintInputStream
    )

    Parameters

    MintInputStream
    MINT input Stream
    Remarks
    This method returns just the metadata and skips bid handling
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also