Class TBiologicallyDerivedProductProperty
Unit
bsFhir_r5
Declaration
type TBiologicallyDerivedProductProperty = 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 type_ : TCodeableConcept read Gettype_ write Settype_; |
Code that specifies the property. It should reference an established coding system.
|
|
property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean; |
Property values. (choose any one of value*, but only one)
|
|
property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement; |
|
|
property valueInteger : integer read GetvalueInteger write SetvalueInteger; |
Property values. (choose any one of value*, but only one)
|
|
property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement; |
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
Property values. (choose any one of value*, but only one)
|
|
property valuePeriod : TPeriod read GetvaluePeriod write SetvaluePeriod; |
Property values. (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
Property values. (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
Property values. (choose any one of value*, but only one)
|
|
property valueRatio : TRatio read GetvalueRatio write SetvalueRatio; |
Property values. (choose any one of value*, but only one)
|
|
property valueString : string read GetvalueString write SetvalueString; |
Property values. (choose any one of value*, but only one)
|
|
property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement; |
|
|
property valueAttachment : TAttachment read GetvalueAttachment write SetvalueAttachment; |
Property values. (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|