Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class ConsoleExtensions

    Extension methods for dumping DICOM data to console.

    Inheritance
    System.Object
    ConsoleExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Log
    Assembly: fo-dicom.core.dll
    Syntax
    public static class ConsoleExtensions

    Methods

    WriteToConsole(DicomDataset)

    Write DICOM dataset to console.

    Declaration
    public static void WriteToConsole(this DicomDataset dataset)
    Parameters
    Type Name Description
    DicomDataset dataset

    DICOM dataset to write.

    WriteToConsole(DicomFile)

    Write DICOM file to console.

    Declaration
    public static void WriteToConsole(this DicomFile file)
    Parameters
    Type Name Description
    DicomFile file

    DICOM file to write.

    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors