Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsINV_25
Unit
BSHL7DT25
Declaration
type TbsINV_25 = class(TbsHL7Segment)
Description
Inventory Detail The inventory detail segment is the data necessary to track the inventory of substances (e.g. reagent, tips, waste) on equipment.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SubstanceStatusRepCount : Integer; |
|
|
function TestFluidIdentifierRepCount : Integer; |
|
Properties
|
property SubstanceIdentifier : TbsCE_25 read GetSubstanceIdentifier write SetSubstanceIdentifier; |
Substance Identifier, Min : 1, Max : 1
|
|
property SubstanceStatus[RepCount:Integer]: TbsCE_25 read GetSubstanceStatus write SetSubstanceStatus; |
Substance Status, Min : 1, Max : *
|
|
property SubstanceType : TbsCE_25 read GetSubstanceType write SetSubstanceType; |
Substance Type, Min : 0, Max : 1
|
|
property InventoryContainerIdentifier : TbsCE_25 read GetInventoryContainerIdentifier write SetInventoryContainerIdentifier; |
Inventory Container Identifier, Min : 0, Max : 1
|
|
property ContainerCarrierIdentifier : TbsCE_25 read GetContainerCarrierIdentifier write SetContainerCarrierIdentifier; |
Container Carrier Identifier, Min : 0, Max : 1
|
|
property PositiononCarrier : TbsCE_25 read GetPositiononCarrier write SetPositiononCarrier; |
Position on Carrier, Min : 0, Max : 1
|
|
property InitialQuantity : TbsNM_25 read GetInitialQuantity write SetInitialQuantity; |
Initial Quantity, Min : 0, Max : 1
|
|
property CurrentQuantity : TbsNM_25 read GetCurrentQuantity write SetCurrentQuantity; |
Current Quantity, Min : 0, Max : 1
|
|
property AvailableQuantity : TbsNM_25 read GetAvailableQuantity write SetAvailableQuantity; |
Available Quantity, Min : 0, Max : 1
|
|
property ConsumptionQuantity : TbsNM_25 read GetConsumptionQuantity write SetConsumptionQuantity; |
Consumption Quantity, Min : 0, Max : 1
|
|
property QuantityUnits : TbsCE_25 read GetQuantityUnits write SetQuantityUnits; |
Quantity Units, Min : 0, Max : 1
|
|
property ExpirationDateTime : TbsTS_25 read GetExpirationDateTime write SetExpirationDateTime; |
Expiration Date/Time, Min : 0, Max : 1
|
|
property FirstUsedDateTime : TbsTS_25 read GetFirstUsedDateTime write SetFirstUsedDateTime; |
First Used Date/Time, Min : 0, Max : 1
|
|
property OnBoardStabilityDuration : TbsTQ_25 read GetOnBoardStabilityDuration write SetOnBoardStabilityDuration; |
On Board Stability Duration, Min : 0, Max : 1
|
|
property TestFluidIdentifier[RepCount:Integer]: TbsCE_25 read GetTestFluidIdentifier write SetTestFluidIdentifier; |
Test/Fluid Identifier, Min : 0, Max : *
|
|
property ManufacturerLotNumber : TbsST_25 read GetManufacturerLotNumber write SetManufacturerLotNumber; |
Manufacturer Lot Number, Min : 0, Max : 1
|
|
property ManufacturerIdentifier : TbsCE_25 read GetManufacturerIdentifier write SetManufacturerIdentifier; |
Manufacturer Identifier, Min : 0, Max : 1
|
|
property SupplierIdentifier : TbsCE_25 read GetSupplierIdentifier write SetSupplierIdentifier; |
Supplier Identifier, Min : 0, Max : 1
|
|
property OnBoardStabilityTime : TbsCQ_25 read GetOnBoardStabilityTime write SetOnBoardStabilityTime; |
On Board Stability Time, Min : 0, Max : 1
|
|
property TargetValue : TbsCQ_25 read GetTargetValue write SetTargetValue; |
Target Value, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|