Class TSpecimenProcessing

Unit

Declaration

type TSpecimenProcessing = class(TBackboneElement)

Description

A sample to be used for analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property additive : TReferenceArray read GetadditiveArray;
Public property timeDateTime : string read GettimeDateTime write SettimeDateTime;
Public property timeDateTimeElement : TdateTime_ read GettimeDateTimeElement write SettimeDateTimeElement;
Public property timePeriod : TPeriod read GettimePeriod write SettimePeriod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property description : string read Getdescription write Setdescription;

Textual description of procedure.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property method : TCodeableConcept read Getmethod write Setmethod;

A coded value specifying the method used to process the specimen.

Public property additive : TReferenceArray read GetadditiveArray;

Material used in the processing step.

Public property timeDateTime : string read GettimeDateTime write SettimeDateTime;

A record of the time or period when the specimen processing occurred. For example the time of sample fixation or the period of time the sample was in formalin. (choose any one of time*, but only one)

Public property timeDateTimeElement : TdateTime_ read GettimeDateTimeElement write SettimeDateTimeElement;
 
Public property timePeriod : TPeriod read GettimePeriod write SettimePeriod;

A record of the time or period when the specimen processing occurred. For example the time of sample fixation or the period of time the sample was in formalin. (choose any one of time*, but only one)


Generated by PasDoc 0.15.0.