Class TBodyStructureBodyLandmarkOrientation
Unit
bsFhir_r5
Declaration
type TBodyStructureBodyLandmarkOrientation = 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 landmarkDescription : TCodeableConceptArray read GetlandmarkDescriptionArray; |
A description of a landmark on the body used as a reference to locate something else.
|
|
property clockFacePosition : TCodeableConceptArray read GetclockFacePositionArray; |
An description of the direction away from a landmark something is located based on a radial clock dial.
|
|
property surfaceOrientation : TCodeableConceptArray read GetsurfaceOrientationArray; |
The surface area a body location is in relation to a landmark.
|
Generated by PasDoc 0.15.0.
|