Class TBiologicallyDerivedProduct

Unit

Declaration

type TBiologicallyDerivedProduct = class(TDomainResource)

Description

A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property productCategory : string read GetproductCategory write SetproductCategory;
Public property productCategoryElement : TBiologicallyDerivedProductCategory read GetproductCategoryElement write SetproductCategoryElement;
Public property productCode : TCodeableConcept read GetproductCode write SetproductCode;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TBiologicallyDerivedProductStatus read GetstatusElement write SetstatusElement;
Public property request : TReferenceArray read GetrequestArray;
Public property quantity : integer read Getquantity write Setquantity;
Public property quantityElement : Tinteger read GetquantityElement write SetquantityElement;
Public property parent : TReferenceArray read GetparentArray;
Public property collection : TBiologicallyDerivedProductCollection read Getcollection write Setcollection;
Public property processing : TBiologicallyDerivedProductProcessingArray read GetprocessingArray;
Public property manipulation : TBiologicallyDerivedProductManipulation read Getmanipulation write Setmanipulation;
Public property storage : TBiologicallyDerivedProductStorageArray read GetstorageArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

Public property productCategory : string read GetproductCategory write SetproductCategory;

Broad category of this product.

Public property productCategoryElement : TBiologicallyDerivedProductCategory read GetproductCategoryElement write SetproductCategoryElement;
 
Public property productCode : TCodeableConcept read GetproductCode write SetproductCode;

A code that identifies the kind of this biologically derived product (SNOMED Ctcode).

Public property status : string read Getstatus write Setstatus;

Whether the product is currently available.

Public property statusElement : TBiologicallyDerivedProductStatus read GetstatusElement write SetstatusElement;
 
Public property request : TReferenceArray read GetrequestArray;

Procedure request to obtain this biologically derived product.

Public property quantity : integer read Getquantity write Setquantity;

Number of discrete units within this product.

Public property quantityElement : Tinteger read GetquantityElement write SetquantityElement;
 
Public property parent : TReferenceArray read GetparentArray;

Parent product (if any).

Public property collection : TBiologicallyDerivedProductCollection read Getcollection write Setcollection;

How this product was collected.

Public property processing : TBiologicallyDerivedProductProcessingArray read GetprocessingArray;

Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells.

Public property manipulation : TBiologicallyDerivedProductManipulation read Getmanipulation write Setmanipulation;

Any manipulation of product post-collection that is intended to alter the product. For example a buffy-coat enrichment or CD8 reduction of Peripheral Blood Stem Cells to make it more suitable for infusion.

Public property storage : TBiologicallyDerivedProductStorageArray read GetstorageArray;

Product storage.


Generated by PasDoc 0.15.0.