Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsINV_28
Unit
BSHL7DT28
Declaration
type TbsINV_28 = 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 TestFluidIdentifiersRepCount : Integer; |
|
Properties
|
property SubstanceIdentifier : TbsCWE_28 read GetSubstanceIdentifier write SetSubstanceIdentifier; |
Substance Identifier, Min : 1, Max : 1
|
|
property SubstanceStatus[RepCount:Integer]: TbsCWE_28 read GetSubstanceStatus write SetSubstanceStatus; |
Substance Status, Min : 1, Max : *
|
|
property SubstanceType : TbsCWE_28 read GetSubstanceType write SetSubstanceType; |
Substance Type, Min : 0, Max : 1
|
|
property InventoryContainerIdentifier : TbsCWE_28 read GetInventoryContainerIdentifier write SetInventoryContainerIdentifier; |
Inventory Container Identifier, Min : 0, Max : 1
|
|
property ContainerCarrierIdentifier : TbsCWE_28 read GetContainerCarrierIdentifier write SetContainerCarrierIdentifier; |
Container Carrier Identifier, Min : 0, Max : 1
|
|
property PositionOnCarrier : TbsCWE_28 read GetPositionOnCarrier write SetPositionOnCarrier; |
Position On Carrier, Min : 0, Max : 1
|
|
property InitialQuantity : TbsNM_28 read GetInitialQuantity write SetInitialQuantity; |
Initial Quantity, Min : 0, Max : 1
|
|
property CurrentQuantity : TbsNM_28 read GetCurrentQuantity write SetCurrentQuantity; |
Current Quantity, Min : 0, Max : 1
|
|
property AvailableQuantity : TbsNM_28 read GetAvailableQuantity write SetAvailableQuantity; |
Available Quantity, Min : 0, Max : 1
|
|
property ConsumptionQuantity : TbsNM_28 read GetConsumptionQuantity write SetConsumptionQuantity; |
Consumption Quantity, Min : 0, Max : 1
|
|
property QuantityUnits : TbsCWE_28 read GetQuantityUnits write SetQuantityUnits; |
Quantity Units, Min : 0, Max : 1
|
|
property ExpirationDateTime : TbsDTM_28 read GetExpirationDateTime write SetExpirationDateTime; |
Expiration Date/Time, Min : 0, Max : 1
|
|
property FirstUsedDateTime : TbsDTM_28 read GetFirstUsedDateTime write SetFirstUsedDateTime; |
First Used Date/Time, Min : 0, Max : 1
|
|
property OnBoardStabilityDuration : TbsST_28 read GetOnBoardStabilityDuration write SetOnBoardStabilityDuration; |
On Board Stability Duration, Min : 0, Max : 1
|
|
property TestFluidIdentifiers[RepCount:Integer]: TbsCWE_28 read GetTestFluidIdentifiers write SetTestFluidIdentifiers; |
Test/Fluid Identifier(s), Min : 0, Max : *
|
|
property ManufacturerLotNumber : TbsST_28 read GetManufacturerLotNumber write SetManufacturerLotNumber; |
Manufacturer Lot Number, Min : 0, Max : 1
|
|
property ManufacturerIdentifier : TbsCWE_28 read GetManufacturerIdentifier write SetManufacturerIdentifier; |
Manufacturer Identifier, Min : 0, Max : 1
|
|
property SupplierIdentifier : TbsCWE_28 read GetSupplierIdentifier write SetSupplierIdentifier; |
Supplier Identifier, Min : 0, Max : 1
|
|
property OnBoardStabilityTime : TbsCQ_28 read GetOnBoardStabilityTime write SetOnBoardStabilityTime; |
On Board Stability Time, Min : 0, Max : 1
|
|
property TargetValue : TbsCQ_28 read GetTargetValue write SetTargetValue; |
Target Value, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|