Class TSpecimenDefinitionAdditive
Unit
bsFhir_r5
Declaration
type TSpecimenDefinitionAdditive = class(TBackboneElement)
Description
A kind of specimen with associated set of requirements.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property additiveCodeableConcept : TCodeableConcept read GetadditiveCodeableConcept write SetadditiveCodeableConcept; |
Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA. (choose any one of additive*, but only one)
|
|
property additiveReference : TReference read GetadditiveReference write SetadditiveReference; |
Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA. (choose any one of additive*, but only one)
|
Generated by PasDoc 0.15.0.
|