Class TSpecimenDefinitionTypeTested
Unit
bsFhir_r4
Declaration
type TSpecimenDefinitionTypeTested = class(TBackboneElement)
Description
A kind of specimen with associated set of requirements.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property isDerived : boolean read GetisDerived write SetisDerived; |
Primary of secondary specimen.
|
|
property isDerivedElement : Tboolean read GetisDerivedElement write SetisDerivedElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The kind of specimen conditioned for testing expected by lab.
|
|
property preference : string read Getpreference write Setpreference; |
The preference for this type of conditioned specimen.
|
|
property requirement : string read Getrequirement write Setrequirement; |
Requirements for delivery and special handling of this kind of conditioned specimen.
|
|
property requirementElement : Tstring read GetrequirementElement write SetrequirementElement; |
|
|
property retentionTime : TDuration read GetretentionTime write SetretentionTime; |
The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.
|
|
property rejectionCriterion : TCodeableConceptArray read GetrejectionCriterionArray; |
Criterion for rejection of the specimen in its container by the laboratory.
|
|
property handling : TSpecimenDefinitionHandlingArray read GethandlingArray; |
Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.
|
Generated by PasDoc 0.15.0.
|