Class TSpecimenCollection

Unit

Declaration

type TSpecimenCollection = class(TBackboneElement)

Description

A sample to be used for analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property collector : TReference read Getcollector write Setcollector;
Public property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime;
Public property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement;
Public property collectedPeriod : TPeriod read GetcollectedPeriod write SetcollectedPeriod;
Public property duration : TDuration read Getduration write Setduration;
Public property quantity : TQuantity read Getquantity write Setquantity;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property device : TCodeableReference read Getdevice write Setdevice;
Public property procedure_ : TReference read Getprocedure_ write Setprocedure_;
Public property bodySite : TCodeableReference read GetbodySite write SetbodySite;
Public property fastingStatusCodeableConcept : TCodeableConcept read GetfastingStatusCodeableConcept write SetfastingStatusCodeableConcept;
Public property fastingStatusDuration : TDuration read GetfastingStatusDuration write SetfastingStatusDuration;

Description

Methods

Public constructor Create; override;
 

Properties

Public property collector : TReference read Getcollector write Setcollector;

Person who collected the specimen.

Public property collectedDateTime : string read GetcollectedDateTime write SetcollectedDateTime;

Time when specimen was collected from subject - the physiologically relevant time. (choose any one of collected*, but only one)

Public property collectedDateTimeElement : TdateTime_ read GetcollectedDateTimeElement write SetcollectedDateTimeElement;
 
Public property collectedPeriod : TPeriod read GetcollectedPeriod write SetcollectedPeriod;

Time when specimen was collected from subject - the physiologically relevant time. (choose any one of collected*, but only one)

Public property duration : TDuration read Getduration write Setduration;

The span of time over which the collection of a specimen occurred.

Public property quantity : TQuantity read Getquantity write Setquantity;

The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.

Public property method : TCodeableConcept read Getmethod write Setmethod;

A coded value specifying the technique that is used to perform the procedure.

Public property device : TCodeableReference read Getdevice write Setdevice;

A coded value specifying the technique that is used to perform the procedure.

Public property procedure_ : TReference read Getprocedure_ write Setprocedure_;

The procedure event during which the specimen was collected (e.g. the surgery leading to the collection of a pathology sample).

Public property bodySite : TCodeableReference read GetbodySite write SetbodySite;

Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.

Public property fastingStatusCodeableConcept : TCodeableConcept read GetfastingStatusCodeableConcept write SetfastingStatusCodeableConcept;

Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection. (choose any one of fastingStatus*, but only one)

Public property fastingStatusDuration : TDuration read GetfastingStatusDuration write SetfastingStatusDuration;

Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection. (choose any one of fastingStatus*, but only one)


Generated by PasDoc 0.15.0.