Class AbstractSeriesDataContext

AbstractSeriesDataContext contains common DICOM tags for any DICOM Series.

Hierarchy

Index

Constructors

constructor

  • Constructs a new object. This constructor should only called internal to the API.

    Parameters

    • patientInfo: DICOMDirEntry

      patient record with patient specific DICOM tags

    • dicomStudy: DICOMStudy

      study record with study specific DICOM tags

    • dicomSeries: DICOMSeries

      series record with study series DICOM tags

    • Default value subSeriesID: number = 0

      subSeries ID (0 for full series, >0 for which specific subSeries)

    Returns AbstractSeriesDataContext

    This is a synchronous method that returns the newly SeriesDataContext

Properties

attendingPhysicanName

attendingPhysicanName: string

institutionName

institutionName: string

manufacturer

manufacturer: string

modality

modality: string

patientAge

patientAge: string

patientBirthDate

patientBirthDate: string

patientID

patientID: string

patientName

patientName: string

patientSex

patientSex: string

referringPhysicianName

referringPhysicianName: string

seriesDate

seriesDate: string

seriesDescription

seriesDescription: string

seriesFolderPath

seriesFolderPath: string

seriesInstanceUID

seriesInstanceUID: string

seriesNumber

seriesNumber: number

seriesTime

seriesTime: string

studyAccessionNumber

studyAccessionNumber: string

studyDate

studyDate: string

studyDescription

studyDescription: string

studyInstanceUID

studyInstanceUID: string

studyTime

studyTime: string

Methods

getPatientData

  • Construct Fovia.DICOMDirEntry data object and return

    Returns DICOMDirEntry

    currently loaded Fovia.DICOMDirEntry data

getStudyData

  • Construct Fovia.DICOMStudy data object and return

    Returns DICOMStudy

    currently loaded Fovia.DICOMStudy data