Class TSpecimenDefinitionContainer
Unit
bsFhir_r5
Declaration
type TSpecimenDefinitionContainer = class(TBackboneElement)
Description
A kind of specimen with associated set of requirements.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property material : TCodeableConcept read Getmaterial write Setmaterial; |
The type of material of the container.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of container used to contain this kind of specimen.
|
|
property cap : TCodeableConcept read Getcap write Setcap; |
Color of container cap.
|
|
property description : string read Getdescription write Setdescription; |
The textual description of the kind of container.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property capacity : TQuantity read Getcapacity write Setcapacity; |
The capacity (volume or other measure) of this kind of container.
|
|
property minimumVolumeQuantity : TQuantity read GetminimumVolumeQuantity write SetminimumVolumeQuantity; |
The minimum volume to be conditioned in the container. (choose any one of minimumVolume*, but only one)
|
|
property minimumVolumeString : string read GetminimumVolumeString write SetminimumVolumeString; |
The minimum volume to be conditioned in the container. (choose any one of minimumVolume*, but only one)
|
|
property minimumVolumeStringElement : Tstring read GetminimumVolumeStringElement write SetminimumVolumeStringElement; |
|
|
property additive : TSpecimenDefinitionAdditiveArray read GetadditiveArray; |
Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.
|
|
property preparation : string read Getpreparation write Setpreparation; |
Special processing that should be applied to the container for this kind of specimen.
|
|
property preparationElement : Tmarkdown read GetpreparationElement write SetpreparationElement; |
|
Generated by PasDoc 0.15.0.
|