Class TSpecimenDefinitionHandling
Unit
bsFhir_r5
Declaration
type TSpecimenDefinitionHandling = class(TBackboneElement)
Description
A kind of specimen with associated set of requirements.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property temperatureQualifier : TCodeableConcept read GettemperatureQualifier write SettemperatureQualifier; |
It qualifies the interval of temperature, which characterizes an occurrence of handling. Conditions that are not related to temperature may be handled in the instruction element.
|
|
property temperatureRange : TRange read GettemperatureRange write SettemperatureRange; |
The temperature interval for this set of handling instructions.
|
|
property maxDuration : TDuration read GetmaxDuration write SetmaxDuration; |
The maximum time interval of preservation of the specimen with these conditions.
|
|
property instruction : string read Getinstruction write Setinstruction; |
Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'.
|
|
property instructionElement : Tmarkdown read GetinstructionElement write SetinstructionElement; |
|
Generated by PasDoc 0.15.0.
|