Class TSpecimenProcessing
Unit
bsFhir_stu3
Declaration
type TSpecimenProcessing = class(TBackboneElement)
Description
A sample to be used for analysis.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Textual description of procedure.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property procedure_ : TCodeableConcept read Getprocedure_ write Setprocedure_; |
A coded value specifying the procedure used to process the specimen.
|
|
property additive : TReferenceArray read GetadditiveArray; |
Material used in the processing step.
|
|
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.
|