Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsINV_24
Unit
BSHL7DT24
Declaration
type TbsINV_24 = 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_24 read GetSubstanceIdentifier write SetSubstanceIdentifier; |
Substance Identifier, Min : 1, Max : 1
|
|
property SubstanceStatus[RepCount:Integer]: TbsCE_24 read GetSubstanceStatus write SetSubstanceStatus; |
Substance Status, Min : 1, Max : *
|
|
property SubstanceType : TbsCE_24 read GetSubstanceType write SetSubstanceType; |
Substance Type, Min : 0, Max : 1
|
|
property InventoryContainerIdentifier : TbsCE_24 read GetInventoryContainerIdentifier write SetInventoryContainerIdentifier; |
Inventory Container Identifier, Min : 0, Max : 1
|
|
property ContainerCarrierIdentifier : TbsCE_24 read GetContainerCarrierIdentifier write SetContainerCarrierIdentifier; |
Container Carrier Identifier, Min : 0, Max : 1
|
|
property PositiononCarrier : TbsCE_24 read GetPositiononCarrier write SetPositiononCarrier; |
Position on Carrier, Min : 0, Max : 1
|
|
property InitialQuantity : TbsNM_24 read GetInitialQuantity write SetInitialQuantity; |
Initial Quantity, Min : 0, Max : 1
|
|
property CurrentQuantity : TbsNM_24 read GetCurrentQuantity write SetCurrentQuantity; |
Current Quantity, Min : 0, Max : 1
|
|
property AvailableQuantity : TbsNM_24 read GetAvailableQuantity write SetAvailableQuantity; |
Available Quantity, Min : 0, Max : 1
|
|
property ConsumptionQuantity : TbsNM_24 read GetConsumptionQuantity write SetConsumptionQuantity; |
Consumption Quantity, Min : 0, Max : 1
|
|
property QuantityUnits : TbsCE_24 read GetQuantityUnits write SetQuantityUnits; |
Quantity Units, Min : 0, Max : 1
|
|
property ExpirationDateTime : TbsTS_24 read GetExpirationDateTime write SetExpirationDateTime; |
Expiration Date/Time, Min : 0, Max : 1
|
|
property FirstUsedDateTime : TbsTS_24 read GetFirstUsedDateTime write SetFirstUsedDateTime; |
First Used Date/Time, Min : 0, Max : 1
|
|
property OnBoardStabilityDuration : TbsTQ_24 read GetOnBoardStabilityDuration write SetOnBoardStabilityDuration; |
On Board Stability Duration, Min : 0, Max : 1
|
|
property TestFluidIdentifier[RepCount:Integer]: TbsCE_24 read GetTestFluidIdentifier write SetTestFluidIdentifier; |
Test/Fluid Identifier, Min : 0, Max : *
|
|
property ManufacturerLotNumber : TbsST_24 read GetManufacturerLotNumber write SetManufacturerLotNumber; |
Manufacturer Lot Number, Min : 0, Max : 1
|
|
property ManufacturerIdentifier : TbsCE_24 read GetManufacturerIdentifier write SetManufacturerIdentifier; |
Manufacturer Identifier, Min : 0, Max : 1
|
|
property SupplierIdentifier : TbsCE_24 read GetSupplierIdentifier write SetSupplierIdentifier; |
Supplier Identifier, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|