Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPES_26
Unit
BSHL7DT26
Declaration
type TbsPES_26 = class(TbsHL7Segment)
Description
Product Experience Sender HL7 Attribute Table - PES – Product Experience Sender
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SenderOrganizationNameRepCount : Integer; |
|
|
function SenderIndividualNameRepCount : Integer; |
|
|
function SenderAddressRepCount : Integer; |
|
|
function SenderTelephoneRepCount : Integer; |
|
|
function SenderEventDescriptionRepCount : Integer; |
|
|
function EventReportTimingTypeRepCount : Integer; |
|
|
function EventReportedToRepCount : Integer; |
|
Properties
|
property SenderOrganizationName[RepCount:Integer]: TbsXON_26 read GetSenderOrganizationName write SetSenderOrganizationName; |
Sender Organization Name, Min : 0, Max : *
|
|
property SenderIndividualName[RepCount:Integer]: TbsXCN_26 read GetSenderIndividualName write SetSenderIndividualName; |
Sender Individual Name, Min : 0, Max : *
|
|
property SenderAddress[RepCount:Integer]: TbsXAD_26 read GetSenderAddress write SetSenderAddress; |
Sender Address, Min : 0, Max : *
|
|
property SenderTelephone[RepCount:Integer]: TbsXTN_26 read GetSenderTelephone write SetSenderTelephone; |
Sender Telephone, Min : 0, Max : *
|
|
property SenderEventIdentifier : TbsEI_26 read GetSenderEventIdentifier write SetSenderEventIdentifier; |
Sender Event Identifier, Min : 0, Max : 1
|
|
property SenderSequenceNumber : TbsNM_26 read GetSenderSequenceNumber write SetSenderSequenceNumber; |
Sender Sequence Number, Min : 0, Max : 1
|
|
property SenderEventDescription[RepCount:Integer]: TbsFT_26 read GetSenderEventDescription write SetSenderEventDescription; |
Sender Event Description, Min : 0, Max : *
|
|
property SenderComment : TbsFT_26 read GetSenderComment write SetSenderComment; |
Sender Comment, Min : 0, Max : 1
|
|
property SenderAwareDateTime : TbsDTM_26 read GetSenderAwareDateTime write SetSenderAwareDateTime; |
Sender Aware Date/Time, Min : 0, Max : 1
|
|
property EventReportDate : TbsDTM_26 read GetEventReportDate write SetEventReportDate; |
Event Report Date, Min : 1, Max : 1
|
|
property EventReportTimingType[RepCount:Integer]: TbsID_26 read GetEventReportTimingType write SetEventReportTimingType; |
Event Report Timing/Type, Min : 0, Max : *
|
|
property EventReportSource : TbsID_26 read GetEventReportSource write SetEventReportSource; |
Event Report Source, Min : 0, Max : 1
|
|
property EventReportedTo[RepCount:Integer]: TbsID_26 read GetEventReportedTo write SetEventReportedTo; |
Event Reported To, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|