Class TMolecularSequenceRelative
Unit
bsFhir_r5
Declaration
type TMolecularSequenceRelative = class(TBackboneElement)
Description
Representation of a molecular sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property coordinateSystem : TCodeableConcept read GetcoordinateSystem write SetcoordinateSystem; |
These are different ways of identifying nucleotides or amino acids within a sequence. Different databases and file types may use different systems. For detail definitions, see https://loinc.org/92822-6/ for more detail.
|
|
property ordinalPosition : integer read GetordinalPosition write SetordinalPosition; |
Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together.
|
|
property ordinalPositionElement : Tinteger read GetordinalPositionElement write SetordinalPositionElement; |
|
|
property sequenceRange : TRange read GetsequenceRange write SetsequenceRange; |
Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together.
|
|
property startingSequence : TMolecularSequenceStartingSequence read GetstartingSequence write SetstartingSequence; |
A sequence that is used as a starting sequence to describe variants that are present in a sequence analyzed.
|
Generated by PasDoc 0.15.0.
|