Class TBodyStructureIncludedStructure

Unit

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

Public constructor Create; override;

Properties

Public property structure : TCodeableConcept read Getstructure write Setstructure;
Public property laterality : TCodeableConcept read Getlaterality write Setlaterality;
Public property bodyLandmarkOrientation : TBodyStructureBodyLandmarkOrientationArray read GetbodyLandmarkOrientationArray;
Public property spatialReference : TReferenceArray read GetspatialReferenceArray;
Public property qualifier : TCodeableConceptArray read GetqualifierArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property structure : TCodeableConcept read Getstructure write Setstructure;

Code that represents the included structure.

Public property laterality : TCodeableConcept read Getlaterality write Setlaterality;

Code that represents the included structure laterality.

Public property bodyLandmarkOrientation : TBodyStructureBodyLandmarkOrientationArray read GetbodyLandmarkOrientationArray;

Body locations in relation to a specific body landmark (tatoo, scar, other body structure).

Public property spatialReference : TReferenceArray read GetspatialReferenceArray;

XY or XYZ-coordinate orientation for structure.

Public property qualifier : TCodeableConceptArray read GetqualifierArray;

Code that represents the included structure qualifier.


Generated by PasDoc 0.15.0.