Class TSpecimenDefinitionContainer

Unit

Declaration

type TSpecimenDefinitionContainer = class(TBackboneElement)

Description

A kind of specimen with associated set of requirements.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property material : TCodeableConcept read Getmaterial write Setmaterial;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property cap : TCodeableConcept read Getcap write Setcap;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property capacity : TQuantity read Getcapacity write Setcapacity;
Public property minimumVolume : TElement read GetminimumVolume write SetminimumVolume;
Public property additive : TSpecimenDefinitionAdditiveArray read GetadditiveArray;
Public property preparation : string read Getpreparation write Setpreparation;
Public property preparationElement : Tstring read GetpreparationElement write SetpreparationElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property material : TCodeableConcept read Getmaterial write Setmaterial;

The type of material of the container.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of container used to contain this kind of specimen.

Public property cap : TCodeableConcept read Getcap write Setcap;

Color of container cap.

Public property description : string read Getdescription write Setdescription;

The textual description of the kind of container.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property capacity : TQuantity read Getcapacity write Setcapacity;

The capacity (volume or other measure) of this kind of container.

Public property minimumVolume : TElement read GetminimumVolume write SetminimumVolume;

The minimum volume to be conditioned in the container.

Public property additive : TSpecimenDefinitionAdditiveArray read GetadditiveArray;

Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.

Public property preparation : string read Getpreparation write Setpreparation;

Special processing that should be applied to the container for this kind of specimen.

Public property preparationElement : Tstring read GetpreparationElement write SetpreparationElement;
 

Generated by PasDoc 0.15.0.