Class TSubstanceNucleicAcidSugar
Unit
bsFhir_r5
Declaration
type TSubstanceNucleicAcidSugar = class(TBackboneElement)
Description
Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
The Substance ID of the sugar or sugar-like component that make up the nucleotide.
|
|
property name_ : string read Getname_ write Setname_; |
The name of the sugar or sugar-like component that make up the nucleotide.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property residueSite : string read GetresidueSite write SetresidueSite; |
The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above.
|
|
property residueSiteElement : Tstring read GetresidueSiteElement write SetresidueSiteElement; |
|
Generated by PasDoc 0.15.0.
|