DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / SimpleCodec Class / DecompressedPhotometricInterpretation Method
The surrounding dataset



In This Topic
    DecompressedPhotometricInterpretation Method (SimpleCodec)
    In This Topic
    The effective photometric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    Public Overridable Function DecompressedPhotometricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As String
    'Usage
     
    Dim instance As SimpleCodec
    Dim parent As DicomDataSet
    Dim value As String
     
    value = instance.DecompressedPhotometricInterpretation(parent)
    public virtual string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )
    public:
    virtual String^ DecompressedPhotometricInterpretation( 
       DicomDataSet^ parent
    ) 

    Parameters

    parent
    The surrounding dataset

    Return Value

    Photometric Interpretation as a string
    Remarks
    For RLE, this will always be the native value of the parent dataset (0028,0004)
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also