Show / Hide Table of Contents

Class ImagingStudySeries

Each study has one or more series of images or other content.

Inheritance
System.Object
Element
BackboneElement
ImagingStudySeries
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ImagingStudySeries : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Availability

Extension container element for Availability

Declaration
public Element _Availability { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Started

Extension container element for Started

Declaration
public Element _Started { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Uid

Extension container element for Uid

Declaration
public Element _Uid { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Url

Extension container element for Url

Declaration
public Element _Url { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Availability

Availability of series (online, offline or nearline).

Declaration
public string Availability { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BodySite

Body part examined. See DICOM Part 16 Annex L for the mapping from DICOM to Snomed CT.

Declaration
public Coding BodySite { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

Description

A description of the series.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Instance

A single SOP Instance within the series, e.g. an image, or presentation state.

Declaration
public List<ImagingStudySeriesInstance> Instance { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<ImagingStudySeriesInstance>
| Improve this Doc View Source

Laterality

Laterality if body site is paired anatomic structure and laterality is not pre-coordinated in body site code.

Declaration
public Coding Laterality { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

Modality

The modality of this series sequence.

Declaration
public Coding Modality { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

Number

The Numeric identifier of this series in the study.

Declaration
public uint? Number { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

NumberOfInstances

Number of SOP Instances in Series.

Declaration
public uint NumberOfInstances { get; set; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Started

The date and time the series was started.

Declaration
public string Started { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Uid

Formal identifier for this series.

Declaration
public string Uid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Url

URI/URL specifying the location of the referenced series using WADO-RS.

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX