Class TImagingStudyPerformer
Unit
bsFhir_r4
Declaration
type TImagingStudyPerformer = class(TBackboneElement)
Description
Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
Distinguishes the type of involvement of the performer in the series.
|
|
property actor : TReference read Getactor write Setactor; |
Indicates who or what performed the series.
|
Generated by PasDoc 0.15.0.
|