Class TSpecimenDefinition

Unit

Declaration

type TSpecimenDefinition = class(TDomainResource)

Description

A kind of specimen with associated set of requirements. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property typeCollected : TCodeableConcept read GettypeCollected write SettypeCollected;
Public property patientPreparation : TCodeableConceptArray read GetpatientPreparationArray;
Public property timeAspect : string read GettimeAspect write SettimeAspect;
Public property timeAspectElement : Tstring read GettimeAspectElement write SettimeAspectElement;
Public property collection : TCodeableConceptArray read GetcollectionArray;
Public property typeTested : TSpecimenDefinitionTypeTestedArray read GettypeTestedArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

A business identifier associated with the kind of specimen.

Public property typeCollected : TCodeableConcept read GettypeCollected write SettypeCollected;

The kind of material to be collected.

Public property patientPreparation : TCodeableConceptArray read GetpatientPreparationArray;

Preparation of the patient for specimen collection.

Public property timeAspect : string read GettimeAspect write SettimeAspect;

Time aspect of specimen collection (duration or offset).

Public property timeAspectElement : Tstring read GettimeAspectElement write SettimeAspectElement;
 
Public property collection : TCodeableConceptArray read GetcollectionArray;

The action to be performed for collecting the specimen.

Public property typeTested : TSpecimenDefinitionTypeTestedArray read GettypeTestedArray;

Specimen conditioned in a container as expected by the testing laboratory.


Generated by PasDoc 0.15.0.