Class Media
A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Media : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_DeviceName
Extension container element for DeviceName
Declaration
public Element _DeviceName { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Type
Extension container element for Type
Declaration
public Element _Type { get; set; }
Property Value
Type | Description |
---|---|
Element |
Content
The actual content of the media - inline or by direct reference to the media source file.
Declaration
public Attachment Content { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
DeviceName
The name of the device / manufacturer of the device that was used to make the recording.
Declaration
public string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Duration
The duration of the recording in seconds - for audio and video.
Declaration
public uint? Duration { get; set; }
Property Value
Type | Description |
---|---|
System. |
Frames
The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.
Declaration
public uint? Frames { get; set; }
Property Value
Type | Description |
---|---|
System. |
Height
Height of the image in pixels (photo/video).
Declaration
public uint? Height { get; set; }
Property Value
Type | Description |
---|---|
System. |
Identifier
Identifiers associated with the image - these may include identifiers for the image itself, identifiers for the context of its collection (e.g. series ids) and context ids such as accession numbers or other workflow identifiers.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Operator
The person who administered the collection of the image.
Declaration
public Reference Operator { get; set; }
Property Value
Type | Description |
---|---|
Reference |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSubject
Who/What this Media is a record of.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Subtype
Details of the type of the media - usually, how it was acquired (what type of device). If images sourced from a DICOM system, are wrapped in a Media resource, then this is the modality.
Declaration
public CodeableConcept Subtype { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Type
Whether the media is a photo (still image), an audio recording, or a video recording.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System. |
View
The name of the imaging view e.g. Lateral or Antero-posterior (AP).
Declaration
public CodeableConcept View { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Width
Width of the image in pixels (photo/video).
Declaration
public uint? Width { 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 |