Class TSubstancePolymerRepeatUnit

Unit

Declaration

type TSubstancePolymerRepeatUnit = class(TBackboneElement)

Description

Properties of a substance specific to it being a polymer.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property unit_ : string read Getunit_ write Setunit_;
Public property unit_Element : Tstring read Getunit_Element write Setunit_Element;
Public property orientation : TCodeableConcept read Getorientation write Setorientation;
Public property amount : integer read Getamount write Setamount;
Public property amountElement : Tinteger read GetamountElement write SetamountElement;
Public property degreeOfPolymerisation : TSubstancePolymerDegreeOfPolymerisationArray read GetdegreeOfPolymerisationArray;
Public property structuralRepresentation : TSubstancePolymerStructuralRepresentationArray read GetstructuralRepresentationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property unit_ : string read Getunit_ write Setunit_;

Structural repeat units are essential elements for defining polymers.

Public property unit_Element : Tstring read Getunit_Element write Setunit_Element;
 
Public property orientation : TCodeableConcept read Getorientation write Setorientation;

The orientation of the polymerisation, e.g. head-tail, head-head, random.

Public property amount : integer read Getamount write Setamount;

Number of repeats of this unit.

Public property amountElement : Tinteger read GetamountElement write SetamountElement;
 
Public property degreeOfPolymerisation : TSubstancePolymerDegreeOfPolymerisationArray read GetdegreeOfPolymerisationArray;

Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described.

Public property structuralRepresentation : TSubstancePolymerStructuralRepresentationArray read GetstructuralRepresentationArray;

A graphical structure for this SRU.


Generated by PasDoc 0.15.0.