Class TBodyStructureIncludedStructure
Unit
bsFhir_r5
Declaration
type TBodyStructureIncludedStructure = class(TBackboneElement)
Description
Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property structure : TCodeableConcept read Getstructure write Setstructure; |
Code that represents the included structure.
|
|
property laterality : TCodeableConcept read Getlaterality write Setlaterality; |
Code that represents the included structure laterality.
|
|
property spatialReference : TReferenceArray read GetspatialReferenceArray; |
XY or XYZ-coordinate orientation for structure.
|
|
property qualifier : TCodeableConceptArray read GetqualifierArray; |
Code that represents the included structure qualifier.
|
Generated by PasDoc 0.15.0.
|