Class TbsEVN_231
Unit
BSHL7DT231
Declaration
type TbsEVN_231 = class(TbsHL7Segment)
Description
Event type segment The EVN segment is used to communicate necessary trigger event information to receiving applications. Valid event types for all chapters are contained in HL7 table 0003 - Event type.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function OperatorIDRepCount : Integer; |
|
Properties
|
property EventTypeCode : TbsID_231 read GetEventTypeCode write SetEventTypeCode; |
Event Type Code, Min : 0, Max : 1
|
|
property RecordedDateTime : TbsTS_231 read GetRecordedDateTime write SetRecordedDateTime; |
Recorded Date/Time, Min : 1, Max : 1
|
|
property DateTimePlannedEvent : TbsTS_231 read GetDateTimePlannedEvent write SetDateTimePlannedEvent; |
Date/Time Planned Event, Min : 0, Max : 1
|
|
property EventReasonCode : TbsIS_231 read GetEventReasonCode write SetEventReasonCode; |
Event Reason Code, Min : 0, Max : 1
|
|
property OperatorID[RepCount:Integer]: TbsXCN_231 read GetOperatorID write SetOperatorID; |
Operator ID, Min : 0, Max : *
|
|
property EventOccurred : TbsTS_231 read GetEventOccurred write SetEventOccurred; |
Event Occurred, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|