Class ImagingStudySeries
Each study has one or more series of images or other content.
Implements
Inherited Members
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 |
_Description
Extension container element for Description
Declaration
public Element _Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Started
Extension container element for Started
Declaration
public Element _Started { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Uid
Extension container element for Uid
Declaration
public Element _Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
_Url
Extension container element for Url
Declaration
public Element _Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
Availability
Availability of series (online, offline or nearline).
Declaration
public string Availability { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
Description
A description of the series.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |
Modality
The modality of this series sequence.
Declaration
public Coding Modality { get; set; }
Property Value
| Type | Description |
|---|---|
| Coding |
Number
The Numeric identifier of this series in the study.
Declaration
public uint? Number { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.UInt32> |
NumberOfInstances
Number of SOP Instances in Series.
Declaration
public uint NumberOfInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Started
The date and time the series was started.
Declaration
public string Started { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Uid
Formal identifier for this series.
Declaration
public string Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options |
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 |
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 |