Class TSubstancePolymerRepeatUnit
Unit
bsFhir_r5
Declaration
type TSubstancePolymerRepeatUnit = class(TBackboneElement)
Description
Properties of a substance specific to it being a polymer.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property unit_ : string read Getunit_ write Setunit_; |
Structural repeat units are essential elements for defining polymers.
|
 |
property unit_Element : Tstring read Getunit_Element write Setunit_Element; |
|
 |
property orientation : TCodeableConcept read Getorientation write Setorientation; |
The orientation of the polymerisation, e.g. head-tail, head-head, random.
|
 |
property amount : integer read Getamount write Setamount; |
Number of repeats of this unit.
|
 |
property amountElement : Tinteger read GetamountElement write SetamountElement; |
|
 |
property degreeOfPolymerisation : TSubstancePolymerDegreeOfPolymerisationArray read GetdegreeOfPolymerisationArray; |
Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described.
|
Generated by PasDoc 0.15.0.
|