Class TDiagnosticReportMedia
Unit
bsFhir_r4b
Declaration
type TDiagnosticReportMedia = class(TBackboneElement)
Description
The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property comment : string read Getcomment write Setcomment; |
A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property link : TReference read Getlink write Setlink; |
Reference to the image source.
|
Generated by PasDoc 0.15.0.
|