Class TBiologicallyDerivedProductCollection

Unit

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

Public constructor Create; override;

Properties

Public property collector : TReference read Getcollector write Setcollector;
Public property source : TReference read Getsource write Setsource;
Public property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime;
Public property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement;
Public property collectedPeriod : TPeriod read GetcollectedPeriod write SetcollectedPeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property collector : TReference read Getcollector write Setcollector;

Healthcare professional who is performing the collection.

Public 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.

Public property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime;

Time of product collection. (choose any one of collected*, but only one)

Public property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement;
 
Public 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.