Class TSubstancePolymerDegreeOfPolymerisation

Unit

Declaration

type TSubstancePolymerDegreeOfPolymerisation = class(TBackboneElement)

Description

Properties of a substance specific to it being a polymer.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property average : integer read Getaverage write Setaverage;
Public property averageElement : Tinteger read GetaverageElement write SetaverageElement;
Public property low : integer read Getlow write Setlow;
Public property lowElement : Tinteger read GetlowElement write SetlowElement;
Public property high : integer read Gethigh write Sethigh;
Public property highElement : Tinteger read GethighElement write SethighElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio.

Public property average : integer read Getaverage write Setaverage;

An average amount of polymerisation.

Public property averageElement : Tinteger read GetaverageElement write SetaverageElement;
 
Public property low : integer read Getlow write Setlow;

A low expected limit of the amount.

Public property lowElement : Tinteger read GetlowElement write SetlowElement;
 
Public property high : integer read Gethigh write Sethigh;

A high expected limit of the amount.

Public property highElement : Tinteger read GethighElement write SethighElement;
 

Generated by PasDoc 0.15.0.