Class TbsEVN_22
Unit
BSHL7DT22
Declaration
type TbsEVN_22 = class(TbsHL7Segment)
Description
Event Type The EVN segment is used to communicate necessary trigger event information to receiving applications. Valid event types for all chapters are contained in table 0003 - event type code
Hierarchy
Overview
Properties
Description
Properties
|
property EventTypeCode : TbsID_22 read GetEventTypeCode write SetEventTypeCode; |
Event Type Code, Min : 1, Max : 1
|
|
property DateTimeOfEvent : TbsTS_22 read GetDateTimeOfEvent write SetDateTimeOfEvent; |
Date / Time Of Event, Min : 1, Max : 1
|
|
property DateTimePlannedEvent : TbsTS_22 read GetDateTimePlannedEvent write SetDateTimePlannedEvent; |
Date / Time Planned Event, Min : 0, Max : 1
|
|
property EventReasonCode : TbsID_22 read GetEventReasonCode write SetEventReasonCode; |
Event Reason Code, Min : 0, Max : 1
|
|
property OperatorId : TbsID_22 read GetOperatorId write SetOperatorId; |
Operator Id, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|