Class PresentationDataContextList

An utility class to manage list of presentation series data context

Hierarchy

  • PresentationDataContextList

Index

Constructors

constructor

Properties

Private presentationDataContextList

presentationDataContextList: Array<PresentationDataContext> = []

Methods

getByReferencedSeries

  • Check if referenced image available for given referenced SopInstanceUid and frameNumber

    Parameters

    • referencedSeriesInstanceUid: string

    Returns Array<PresentationDataContext>

    boolean stating whether referenced image exists or not

getPresentationDataContextList

mergePresentationDataList

  • Merges the given presentation data list with this object. If there is a presentation data for particular referenced series, it will merge the data else will push to this list

    Parameters

    • newPresentationDataContextList: PresentationDataContextList

      Fovia.PresentationDataContextList object having list of presentation data

    Returns void

setPresentationDataContextList