Class TBiologicallyDerivedProductStorage

Unit

Declaration

type TBiologicallyDerivedProductStorage = class(TBackboneElement)

Description

A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property temperature : Double read Gettemperature write Settemperature;
Public property temperatureElement : Tdecimal read GettemperatureElement write SettemperatureElement;
Public property scale : string read Getscale write Setscale;
Public property scaleElement : TBiologicallyDerivedProductStorageScale read GetscaleElement write SetscaleElement;
Public property duration : TPeriod read Getduration write Setduration;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Description of storage.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property temperature : Double read Gettemperature write Settemperature;

Storage temperature.

Public property temperatureElement : Tdecimal read GettemperatureElement write SettemperatureElement;
 
Public property scale : string read Getscale write Setscale;

Temperature scale used.

Public property scaleElement : TBiologicallyDerivedProductStorageScale read GetscaleElement write SetscaleElement;
 
Public property duration : TPeriod read Getduration write Setduration;

Storage timeperiod.


Generated by PasDoc 0.15.0.