Class TSpecimenDefinitionHandling

Unit

Declaration

type TSpecimenDefinitionHandling = class(TBackboneElement)

Description

A kind of specimen with associated set of requirements.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property temperatureQualifier : TCodeableConcept read GettemperatureQualifier write SettemperatureQualifier;
Public property temperatureRange : TRange read GettemperatureRange write SettemperatureRange;
Public property maxDuration : TDuration read GetmaxDuration write SetmaxDuration;
Public property instruction : string read Getinstruction write Setinstruction;
Public property instructionElement : Tstring read GetinstructionElement write SetinstructionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property temperatureRange : TRange read GettemperatureRange write SettemperatureRange;

The temperature interval for this set of handling instructions.

Public property maxDuration : TDuration read GetmaxDuration write SetmaxDuration;

The maximum time interval of preservation of the specimen with these conditions.

Public property instruction : string read Getinstruction write Setinstruction;

Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'.

Public property instructionElement : Tstring read GetinstructionElement write SetinstructionElement;
 

Generated by PasDoc 0.15.0.