Class TSpecimenContainer

Unit

Declaration

type TSpecimenContainer = class(TBackboneElement)

Description

A sample to be used for analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property capacity : TQuantity read Getcapacity write Setcapacity;
Public property specimenQuantity : TQuantity read GetspecimenQuantity write SetspecimenQuantity;
Public property additive : TElement read Getadditive write Setadditive;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Id for container. There may be multiple; a manufacturer's bar code, lab assigned identifier, etc. The container ID may differ from the specimen id in some circumstances.

Public property description : string read Getdescription write Setdescription;

Textual description of the container.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of container associated with the specimen (e.g. slide, aliquot, etc.).

Public property capacity : TQuantity read Getcapacity write Setcapacity;

The capacity (volume or other measure) the container may contain.

Public property specimenQuantity : TQuantity read GetspecimenQuantity write SetspecimenQuantity;

The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.

Public property additive : TElement read Getadditive write Setadditive;

Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.


Generated by PasDoc 0.15.0.