Class TbsEVN_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsEVN_251 = 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 HL7 Table 0003 - Event Type .

Hierarchy

Overview

Methods

Public function OperatorIDRepCount : Integer;

Properties

Public property EventTypeCode : TbsID_251 read GetEventTypeCode write SetEventTypeCode;
Public property RecordedDateTime : TbsTS_251 read GetRecordedDateTime write SetRecordedDateTime;
Public property DateTimePlannedEvent : TbsTS_251 read GetDateTimePlannedEvent write SetDateTimePlannedEvent;
Public property EventReasonCode : TbsIS_251 read GetEventReasonCode write SetEventReasonCode;
Public property OperatorID[RepCount:Integer]: TbsXCN_251 read GetOperatorID write SetOperatorID;
Public property EventOccurred : TbsTS_251 read GetEventOccurred write SetEventOccurred;
Public property EventFacility : TbsHD_251 read GetEventFacility write SetEventFacility;

Description

Methods

Public function OperatorIDRepCount : Integer;
 

Properties

Public property EventTypeCode : TbsID_251 read GetEventTypeCode write SetEventTypeCode;

Event Type Code, Min : 0, Max : 1

Public property RecordedDateTime : TbsTS_251 read GetRecordedDateTime write SetRecordedDateTime;

Recorded Date/Time, Min : 1, Max : 1

Public property DateTimePlannedEvent : TbsTS_251 read GetDateTimePlannedEvent write SetDateTimePlannedEvent;

Date/Time Planned Event, Min : 0, Max : 1

Public property EventReasonCode : TbsIS_251 read GetEventReasonCode write SetEventReasonCode;

Event Reason Code, Min : 0, Max : 1

Public property OperatorID[RepCount:Integer]: TbsXCN_251 read GetOperatorID write SetOperatorID;

Operator ID, Min : 0, Max : *

Public property EventOccurred : TbsTS_251 read GetEventOccurred write SetEventOccurred;

Event Occurred, Min : 0, Max : 1

Public property EventFacility : TbsHD_251 read GetEventFacility write SetEventFacility;

Event Facility, Min : 0, Max : 1


Generated by PasDoc 0.14.0.