Class TBiologicallyDerivedProductCollection
Unit
bsFhir_r4b
Declaration
type TBiologicallyDerivedProductCollection = 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 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 collected : TElement read Getcollected write Setcollected; |
Time of product collection.
|
Generated by PasDoc 0.15.0.
|