Class TSpecimenContainer
Unit
bsFhir_stu3
Declaration
type TSpecimenContainer = class(TBackboneElement)
Description
A sample to be used for analysis.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Id for container. There may be multiple; a manufacturer's bar code, lab assigned identifier, etc. The container ID may differ from the specimen id in some circumstances.
|
|
property description : string read Getdescription write Setdescription; |
Textual description of the container.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of container associated with the specimen (e.g. slide, aliquot, etc.).
|
|
property capacity : TQuantity read Getcapacity write Setcapacity; |
The capacity (volume or other measure) the container may contain.
|
|
property specimenQuantity : TQuantity read GetspecimenQuantity write SetspecimenQuantity; |
The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.
|
|
property additive : TElement read Getadditive write Setadditive; |
Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.
|
Generated by PasDoc 0.15.0.
|