Class TMedia
Unit
bsFhir_stu3
Declaration
type TMedia = class(TDomainResource)
Description
A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
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.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A procedure that is fulfilled in whole or in part by the creation of this media.
|
|
property type_ : string read Gettype_ write Settype_; |
Whether the media is a photo (still image), an audio recording, or a video recording.
|
|
property type_Element : TDigitalMediaType read Gettype_Element write Settype_Element; |
|
|
property subtype : TCodeableConcept read Getsubtype write Setsubtype; |
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.
|
|
property view : TCodeableConcept read Getview write Setview; |
The name of the imaging view e.g. Lateral or Antero-posterior (AP).
|
|
property subject : TReference read Getsubject write Setsubject; |
Who/What this Media is a record of.
|
|
property context : TReference read Getcontext write Setcontext; |
The encounter or episode of care that establishes the context for this media.
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
The date and time(s) at which the media was collected.
|
|
property operator_ : TReference read Getoperator_ write Setoperator_; |
The person who administered the collection of the image.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
Describes why the event occurred in coded or textual form.
|
|
property bodySite : TCodeableConcept read GetbodySite write SetbodySite; |
Indicates the site on the subject's body where the media was collected (i.e. the target site).
|
|
property device : TReference read Getdevice write Setdevice; |
The device used to collect the media.
|
|
property height : Int64 read Getheight write Setheight; |
Height of the image in pixels (photo/video).
|
|
property heightElement : TpositiveInt read GetheightElement write SetheightElement; |
|
|
property width : Int64 read Getwidth write Setwidth; |
Width of the image in pixels (photo/video).
|
|
property widthElement : TpositiveInt read GetwidthElement write SetwidthElement; |
|
|
property frames : Int64 read Getframes write Setframes; |
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.
|
|
property framesElement : TpositiveInt read GetframesElement write SetframesElement; |
|
|
property duration : Int64 read Getduration write Setduration; |
The duration of the recording in seconds - for audio and video.
|
|
property durationElement : TunsignedInt read GetdurationElement write SetdurationElement; |
|
|
property content : TAttachment read Getcontent write Setcontent; |
The actual content of the media - inline or by direct reference to the media source file.
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments made about the media by the performer, subject or other participants.
|
Generated by PasDoc 0.15.0.
|