VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrame Class
Properties Methods Events SeeAlso
In This Topic
    DicomFrame Class Members
    In This Topic
    The following tables list the members exposed by DicomFrame.
    Public Properties
     NameDescription
    Public PropertyGets the available VOI LUTs (value of interest lookup tables).
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
    Public PropertyGets the number of bits per channel for DICOM image.
    Public PropertyGets the color space of DICOM frame image.
    Public PropertyGets the compression algorithm, which is used for compressing DICOM frame image.
    Public PropertyGets the frame number.
    Public PropertyGets a value indicating whether the information about X-vector direction is stored in a DICOM frame.
    Public PropertyGets a value indicating whether the information about Y-vector direction is stored in a DICOM frame.
    Public PropertyGets a value indicating whether the information about patient location is stored in a DICOM frame.
    Public PropertyGets a value indicating whether the information about image resolution is stored in a DICOM frame.
    Public PropertyGets the height, in pixels, of DICOM frame.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether DICOM frame is compressed with lossless compression.
    Public PropertyGets a value indicating whether the DICOM image pixel data values are stored as signed numeric values.
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the default M-LUT (modality lookup table).
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the overlay images of DICOM frame image.
    Public PropertyGets a palette of DICOM frame image.
    Public PropertyGets the X-vector direction vector for patient of the patient image.
    Public PropertyGets the Y-vector direction vector for patient of the patient image.
    Public PropertyGets the location, in millimeters, for patient of the DICOM frame.
    Public PropertyGets or sets the resolution, in pixels per inch, of DICOM frame.
    Public PropertyGets the number of bits per pixel for image data stored in DICOM image.
    Public PropertyGets the parent DICOM file of this DICOM frame.
    Public PropertyGets the default VOI LUT (value of interest lookup table).
    Public PropertyGets the width, in pixels, of DICOM frame.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    Public Methods
     NameDescription
    Public MethodOverloaded. Calculates the default VOI LUT (value of interest lookup table) for DICOM image if the default VOI LUT is not stored in DICOM file.
    Public MethodClears the cached metadata.
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodOverloaded. Finds the specified in the data element collection of DICOM frame.
    Public Methodstatic (Shared in Visual Basic)Returns the frame, which is associated with the image.
    Public MethodOverloaded. Returns an image with overlay images of the DICOM frame.
    Public MethodReturns DICOM referenced image associated with this frame.
    Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock)
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodParses the DICOM frame.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also