DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IDecompressor Interface / DecompressedPhotometricInterpretation Method
The surrounding dataset



In This Topic
    DecompressedPhotometricInterpretation Method (IDecompressor)
    In This Topic
    The effective Photometric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    Function DecompressedPhotometricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As String
    'Usage
     
    Dim instance As IDecompressor
    Dim parent As DicomDataSet
    Dim value As String
     
    value = instance.DecompressedPhotometricInterpretation(parent)
    string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )
    String^ DecompressedPhotometricInterpretation( 
       DicomDataSet^ parent
    ) 

    Parameters

    parent
    The surrounding dataset

    Return Value

    Photometric Interpretation as a string
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also