Class ReferencedImageList

This class is the container to hold referenced image information and have functionalities to manage them,

Hierarchy

  • ReferencedImageList

Index

Constructors

Properties

Methods

Constructors

constructor

  • description

    constructs the ReferencedImageList object

    Parameters

    Returns ReferencedImageList

    Returns the new instance

Properties

Private referencedImageList

referencedImageList: Array<ReferencedImage> = []

Methods

contains

  • contains(referencedSopInstanceUid: string, referencedFrameNumber: number): boolean
  • Check if referenced image available for given referenced SopInstanceUid and frameNumber

    Parameters

    • referencedSopInstanceUid: string
    • referencedFrameNumber: number

    Returns boolean

    boolean stating whether referenced image exists or not