Class TBodyStructureDistanceFromLandmark
Unit
bsFhir_r5
Declaration
type TBodyStructureDistanceFromLandmark = 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 device : TCodeableReferenceArray read GetdeviceArray; |
An instrument, tool, analyzer, etc. used in the measurement.
|
|
property value : TQuantityArray read GetvalueArray; |
The measured distance (e.g., in cm) from a body landmark.
|
Generated by PasDoc 0.15.0.
|