Data Model Libraries
    Preparing search index...

    ImagingStudySeriesComponent Class

    FHIR Specification

    • Short: Each study has one or more series of instances
    • Definition: Each study has one or more series of images or other content.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    uid: null | IdType

    ImagingStudy.series.uid Element

    FHIR Specification

    • Short: DICOM Series Instance UID for the series
    • Definition: The DICOM Series Instance UID for the series.
    • Comment: See DICOM PS3.3 C.7.3.
    • Requirements: DICOM Series Instance UID.
    • FHIR Type: id
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true

    ImagingStudy.series.number Element

    FHIR Specification

    • Short: Numeric identifier of this series
    • Definition: The numeric identifier of this series in the study.
    • FHIR Type: unsignedInt
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    modality: null | CodeableConcept

    ImagingStudy.series.modality Element

    FHIR Specification

    • Short: The modality used for this series
    • Definition: The distinct modality for this series. This may include both acquisition and non-acquisition modalities.
    • FHIR Type: CodeableConcept
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    description?: StringType

    ImagingStudy.series.description Element

    FHIR Specification

    • Short: A short human readable summary of the series
    • Definition: A description of the series.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    numberOfInstances?: UnsignedIntType

    ImagingStudy.series.numberOfInstances Element

    FHIR Specification

    • Short: Number of Series Related Instances
    • Definition: Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.
    • FHIR Type: unsignedInt
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    endpoint?: Reference[]

    ImagingStudy.series.endpoint Element

    FHIR Specification

    • Short: Series access endpoint
    • Definition: The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType.
    • Comment: Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.
    • Requirements: Access methods for retrieving (e.g., DICOM's WADO-URI and WADO-RS) the series or the series' instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.
    • FHIR Type: Reference
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true

    ImagingStudy.series.bodySite Element

    FHIR Specification

    laterality?: CodeableConcept

    ImagingStudy.series.laterality Element

    FHIR Specification

    • Short: Body part laterality
    • Definition: The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    specimen?: Reference[]

    ImagingStudy.series.specimen Element

    FHIR Specification

    • Short: Specimen imaged
    • Definition: The specimen imaged, e.g., for whole slide imaging of a biopsy.
    • FHIR Type: Reference
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    started?: DateTimeType

    ImagingStudy.series.started Element

    FHIR Specification

    • Short: When the series started
    • Definition: The date and time the series was started.
    • FHIR Type: dateTime
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true

    ImagingStudy.series.performer Element

    FHIR Specification

    • Short: Who performed the series
    • Definition: Indicates who or what performed the series and how they were involved.
    • Comment: If the person who performed the series is not known, their Organization may be recorded. A patient, or related person, may be the performer, e.g. for patient-captured images.
    • Requirements: The performer is recorded at the series level, since each series in a study may be performed by a different performer, at different times, and using different devices. A series may be performed by multiple performers.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true

    ImagingStudy.series.instance Element

    FHIR Specification

    • Short: A single SOP instance from the series
    • Definition: A single SOP instance within the series, e.g. an image, or presentation state.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided ImagingStudySeriesComponent JSON to instantiate the ImagingStudySeriesComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR ImagingStudySeriesComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to ImagingStudySeriesComponent

      Returns undefined | ImagingStudySeriesComponent

      ImagingStudySeriesComponent data model or undefined for ImagingStudySeriesComponent

      JsonError if the provided JSON is not a valid JSON object

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise