Class TSubstancePolymerDegreeOfPolymerisation
Unit
bsFhir_r5
Declaration
type TSubstancePolymerDegreeOfPolymerisation = class(TBackboneElement)
Description
Properties of a substance specific to it being a polymer.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create; override; |
|
Properties
 |
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio.
|
 |
property average : integer read Getaverage write Setaverage; |
An average amount of polymerisation.
|
 |
property averageElement : Tinteger read GetaverageElement write SetaverageElement; |
|
 |
property low : integer read Getlow write Setlow; |
A low expected limit of the amount.
|
 |
property lowElement : Tinteger read GetlowElement write SetlowElement; |
|
 |
property high : integer read Gethigh write Sethigh; |
A high expected limit of the amount.
|
 |
property highElement : Tinteger read GethighElement write SethighElement; |
|
Generated by PasDoc 0.15.0.
|