Class TMolecularSequenceStructureVariant
Unit
bsFhir_r4b
Declaration
type TMolecularSequenceStructureVariant = class(TBackboneElement)
Description
Raw data describing a biological sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property variantType : TCodeableConcept read GetvariantType write SetvariantType; |
Information about chromosome structure variation DNA change type.
|
|
property exact : boolean read Getexact write Setexact; |
Used to indicate if the outer and inner start-end values have the same meaning.
|
|
property exactElement : Tboolean read GetexactElement write SetexactElement; |
|
|
property length : integer read Getlength write Setlength; |
Length of the variant chromosome.
|
|
property lengthElement : Tinteger read GetlengthElement write SetlengthElement; |
|
Generated by PasDoc 0.15.0.
|