Class TSpecimenContainer
Unit
bsFhir_r5
Declaration
type TSpecimenContainer = class(TBackboneElement)
Description
A sample to be used for analysis.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property device : TReference read Getdevice write Setdevice; |
The device resource for the the container holding the specimen. If the container is in a holder then the referenced device will point to a parent device.
|
|
property location : TReference read Getlocation write Setlocation; |
The location of the container holding the specimen.
|
|
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.
|
Generated by PasDoc 0.15.0.
|