Class TSpecimenDefinitionTypeTested

Unit

Declaration

type TSpecimenDefinitionTypeTested = class(TBackboneElement)

Description

A kind of specimen with associated set of requirements.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property isDerived : boolean read GetisDerived write SetisDerived;
Public property isDerivedElement : Tboolean read GetisDerivedElement write SetisDerivedElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property preference : string read Getpreference write Setpreference;
Public property preferenceElement : TSpecimenContainedPreference read GetpreferenceElement write SetpreferenceElement;
Public property container : TSpecimenDefinitionContainer read Getcontainer write Setcontainer;
Public property requirement : string read Getrequirement write Setrequirement;
Public property requirementElement : Tstring read GetrequirementElement write SetrequirementElement;
Public property retentionTime : TDuration read GetretentionTime write SetretentionTime;
Public property rejectionCriterion : TCodeableConceptArray read GetrejectionCriterionArray;
Public property handling : TSpecimenDefinitionHandlingArray read GethandlingArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property isDerived : boolean read GetisDerived write SetisDerived;

Primary of secondary specimen.

Public property isDerivedElement : Tboolean read GetisDerivedElement write SetisDerivedElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The kind of specimen conditioned for testing expected by lab.

Public property preference : string read Getpreference write Setpreference;

The preference for this type of conditioned specimen.

Public property preferenceElement : TSpecimenContainedPreference read GetpreferenceElement write SetpreferenceElement;
 
Public property container : TSpecimenDefinitionContainer read Getcontainer write Setcontainer;

The specimen's container.

Public property requirement : string read Getrequirement write Setrequirement;

Requirements for delivery and special handling of this kind of conditioned specimen.

Public property requirementElement : Tstring read GetrequirementElement write SetrequirementElement;
 
Public 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.

Public property rejectionCriterion : TCodeableConceptArray read GetrejectionCriterionArray;

Criterion for rejection of the specimen in its container by the laboratory.

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