Class TSpecimenProcessing
Unit
bsFhir_r5
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 method : TCodeableConcept read Getmethod write Setmethod; |
A coded value specifying the method used to process the specimen.
|
|
property additive : TReferenceArray read GetadditiveArray; |
Material used in the processing step.
|
|
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)
|
|
property timeDateTimeElement : TdateTime_ read GettimeDateTimeElement write SettimeDateTimeElement; |
|
|
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.
|