Class TSubstanceNucleicAcid
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequenceType : TCodeableConcept read GetsequenceType write SetsequenceType; |
The type of the sequence shall be specified based on a controlled vocabulary.
|
|
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.
|
|
property numberOfSubunitsElement : Tinteger read GetnumberOfSubunitsElement write SetnumberOfSubunitsElement; |
|
|
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”.
|
|
property areaOfHybridisationElement : Tstring read GetareaOfHybridisationElement write SetareaOfHybridisationElement; |
|
|
property oligoNucleotideType : TCodeableConcept read GetoligoNucleotideType write SetoligoNucleotideType; |
(TBC).
|
|
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.
|