In This Topic
The following tables list the members exposed by
DicomFrame.
Public Properties
| Name | Description |
 | AvailableVoiLuts | Gets the available VOI LUTs (value of interest lookup tables). |
 | BitsPerPixel | Gets the number of bits per pixel for image returned by DicomFrame.GetImage method. |
 | BitsStored | Gets the number of bits per channel for DICOM image. |
 | ColorSpace | Gets the color space of DICOM frame image. |
 | Compression | Gets the compression algorithm, which is used for compressing DICOM frame image. |
 | FrameNumber | Gets the frame number. |
 | HasPatientImageOrientationXAxis | Gets a value indicating whether the information about X-vector direction is stored in a DICOM frame. |
 | HasPatientImageOrientationYAxis | Gets a value indicating whether the information about Y-vector direction is stored in a DICOM frame. |
 | HasPatientImagePosition | Gets a value indicating whether the information about patient location is stored in a DICOM frame. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in a DICOM frame. |
 | Height | Gets the height, in pixels, of DICOM frame. |
 | IsChanged | Gets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock) |
 | IsLosslessCompression | Gets a value indicating whether DICOM frame is compressed with lossless compression. |
 | IsPixelDataSigned | Gets a value indicating whether the DICOM image pixel data values are stored as signed numeric values. |
 | IsVirtual | Gets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock) |
 | Length | Gets the length of this image file block. (Inherited from ImageFileBlock) |
 | ModalityLut | Gets the default M-LUT (modality lookup table). |
 | Offset | Gets the offset of this image file block. (Inherited from ImageFileBlock) |
 | OverlayImages | Gets the overlay images of DICOM frame image. |
 | PageNumber | Gets the page number. |
 | Palette | Gets a palette of DICOM frame image. |
 | PatientImageOrientationXAxis | Gets the X-vector direction vector for patient of the patient image. |
 | PatientImageOrientationYAxis | Gets the Y-vector direction vector for patient of the patient image. |
 | PatientImagePosition | Gets the location, in millimeters, for patient of the DICOM frame. |
 | Resolution | Gets or sets the resolution, in pixels per inch, of DICOM frame. |
 | SourceBitsPerPixel | Gets the number of bits per pixel for image data stored in DICOM image. |
 | SourceFile | Gets the parent DICOM file of this DICOM page. (Inherited from DicomPage) |
 | VoiLut | Gets the default VOI LUT (value of interest lookup table). |
 | Width | Gets the width, in pixels, of DICOM frame. |
Protected Properties
Public Methods
| Name | Description |
 | CalculateDefaultVoiLut | Overloaded. Calculates the default VOI LUT (value of interest lookup table) for DICOM image if the default VOI LUT is not stored in DICOM file. |
 | ClearMetadataCache | Clears the cached metadata. |
 | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock) |
 | FindDataElement | Overloaded. Finds the specified in the data element collection of DICOM frame. |
  | GetFrameAssociatedWithImage | Returns the frame, which is associated with the image. |
 | GetImage | Overloaded. Returns the image associated with this image page. (Inherited from ImagePage) |
  | GetPageAssociatedWithImage | Returns DICOM page, which is associated with specified image. (Inherited from DicomPage) |
 | GetReferenceImage | Returns DICOM referenced image associated with this frame. |
 | Save | Overloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock) |
Protected Methods
Public Events
See Also