Class TMolecularSequenceStartingSequence
Unit
bsFhir_r5
Declaration
type TMolecularSequenceStartingSequence = class(TBackboneElement)
Description
Representation of a molecular sequence.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property genomeAssembly : TCodeableConcept read GetgenomeAssembly write SetgenomeAssembly; |
The genome assembly used for starting sequence, e.g. GRCh38.
|
|
property sequenceCodeableConcept : TCodeableConcept read GetsequenceCodeableConcept write SetsequenceCodeableConcept; |
The reference sequence that represents the starting sequence. (choose any one of sequence*, but only one)
|
|
property sequenceString : string read GetsequenceString write SetsequenceString; |
The reference sequence that represents the starting sequence. (choose any one of sequence*, but only one)
|
|
property sequenceStringElement : Tstring read GetsequenceStringElement write SetsequenceStringElement; |
|
|
property sequenceReference : TReference read GetsequenceReference write SetsequenceReference; |
The reference sequence that represents the starting sequence. (choose any one of sequence*, but only one)
|
|
property windowStart : integer read GetwindowStart write SetwindowStart; |
Start position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.
|
|
property windowStartElement : Tinteger read GetwindowStartElement write SetwindowStartElement; |
|
|
property windowEnd : integer read GetwindowEnd write SetwindowEnd; |
End position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.
|
|
property windowEndElement : Tinteger read GetwindowEndElement write SetwindowEndElement; |
|
|
property orientation : string read Getorientation write Setorientation; |
A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the "sense" strand, and the opposite complementary strand is the "antisense" strand.
|
|
property orientationElement : TOrientationType read GetorientationElement write SetorientationElement; |
|
|
property strand : string read Getstrand write Setstrand; |
An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm.
|
|
property strandElement : TStrandType read GetstrandElement write SetstrandElement; |
|
Generated by PasDoc 0.15.0.
|