Class TBiologicallyDerivedProductStorage
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Description of storage.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property temperature : Double read Gettemperature write Settemperature; |
Storage temperature.
|
|
property temperatureElement : Tdecimal read GettemperatureElement write SettemperatureElement; |
|
|
property scale : string read Getscale write Setscale; |
Temperature scale used.
|
|
property duration : TPeriod read Getduration write Setduration; |
Storage timeperiod.
|
Generated by PasDoc 0.15.0.
|