Class TbsEQP_24
Unit
BSHL7DT24
Declaration
type TbsEQP_24 = class(TbsHL7Segment)
Description
Equipment/log Service The equipment log/service segment is the data necessary to maintain an adequate audit trail of events that have occurred on a particular piece of equipment.
Hierarchy
Overview
Properties
Description
Properties
|
property Eventtype : TbsCE_24 read GetEventtype write SetEventtype; |
Event type, Min : 1, Max : 1
|
|
property FileName : TbsST_24 read GetFileName write SetFileName; |
File Name, Min : 0, Max : 1
|
|
property StartDateTime : TbsTS_24 read GetStartDateTime write SetStartDateTime; |
Start Date/Time, Min : 1, Max : 1
|
|
property EndDateTime : TbsTS_24 read GetEndDateTime write SetEndDateTime; |
End Date/Time, Min : 0, Max : 1
|
|
property TransactionData : TbsFT_24 read GetTransactionData write SetTransactionData; |
Transaction Data, Min : 1, Max : 1
|
Generated by PasDoc 0.14.0.
|