DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSetCollection Class / WriteMint Method
Output Stream for MINT



    WriteMint Method
    Write DICOM data to a MINT Stream and returns the list of bid's
    Syntax
    'Declaration
     
    Public Function WriteMint( _
       ByVal MintOutputStream As Stream _
    ) As IEnumerable(Of BidMap)
     
    'Usage
     
    Dim instance As DicomDataSetCollection
    Dim MintOutputStream As Stream
    Dim value As IEnumerable(Of BidMap)
     
    value = instance.WriteMint(MintOutputStream)

    Parameters

    MintOutputStream
    Output Stream for MINT

    Return Value

    List of bid maps for the MINT output
    Remarks
    The MINT data will be compliant with the MINT Study Metadata Format
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also