Class TBiologicallyDerivedProductCollection
Unit
bsFhir_r5
Declaration
type TBiologicallyDerivedProductCollection = class(TBackboneElement)
Description
This resource reflects an instance of a biologically derived product. 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 collector : TReference read Getcollector write Setcollector; |
Healthcare professional who is performing the collection.
|
|
property source : TReference read Getsource write Setsource; |
The patient or entity, such as a hospital or vendor in the case of a processed/manipulated/manufactured product, providing the product.
|
|
property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime; |
Time of product collection. (choose any one of collected*, but only one)
|
|
property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement; |
|
|
property collectedPeriod : TPeriod read GetcollectedPeriod write SetcollectedPeriod; |
Time of product collection. (choose any one of collected*, but only one)
|
Generated by PasDoc 0.15.0.
|