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. |
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. |
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 |
---|---|
fhir |
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. |
NumberOfInstances
Number of SOP Instances in Series.
Declaration
public uint NumberOfInstances { get; set; }
Property Value
Type | Description |
---|---|
System. |
Started
The date and time the series was started.
Declaration
public string Started { get; set; }
Property Value
Type | Description |
---|---|
System. |
Uid
Formal identifier for this series.
Declaration
public string Uid { get; set; }
Property Value
Type | Description |
---|---|
System. |
Url
URI/URL specifying the location of the referenced series using WADO-RS.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System. |
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 |
---|---|---|
Utf8Json |
reader | |
Json |
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 |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
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 |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |