Class TSubstanceNucleicAcid

Unit

Declaration

type TSubstanceNucleicAcid = class(TDomainResource)

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. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sequenceType : TCodeableConcept read GetsequenceType write SetsequenceType;
Public property numberOfSubunits : integer read GetnumberOfSubunits write SetnumberOfSubunits;
Public property numberOfSubunitsElement : Tinteger read GetnumberOfSubunitsElement write SetnumberOfSubunitsElement;
Public property areaOfHybridisation : string read GetareaOfHybridisation write SetareaOfHybridisation;
Public property areaOfHybridisationElement : Tstring read GetareaOfHybridisationElement write SetareaOfHybridisationElement;
Public property oligoNucleotideType : TCodeableConcept read GetoligoNucleotideType write SetoligoNucleotideType;
Public property subunit : TSubstanceNucleicAcidSubunitArray read GetsubunitArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequenceType : TCodeableConcept read GetsequenceType write SetsequenceType;

The type of the sequence shall be specified based on a controlled vocabulary.

Public property numberOfSubunits : integer read GetnumberOfSubunits write SetnumberOfSubunits;

The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit.

Public property numberOfSubunitsElement : Tinteger read GetnumberOfSubunitsElement write SetnumberOfSubunitsElement;
 
Public property areaOfHybridisation : string read GetareaOfHybridisation write SetareaOfHybridisation;

The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”.

Public property areaOfHybridisationElement : Tstring read GetareaOfHybridisationElement write SetareaOfHybridisationElement;
 
Public property oligoNucleotideType : TCodeableConcept read GetoligoNucleotideType write SetoligoNucleotideType;

(TBC).

Public property subunit : TSubstanceNucleicAcidSubunitArray read GetsubunitArray;

Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times.


Generated by PasDoc 0.15.0.