Class TSpecimenContainer

Unit

Declaration

type TSpecimenContainer = class(TBackboneElement)

Description

A sample to be used for analysis.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property device : TReference read Getdevice write Setdevice;
Public property location : TReference read Getlocation write Setlocation;
Public property specimenQuantity : TQuantity read GetspecimenQuantity write SetspecimenQuantity;

Description

Methods

Public constructor Create; override;
 

Properties

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

Public property location : TReference read Getlocation write Setlocation;

The location of the container holding the specimen.

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