Class TBiologicallyDerivedProductProcessing
Unit
bsFhir_r4b
Declaration
type TBiologicallyDerivedProductProcessing = 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 of processing.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property procedure_ : TCodeableConcept read Getprocedure_ write Setprocedure_; |
Procesing code.
|
|
property additive : TReference read Getadditive write Setadditive; |
Substance added during processing.
|
|
property time_ : TElement read Gettime_ write Settime_; |
Time of processing.
|
Generated by PasDoc 0.15.0.
|