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 quantity : TQuantity read Getquantity write Setquantity;
Public property method : TCodeableConcept read Getmethod write Setmethod;
Public property bodySite : TCodeableConcept read GetbodySite write SetbodySite;

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


Generated by PasDoc 0.15.0.