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 collected : TElement read Getcollected write Setcollected;
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 bodySite : TCodeableConcept read GetbodySite write SetbodySite;
Public property fastingStatus : TElement read GetfastingStatus write SetfastingStatus;

Description

Methods

Public constructor Create; override;
 

Properties

Public property collector : TReference read Getcollector write Setcollector;

Person who collected the specimen.

Public property collected : TElement read Getcollected write Setcollected;

Time when specimen was collected from subject - the physiologically relevant time.

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 bodySite : TCodeableConcept 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 fastingStatus : TElement read GetfastingStatus write SetfastingStatus;

Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.


Generated by PasDoc 0.15.0.