Class TSpecimenDefinitionTypeTested
Unit
bsFhir_r5
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 : Tmarkdown 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 singleUse : boolean read GetsingleUse write SetsingleUse; |
Specimen can be used by only one test or panel if the value is "true".
|
|
property singleUseElement : Tboolean read GetsingleUseElement write SetsingleUseElement; |
|
|
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.
|
|
property testingDestination : TCodeableConceptArray read GettestingDestinationArray; |
Where the specimen will be tested: e.g., lab, sector, device or any combination of these.
|
Generated by PasDoc 0.15.0.
|