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 procedure_ : TCodeableConcept read Getprocedure_ write Setprocedure_;
Public property additive : TReferenceArray read GetadditiveArray;
Public property time_ : TElement read Gettime_ write Settime_;

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 procedure_ : TCodeableConcept read Getprocedure_ write Setprocedure_;

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

Public property additive : TReferenceArray read GetadditiveArray;

Material used in the processing step.

Public property time_ : TElement read Gettime_ write Settime_;

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.


Generated by PasDoc 0.15.0.