DicomObjects.NET.8.48 Documentation
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 System.String
    'Usage
     
    
    Dim instance As SimpleCodec
    Dim parent As DicomDataSet
    Dim value As System.String
     
    value = instance.DecompressedPhotometricInterpretation(parent)
    public virtual System.string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )
    public function DecompressedPhotometricInterpretation( 
        parent: DicomDataSet
    ): System.String; virtual; 
    public function DecompressedPhotometricInterpretation( 
       parent : DicomDataSet
    ) : System.String;
    public: virtual System.string* DecompressedPhotometricInterpretation( 
       DicomDataSet* parent
    ) 
    public:
    virtual System.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.8 or higher

    See Also