Show / Hide Table of Contents

Class ImagingObjectSelection

A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingObjectSelection resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance ("cine" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.

Inheritance
System.Object
Resource
DomainResource
ImagingObjectSelection
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ImagingObjectSelection : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_AuthoringTime

Extension container element for AuthoringTime

Declaration
public Element _AuthoringTime { 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

_Uid

Extension container element for Uid

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

Author

Track the selection decision maker.

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

AuthoringTime

Date and time when the selection was made can be important to understand the content of selection.

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

Description

Need to provide a narrative description of the SOP instances in the selection.

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

Patient

SOP Instances in ImagingObjectSelection must be from the same patient.

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

ResourceType

Resource Type Name

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

Study

DICOM SOP instances are identified through the UIDs of the study - series - instance hierarchy. In addition, the locator at the study level provide a means of retrieving the entire study.

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

Title

Need to represent the application purpose that the SOP instances in ImagingObjectSelection are selected for.

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

Uid

DICOM SOP Instance is always assigned with a unique identifier (UID).

Declaration
public string Uid { 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