Class TSubstancePolymerStartingMaterial
Unit
bsFhir_r5
Declaration
type TSubstancePolymerStartingMaterial = class(TBackboneElement)
Description
Properties of a substance specific to it being a polymer.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : TCodeableConcept read Getcode write Setcode; |
The type of substance for this starting material.
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Substance high level category, e.g. chemical substance.
|
|
property isDefining : boolean read GetisDefining write SetisDefining; |
Used to specify whether the attribute described is a defining element for the unique identification of the polymer.
|
|
property isDefiningElement : Tboolean read GetisDefiningElement write SetisDefiningElement; |
|
|
property amount : TQuantity read Getamount write Setamount; |
A percentage.
|
Generated by PasDoc 0.15.0.
|